Skip to content

Commit

Permalink
Merge pull request #2111 from bolt/update/faker
Browse files Browse the repository at this point in the history
Replace Faker with fork, since original is abandoned
  • Loading branch information
I-Valchev authored Nov 10, 2020
2 parents 9bb31f1 + 1351386 commit 05d8995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"drupol/composer-packages": "^2.0",
"embed/embed": "^3.4",
"erusev/parsedown": "^1.7",
"fzaninotto/faker": "^1.9",
"fakerphp/faker": "^1.10",
"knplabs/doctrine-behaviors": "^2.0.3",
"knplabs/knp-menu-bundle": "^3.0",
"league/glide-symfony": "^1.0",
Expand Down
6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@
"fabpot/goutte": {
"version": "v3.3.0"
},
"fakerphp/faker": {
"version": "v1.10.1"
},
"fig/link-util": {
"version": "1.1.0"
},
Expand Down Expand Up @@ -284,9 +287,6 @@
".php_cs.dist"
]
},
"fzaninotto/faker": {
"version": "v1.9.1"
},
"guzzlehttp/guzzle": {
"version": "6.5.2"
},
Expand Down

0 comments on commit 05d8995

Please sign in to comment.