Skip to content

Commit

Permalink
readd faker
Browse files Browse the repository at this point in the history
  • Loading branch information
Neofox committed Feb 19, 2019
1 parent fb9db54 commit 97fc0da
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-fixtures-bundle": "^3.1",
"fzaninotto/faker": "^1.8",
"ramsey/uuid": "^3.8",
"sensio/framework-extra-bundle": "^5.1",
"symfony/asset": "4.2.*",
Expand All @@ -24,8 +26,7 @@
"symfony/twig-bundle": "4.2.*",
"symfony/validator": "4.2.*",
"symfony/web-link": "4.2.*",
"symfony/yaml": "4.2.*",
"doctrine/doctrine-fixtures-bundle": "^3.1"
"symfony/yaml": "4.2.*"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.1",
Expand Down
52 changes: 51 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"fig/link-util": {
"version": "1.0.0"
},
"fzaninotto/faker": {
"version": "v1.8.0"
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
Expand Down

0 comments on commit 97fc0da

Please sign in to comment.