osx - How come I cant update my php from 5.4.38 to a newer version on my mac? -


i trying install cakephp in computer, go htdocs on mamp server , when trying execute:

fernandos-imac:cakephpyoutube fernando$ php composer.phar create-project --prefer-dist cakephp/app bookmarker 

it gives me error saying

- cakephp/cakephp 3.2.1 requires php >=5.5.9 -> php version (5.4.38) not satisfy requirement. 

so tried php -v , running php version (5.4.38) on mamp phpinfo says using php version 5.5.9. confused on how update php can work on cakephp through mamp.

any suggestions?


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -