File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " >=7.0" ,
1616 "guzzlehttp/guzzle" : " ^6.3 || ^6.5 || ^7.0" ,
17- "illuminate/events" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0" ,
18- "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0" ,
19- "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
17+ "illuminate/events" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 " ,
18+ "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 " ,
19+ "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 "
2020 },
2121 "require-dev" : {
22- "mockery/mockery" : " ^0.9.5" ,
23- "phpunit/phpunit" : " 4.*"
22+ "mockery/mockery" : " ^0.9.5 || ^1.6 " ,
23+ "phpunit/phpunit" : " 4.* || ^10.5 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments