Skip to content

Releases: ClanCats/Container

v1.1.2

23 Apr 13:14
8beab5c
Compare
Choose a tag to compare
  • Minor fixes
  • PHPUnit 9 compatibility
  • added allParameters method.

v1.1.1

29 Jan 12:21
832bdc4
Compare
Choose a tag to compare

Fixes

  • PHP 7.3 preg_match fix

v1.1.0

11 Apr 16:33
Compare
Choose a tag to compare

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')

🎉 We can work with this version.

23 Jan 10:08
32c8801
Compare
Choose a tag to compare