Browse Source

Relax PHP version requirement to 5.4.16.

This allows stock RHEL7 servers to run CakePHP. Hopefully 5.4.16 is high
enough that we also avoid the performance issues in windows.

Refs #4607
mark_story 11 years ago
parent
commit
acb9e6528b
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"
 		"source": "https://github.com/cakephp/cakephp"
 	},
 	},
 	"require": {
 	"require": {
-		"php": ">=5.4.19",
+		"php": ">=5.4.16",
 		"ext-intl": "*",
 		"ext-intl": "*",
 		"ext-mcrypt": "*",
 		"ext-mcrypt": "*",
 		"ext-mbstring": "*",
 		"ext-mbstring": "*",