Browse Source

Merge pull request #4611 from cakephp/relax-php-requirement

Relax PHP version requirement to 5.4.16.
José Lorenzo Rodríguez 11 years ago
parent
commit
3d203b6fe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -18,7 +18,7 @@
 		"source": "https://github.com/cakephp/cakephp"
 	},
 	"require": {
-		"php": ">=5.4.19",
+		"php": ">=5.4.16",
 		"ext-intl": "*",
 		"ext-mcrypt": "*",
 		"ext-mbstring": "*",