Releases: lcobucci/di-builder
Releases · lcobucci/di-builder
5.4.0
This release introduces better development tools and some small features, like a compiler pass that generates the XML file for the container (which can be used together with lookyman/phpstan-symfony
to help phpstan understand the return type of DI services).
Total issues resolved: 4
Improvement
- 8: Add compiler pass priority thanks to @lcobucci
- 9: Improve CI configuration thanks to @lcobucci
- 10: Simplify the name of the container class thanks to @lcobucci
- 11: Provide compiler pass for XML dumping thanks to @lcobucci
5.3.1
5.3.0
5.2.0
v5.1.1
v5.1.0
v5.0.0
This release basically requires PHP 7.1 and does some small design improvements:
- Classes are now final
ContainerAwarePass
removed for good
Also:
- Humbug added to ensure we don't have mutation issues
- PHPUnit updated to 5.7
- Compatibility with
symfony/dependency-injection
v3.2 verified