We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Incubator and Phalcon 2.0.0

How can I use incubator with Phalcon 2.0.0?

composer update:

phalcon/incubator dev-master requires ext-phalcon >=1.2.4,<2 -> the requested PHP extension phalcon has the wrong version (2.0.0b) installed.


98.9k

I've enabled the incubator for Phalcon 2, could you please try again?



2.5k
phalcon/incubator v1.2.5 requires ext-phalcon 1.2.5 -> the requested PHP extension phalcon has the wrong version (2.0.0b) installed.

Incubator needs a 2.0 branch, for example NestedSet behavior functions are stricter now, $model became Phalcon\Mvc\ModelInterface $model in notify function.