Browse Source

Lower PHP version requirement.

As of date Ubuntu 14.04 LTS reports it's PHP version as "PHP 5.5.9-1ubuntu4.14" (although it's actually latest patched up 5.5) which prevents installation of CakePHP 3.2.
ADmad 10 years ago
parent
commit
db8802722d
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.5.10",
+        "php": ">=5.5.9",
         "ext-intl": "*",
         "ext-mbstring": "*",
         "cakephp/chronos": "*",