Precise LTS php support

Change PHP version requirement to >=5.3.7. Actually this enable
Ubuntu Precise LTS php environment usage.

Change-Id: I4e154e36bafdfa4fd743403fdde27496cae3356d
This commit is contained in:
Marton Kiss 2014-02-12 16:55:59 +01:00
parent f2b6f7a60c
commit 8808ce584a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"keywords": ["openstackid", "openstack","openid","oauth2"],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"php": ">=5.3.7",
"laravel/framework": "4.1.*",
"phpunit/phpunit": "3.7.*",
"zendframework/zend-crypt":"2.2.*",