Skip to content

Commit

Permalink
Merge pull request #72 from NeroAzure/add_support_for_laravel_8
Browse files Browse the repository at this point in the history
Add support for Laravel 8
  • Loading branch information
nonoesp authored Sep 23, 2020
2 parents 5ebbaba + c838890 commit e21bded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"require": {
"php": ">=7.1.0 || >=7.2.5",
"illuminate/support": "~5.3 || ^6.0 || ^7.0"
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0"
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit e21bded

Please sign in to comment.