Update PHP dependency to match PHPUnit 3.8

This commit is contained in:
Michael Dwyer 2014-02-04 14:21:20 -06:00
parent c66626bdac
commit 48065c99d6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.7"
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "3.8.*@dev"