-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/zf3compat #8
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
base: master
Are you sure you want to change the base?
Conversation
|
@juriansluiman @jurreantonisse Any update on this? |
|
Hello Thomas, Sorry I'm not able to review this PR. Kind regards |
|
@juriansluiman ping |
|
@jurreantonisse do you have contact with @juriansluiman ? |
| "container-interop/container-interop": "^1.0" | ||
| }, | ||
| "require-dev": { | ||
| "doctrine/doctrine-orm-module": "~0.9 || ^1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add also into suggest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@snapshotpl Done. Thank you
| protected function getCaches() | ||
| { | ||
| $config = $this->getServiceLocator()->get('Config'); | ||
| $config = $this->container->get('config'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not to inject this config into controller?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@snapshotpl This PR is not a completely refactor, we could do it later in a separate PR, after that this PR will be merged.
|
@juriansluiman ping again... |
|
@juriansluiman ping! |
|
@juriansluiman ping |
Updated dependencies to support zf2 and zf3 components.
Changed prompt from Select to Number to select cache. This fix the problem when there are more than 9 cache defined.