Skip to content

Commit

Permalink
Support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Mar 2, 2020
1 parent 4c7065a commit 4660d61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"keywords": ["Laravel", "Tests", "Factory"],
"license": "MIT",
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"illuminate/console": "^6.0",
"illuminate/filesystem": "^6.0",
"php": "^7.2.5",
"illuminate/support": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0",
"doctrine/dbal": "^2.9"
},
"autoload": {
Expand Down

0 comments on commit 4660d61

Please sign in to comment.