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 22
33name : CI
44
5- # Controls when the action will run.
5+ # Controls when the action will run.
66on :
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
88 push :
9- branches : [ master ]
9+ branches : [main ]
1010 pull_request :
11- branches : [ master ]
11+ branches : [main ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "require" : {
66 "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 "
1010 },
1111 "require-dev" : {
12- "phpunit/phpunit" : " ^8.3 " ,
12+ "phpunit/phpunit" : " ^9.5.10 " ,
1313 "squizlabs/php_codesniffer" : " ^3.5"
1414 },
1515 "autoload" : {
You can’t perform that action at this time.
0 commit comments