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
This seems obvious for this bridge, but we are using the component based / optimized packages from https://github.com/zf1. This way we do not need to download the complete ZF1 and can gradually phase out the use of ZF1 packages and migrate to ZF2.
Would it be an option to 'suggest' the complete Zend Framework and only 'require' the https://github.com/zf1/zend-controller ?
The text was updated successfully, but these errors were encountered:
Ah I see. I don't think requiring https://github.com/zf1/zend-controller would be a good solution either because some people need the whole package.
The only solution would be indeed to suggest the packages (full ZF1 and zend-controller). This will be a new major release (3.0) as it breaks BC. Do you want to do a pull request?
Currently
composer.json
contains:This seems obvious for this bridge, but we are using the component based / optimized packages from https://github.com/zf1. This way we do not need to download the complete ZF1 and can gradually phase out the use of ZF1 packages and migrate to ZF2.
Would it be an option to 'suggest' the complete Zend Framework and only 'require' the
https://github.com/zf1/zend-controller
?The text was updated successfully, but these errors were encountered: