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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -