Skip to content

Commit

Permalink
Merge pull request #14 from RonasIT/dpankratov/legacy-factories-install
Browse files Browse the repository at this point in the history
fix: move lagacy factories package to require instead of require-dev;
  • Loading branch information
DenTray authored Apr 22, 2022
2 parents 278f937 + bd955b0 commit 2485e4b
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 @@ -12,10 +12,10 @@
"require": {
"php": ">=7.1.3",
"laravel/framework": ">=5.4.0",
"ronasit/laravel-helpers": ">=2.0.0-beta"
"ronasit/laravel-helpers": ">=2.0.0-beta",
"laravel/legacy-factories": ">=1.3.0"
},
"require-dev": {
"laravel/legacy-factories": ">=1.3.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 2485e4b

Please sign in to comment.