v1.1.0
Features
This release brings container meta data support. In plain PHP and for the container language.
You are now able to assign meta data to a service as follows:
@my.event_listener: App\EventListener\Thing
= on: 'something', call: 'handleTheThing'
Fixes
Methods stacking has been fixed. You can now stack multiple calls to the same method together.
@my.registry: App\Registry
- add('james')
- add('John')