File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111 matrix :
1212 os : [ubuntu-latest]
1313 php : [8.0, 8.1]
14- laravel : [8.*, 9.*]
14+ laravel : [8.*, 9.*, 10.* ]
1515 stability : [prefer-lowest, prefer-stable]
1616 include :
17+ - laravel : 10.*
18+ testbench : 8.*
1719 - laravel : 9.*
1820 testbench : 7.*
1921 - laravel : 8.*
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^8.0" ,
16- "abraham/twitteroauth" : " ^4.0.0" ,
17- "illuminate/notifications" : " ^8.0|^9.0" ,
18- "illuminate/support" : " ^8.0|^9.0" ,
19- "kylewm/brevity" : " ^0.2.9"
16+ "abraham/twitteroauth" : " ^4.0.0|^5.0 " ,
17+ "illuminate/notifications" : " ^8.0|^9.0|^10.0 " ,
18+ "illuminate/support" : " ^8.0|^9.0|^10.0 " ,
19+ "kylewm/brevity" : " ^0.2.9|^0.2 "
2020 },
21-
2221 "require-dev" : {
2322 "mockery/mockery" : " ^1.3.1" ,
2423 "phpunit/phpunit" : " ^9.3" ,
25- "orchestra/testbench" : " ^7.0"
24+ "orchestra/testbench" : " ^7.0|^8.0 "
2625 },
2726 "autoload" : {
2827 "psr-4" : {
You can’t perform that action at this time.
0 commit comments