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

Upgrade Zend #217

Closed
cbleek opened this issue May 25, 2016 · 3 comments
Closed

Upgrade Zend #217

cbleek opened this issue May 25, 2016 · 3 comments
Assignees
Milestone

Comments

@cbleek
Copy link
Member

cbleek commented May 25, 2016

@cbleek cbleek added this to the v0.26 milestone May 25, 2016
@fedys
Copy link
Collaborator

fedys commented May 27, 2016

I did following steps:
replaced:
"zendframework/zendframework": "2.",
"zendframework/zend-mvc": "2.6.
",
"zendframework/zend-form": "2.6.",
with:
"zendframework/zendframework": "^2.5"
and run composer update zendframework/

Because ServiceLocatorAwareInterface and ServiceManagerAwareInterface are deprecated I refactored all classes using these interfaces via constructor injection. I also fixed several bugs (non-existent Zend package methods call, etc.). I did also some code clean-ups. All tests pass now.

c-mutz pushed a commit that referenced this issue May 27, 2016
removed deprecated ServiceManagerAwareInterface
fixed several possible errors
some code cleanup
refs gh-217
c-mutz pushed a commit that referenced this issue May 27, 2016
removed deprecated ServiceManagerAwareInterface
fixed several possible errors
some code cleanup
refs gh-217
c-mutz pushed a commit that referenced this issue May 30, 2016
@fedys
Copy link
Collaborator

fedys commented Jun 9, 2016

Finally, the zend-mvc 3.0 has been released. Unfortunately, it is not possible to upgrade to the zend-mvc 3.0 now because of dependencies in other packages (e.g.: doctrine-mongo-odm-module depends on zend-mvc 2.* etc.) We have to wait for authors of these packages to provide upgrades or make our own clones.

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

3 participants