Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard dependency on ZF1 #7

Closed
holtkamp opened this issue May 26, 2015 · 2 comments
Closed

Hard dependency on ZF1 #7

holtkamp opened this issue May 26, 2015 · 2 comments

Comments

@holtkamp
Copy link
Contributor

Currently composer.json contains:

"zendframework/zendframework1": "1.12.*"

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 ?

@mnapoli
Copy link
Member

mnapoli commented May 26, 2015

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?

@holtkamp
Copy link
Contributor Author

holtkamp commented Jun 4, 2015

Resolved with 6d10280

Closing issue

@holtkamp holtkamp closed this as completed Jun 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants