goaop / goaop-zf2-module

Integration module for Go! AOP Framework and ZF2 Framework
MIT License
6 stars 4 forks source link

[Improvement] Increase listener priority to the maximum value to be first #5

Closed reinfi closed 7 years ago

reinfi commented 7 years ago

If you have several listeners on the EVENT_LOAD_MODULES_POST event it must be safe that the aspects are registered as first listener.

Of course this does not work when some one else registers himself with this priority.

And would you mind, when this is merged, setting a new tag, so we don't have to rely on dev-master within our composer json?

reinfi commented 7 years ago

@lisachenko just a short reminder, not knowing when you have time to look at this :)

lisachenko commented 7 years ago

Merged, tag 1.1.2 was released. Thanks!