Skip to content

Commit

Permalink
Merge pull request #68 from Pr3d4dor/feature/laravel-8-support
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
mpociot authored Sep 25, 2020
2 parents d18e95b + d868a21 commit b60012a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit b60012a

Please sign in to comment.