Updated minimum PHP requirement to 5.4+ to support future changes

This commit is contained in:
Alex Bilbie 2013-11-29 12:34:08 +00:00
parent bacc9ce316
commit 2bd61f040b

View File

@ -5,7 +5,7 @@
"homepage": "https://github.com/php-loep/oauth2-server", "homepage": "https://github.com/php-loep/oauth2-server",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": ">=0.7.2", "mockery/mockery": ">=0.7.2",