You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
I'm still running projects on zend-mvc 2.7.* and tried to remove zend-console from one of them.
After doing so i was presented an error telling me that Zend\Console\Console was not found. The RequestFactory apparenty needs zend-console while in 3.0 everything console related got removed. Since zend-console is only in require-dev we should maybe consider moving it to 'require' for the 2.7 branch... or just do nothing at all and tell people to upgrade to 3.0 already ;)
The text was updated successfully, but these errors were encountered:
samsonasik
added a commit
to samsonasik/zend-mvc
that referenced
this issue
Jun 13, 2017
I'm still running projects on zend-mvc 2.7.* and tried to remove zend-console from one of them.
After doing so i was presented an error telling me that Zend\Console\Console was not found.
The RequestFactory apparenty needs zend-console while in 3.0 everything console related got removed.
Since zend-console is only in require-dev we should maybe consider moving it to 'require' for the 2.7 branch... or just do nothing at all and tell people to upgrade to 3.0 already ;)
The text was updated successfully, but these errors were encountered: