Bump minimum PHP version to 5.4

This commit is contained in:
Colin O'Dell 2016-01-13 13:33:39 -05:00
parent cf37e93a31
commit 36f946ecf2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php" : ">=5.3.0"
"php" : ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",