Skip to content

Commit

Permalink
Merge pull request #170 from Jellyfrog/faker
Browse files Browse the repository at this point in the history
Move faker to dev dependency
  • Loading branch information
topclaudy authored Feb 28, 2024
2 parents 45f2048 + 67bc97a commit bf0e53c
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": {
"illuminate/database": ">=5.6 <11.0",
"fakerphp/faker": "^1.18"
"illuminate/database": ">=5.6 <11.0"
},
"require-dev": {
"ext-sqlite3": "*",
"fakerphp/faker": "^1.18",
"phpunit/phpunit": "^6.0|^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit bf0e53c

Please sign in to comment.