Skip to content

Commit

Permalink
Lower PHP version requirement.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ADmad committed Jan 3, 2016
1 parent a423b61 commit db88027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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": "*",
Expand Down

0 comments on commit db88027

Please sign in to comment.