Skip to content

Commit

Permalink
Require legacy factories
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Sep 9, 2020
1 parent 74cd5c6 commit e62e383
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
}
],
"require": {
"php": "^7.4",
"illuminate/support": "^6.0|^7.0|^8.0"
"php": "^7.3",
"illuminate/support": "^6.0|^7.0|^8.0",
"laravel/legacy-factories": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit e62e383

Please sign in to comment.