Skip to content

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rdarcy1 committed Mar 6, 2020
1 parent 086af66 commit e6836ae
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 @@ -14,11 +14,11 @@
],
"require": {
"php": "^5.6 | ^7.0",
"laravel/framework": "^5.3 | ^6.0"
"laravel/framework": "^5.3 | ^6.0 | ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench-browser-kit": "^4.0"
"orchestra/testbench-browser-kit": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6836ae

Please sign in to comment.