Per the Github issue, this is fixed: https://github.com/phalcon/incubator/issues/293
but when I try to do composer require phalcon/incubator:dev-master
, it still displays the same error. Am I missing something?
[email protected]:/var/www/html/app$ php composer.phar require phalcon/incubator:dev-master
./composer.json has been updated
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/incubator dev-master -> satisfiable by phalcon/incubator[dev-master].
- phalcon/incubator dev-master requires ext-phalcon >=1.2.4 -> the requested PHP extension phalcon has the wrong version (2.0.0r) installed.
Installation failed, reverting ./composer.json to its original content.
Thanks, Chris