Update composer.json

We can't afford using the latest version of phpunit if we want php 5.3.* compatibility
This commit is contained in:
Alwin Pacheco 2016-12-31 09:17:30 -04:00 committed by GitHub
parent 1a240dfea6
commit cdbbe86d85
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "*" "phpunit/phpunit": "4.8.*"
} }
} }