Skip to content

Commit

Permalink
feat: add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit committed Apr 17, 2020
1 parent 28e36f4 commit f3f96cf
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 @@ -29,11 +29,11 @@
],
"require": {
"php": "^7.1",
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
"phpunit/phpunit": "^6.5|^7.0|^8.0"
},
"autoload": {
Expand Down

0 comments on commit f3f96cf

Please sign in to comment.