Closed pensiero closed 8 years ago
Hitting the same error @pensiero . Maybe Zend\ServiceManager\AbstractPluginManager changed?
Resolved specifying the exact version of zend-filter
in composer: "zendframework/zend-filter": "2.5.*",
Same here this thing is broken
You likely have defined composer constraints that are bringing in the dev-develop branch, which contains changes to work with zend-servicemanager v3. We're still working on updates that will allow that branch to work with either v2 or v3, but the point is: you're getting unstable code currently.
Pin your zend-filter dependency to ^2.5
to ensure you get a stable version in the 2.5 series.
Thanks @weierophinney
With latest update I received this error:
Somebody know why?