Following the instructions here: https://docs.phalcon.io/en/latest/reference/unit-testing.html
I am having an issue trying to get incubator installed. I have version 1.3.2 as shown by:
echo phpversion( "phalcon" );
And it shows up in my phpinfo() as well.
When I got to try and install I get this error:
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,<2 -> the requested PHP extension phalcon is missing from your system.
My composer.json looks like this:
{ "require": { "phalcon/incubator": "dev-master" } }
Yes, I've restarted nginx and php5-fpm, in fact I think I've done everything including a server restart to try and get this working. (yes I also updated composer with self-update..)
Please help, I've googled and searched my times for a solution to this problem and the only thing I can think of is incubator isn't updated for the newest version of Phalcon (1.3.2). If this version isn't supported is there progress on an updated version?
Thanks a lot.
~dev