Require PHP 5.3 in composer.json

This commit is contained in:
Andreas Fischer 2013-11-20 21:18:51 +01:00
parent 62aafecccc
commit e0cbaedccf

View File

@ -29,7 +29,7 @@
}
],
"require": {
"php": ">=5.0.0"
"php": ">=5.3.0"
},
"suggest": {
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",