File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33composer.phar
44composer.lock
55.idea
6+ .phpunit.result.cache
Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.2
5- - 7.3
6- - 7.4
4+ - 8.1
75
86env :
97 matrix :
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "illuminate/notifications" : " ^5.5 || ^6.0 || ^7.0 || ^8.0" ,
16- "illuminate/support" : " ^5.5 || ^6.0 || ^7.0 || ^8.0" ,
17- "illuminate/queue" : " ^5.5 || ^6.0 || ^7.0 || ^8.0" ,
18- "guzzlehttp/guzzle" : " ^6.2 || ^7.0" ,
15+ "php" : " ^8.1" ,
16+ "illuminate/notifications" : " ^9.0" ,
17+ "illuminate/support" : " ^9.0" ,
18+ "illuminate/queue" : " ^9.0" ,
19+ "guzzlehttp/guzzle" : " ^7.2" ,
1920 "ext-json" : " *"
2021 },
2122 "require-dev" : {
22- "mockery/mockery" : " ^1.0 " ,
23- "phpunit/phpunit" : " ^7.5 "
23+ "mockery/mockery" : " ^1.4.4 " ,
24+ "phpunit/phpunit" : " ^9.5.8 "
2425 },
2526 "autoload" : {
2627 "psr-4" : {
You can’t perform that action at this time.
0 commit comments