-
Notifications
You must be signed in to change notification settings - Fork 95
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
ProvidesEventsForm should extend ZfcBase\EventManager\EventProvider #56
Comments
If you extend with the EventProvider than you would not be able to extend with the Form, that is the reason. I do think though, it could implement the EventManagerAwareInterface also. |
@Danielss89 this can be closed |
EventManagerAwareTrait ... Beuler? |
ZfcUser 1.x and ZfcBase 0.x currently support PHP 5.3, which doesn't have traits |
Seems a little out of date: Drop support for 5.3 |
The change isn't retroactive, so since ZfcUser and ZfcBase support ZF2 < 2.4.x we also need to keep support for PHP 5.3. I'm in favor of setting ZfcUser 2.x minimum ZF2 version at 2.4 so we can then target PHP >5.3 only |
All it takes is a tag of the current version to move forward. No need to put it off. |
—Reply to this email directly or view it on GitHub. |
Why is code duplicated? Is there a valid reason?
The text was updated successfully, but these errors were encountered: