Skip to content

Commit

Permalink
Merge pull request #26 from KnpLabs/fix/faker-dependency
Browse files Browse the repository at this point in the history
Fix the faker dependency
  • Loading branch information
PedroTroller committed Feb 12, 2016
2 parents 6bfb22b + 22527fb commit 52e7498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"symfony/config": "~2.4",
"symfony/form": "~2.4",
"symfony/validator": "~2.4",
"twig/twig": "~1.11"
"twig/twig": "~1.11",
"fzaninotto/faker": "^1.5"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"bossa/phpspec2-expect": "~1.0",
"fzaninotto/faker": "^1.5"
"bossa/phpspec2-expect": "~1.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 52e7498

Please sign in to comment.