File tree Expand file tree Collapse file tree 2 files changed +2314
-1297
lines changed Expand file tree Collapse file tree 2 files changed +2314
-1297
lines changed Original file line number Diff line number Diff line change 1414 ],
1515 "minimum-stability" : " stable" ,
1616 "require" : {
17- "illuminate/routing" : " ^7.0|^8.0" ,
18- "illuminate/support" : " ^7.0|^8.0" ,
19- "illuminate/view" : " ^7.0|^8.0"
17+ "illuminate/routing" : " ^7.0|^8.0|^9.0 " ,
18+ "illuminate/support" : " ^7.0|^8.0|^9.0 " ,
19+ "illuminate/view" : " ^7.0|^8.0|^9.0 "
2020 },
2121 "require-dev" : {
22- "friendsofphp/php-cs-fixer" : " ^2.18" ,
23- "squizlabs/php_codesniffer" : " 3.*" ,
22+ "friendsofphp/php-cs-fixer" : " ^3.1" ,
2423 "phpunit/phpunit" : " ^7.0|^8.0|^9.0" ,
25- "orchestra/testbench" : " ~5.2"
24+ "orchestra/testbench" : " ~5.2|^7.1 "
2625 },
2726 "autoload" : {
2827 "psr-4" : {
4847 "check-style" : " vendor/bin/phpcs --extensions=php ./src" ,
4948 "fix-style" : " vendor/bin/php-cs-fixer fix"
5049 }
51- }
50+ }
You can’t perform that action at this time.
0 commit comments