After executing
php composer.phar create-project -s dev cakephp/app
I receive the following problem
Problem 1
- The requested package php could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package php could not be found in any version, there may be a typo in the package name.
Problem 3
- Installation request for cakephp/cakephp 3.0.*-dev -> satisfiable by cakephp/cakephp[3.0.x-dev].
- cakephp/cakephp 3.0.x-dev requires php >=5.4.19 -> no matching package found.
NB:
- I have php 5.4.4 installed
- I have composer updated to the latest commit
- OS : MAC MAVRICX