This repository was archived by the owner on Jun 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : CI
4
4
5
- # Controls when the action will run.
5
+ # Controls when the action will run.
6
6
on :
7
- # Triggers the workflow on push or pull request events but only for the master branch
7
+ # Triggers the workflow on push or pull request events but only for the main branch
8
8
push :
9
- branches : [ master ]
9
+ branches : [main ]
10
10
pull_request :
11
- branches : [ master ]
11
+ branches : [main ]
12
12
13
13
# Allows you to run this workflow manually from the Actions tab
14
14
workflow_dispatch :
Original file line number Diff line number Diff line change 4
4
"type" : " library" ,
5
5
"require" : {
6
6
"guzzlehttp/guzzle" : " ^6.3|^7.0" ,
7
- "illuminate/support" : " ^5.8|^6|^7|^8" ,
8
- "illuminate/http" : " ^5.8|^6|^7|^8" ,
9
- "illuminate/contracts" : " ^5.8|^6|^7|^8"
7
+ "illuminate/support" : " ^5.8|^6|^7|^8|^9 " ,
8
+ "illuminate/http" : " ^5.8|^6|^7|^8|^9 " ,
9
+ "illuminate/contracts" : " ^5.8|^6|^7|^8|^9 "
10
10
},
11
11
"require-dev" : {
12
- "phpunit/phpunit" : " ^8.3 " ,
12
+ "phpunit/phpunit" : " ^9.5.10 " ,
13
13
"squizlabs/php_codesniffer" : " ^3.5"
14
14
},
15
15
"autoload" : {
You can’t perform that action at this time.
0 commit comments