File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ matrix:
2121 - php : 8.0
2222 - php : 8.0
2323 env : setup=lowest
24+ - php : 8.1
25+ - php : 8.1
26+ env : setup=lowest
2427
2528cache :
2629 directories :
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.2.5 || ^ 8.0" ,
20- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0"
19+ "php" : " ^8.0" ,
20+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0 "
2121 },
2222 "require-dev" : {
2323 "phpunit/phpunit" : " ^8.5 || ^9.0" ,
24- "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0" ,
25- "squizlabs/php_codesniffer" : " ^3.4 " ,
26- "mockery/mockery" : " ^1.3.3 "
24+ "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0 || ^7.0 " ,
25+ "squizlabs/php_codesniffer" : " ^3.6 " ,
26+ "mockery/mockery" : " ^1.4 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
You can’t perform that action at this time.
0 commit comments