File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Register the service provider in `config/app.php` by adding this line to provide
4141],
4242```
4343
44- ### Laravel 5.5
44+ ### Laravel > 5.5
4545
4646No need to register anything, since it used package auto discovery feature in Laravel 5.5.
4747
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "authors" : [
88 {
9- "name" : " Simone Todaro " ,
10- 9+ "name" : " Cyber-Duck " ,
10+ 1111 "role" : " Developer"
1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.2.5 " ,
15+ "php" : " ^7.3 " ,
1616 "box/spout" : " ^3.1" ,
17- "illuminate/database" : " ^6.0.0|^7.0.0" ,
18- "illuminate/support" : " ^6.0.0|^7.0.0"
17+ "illuminate/database" : " ^6.0.0|^7.0.0|^8.0.0 " ,
18+ "illuminate/support" : " ^6.0.0|^7.0.0|^8.0.0 "
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ^7 .0" ,
22- "phpspec/phpspec" : " ^6.1.1 " ,
23- "laravel/laravel" : " ^6.0.0|^7.0.0"
21+ "phpunit/phpunit" : " ^9.5 .0" ,
22+ "phpspec/phpspec" : " ^7.0.0 " ,
23+ "laravel/laravel" : " ^6.0.0|^7.0.0|^8.0.0 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments