Update Faker to 1.7 (#3174)

a lot of improvements from 1.4 like :
Language specific formatters
https://github.com/fzaninotto/Faker#language-specific-formatters
a new formats.
This commit is contained in:
Pierre-André Vullioud 2017-10-16 16:59:40 +02:00 committed by Luke Towers
parent 669a4cee6e
commit de9804c897
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"wikimedia/composer-merge-plugin": "dev-master"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"fzaninotto/faker": "~1.7",
"phpunit/phpunit": "~5.7",
"phpunit/phpunit-selenium": "~1.2"
},