HI,
I followed the instruction available there:
I have the following result:
D:\Sources\xampp\htdocs\test>curl -s https://getcomposer.org/installer | php All settings correct for using Composer Downloading... Composer successfully installed to: D:\Sources\xampp\htdocs\test\composer.phar Use it: php composer.phar D:\Sources\xampp\htdocs\test>php composer.phar install Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
- 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 has the wrong version (2.1.0r) installed. To enable extensions, verify that they are enabled in those .ini files:
- D:\Sources\xampp\php\php.ini You can also run
php --ini
inside terminal to see which files are used by PHP in CLI mode.
The phalcon version installed on my server is:
phalcon Web framework delivered as a C-extension for PHP phalcon enabled Author Phalcon Team and contributors Version 2.1.0r Build Date Mar 23 2016 00:33:33 Powered by Zephir Version 0.9.2a-dev
Can you help me?