Skip to content

Commit

Permalink
Move faker to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfrog authored Feb 12, 2024
1 parent 45f2048 commit 67bc97a
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 67bc97a

Please sign in to comment.