Hello,
I have problems installing phalcon-devtools with composer, i get this message
- Installation request for phalcon/devtools dev-master -> satisfiable by phalcon/devtools[dev-master].
- phalcon/devtools dev-master requires ext-phalcon ~2.0 -> the requested PHP extension phalcon is missing from your system.
So.. on my server I use different php versions for every host.
the php version i use for phalcon is working fine, since i see it in phpinfo, and the website is working :)
composer.json file:
{ "require": { "phalcon/devtools": "dev-master" } } what i do is : /opt/php/php5612/bin/php composer install