1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 09:19:50 +01:00

Add PHPUnit 4.0.* to require-dev

This commit is contained in:
Lucas 2014-03-07 13:57:46 +01:00 committed by David Stensland
parent a277bf23f9
commit 73f0145585

View File

@ -12,6 +12,9 @@
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-0": {
"Faker": "src/",