Released version 2.4.10
- supports PHP up to 7.2
- added ServiceBuilder::
setType()
&getType()
as a future replacements forsetClass()
andgetClass()
- Compiler: added configuration option 'type' as a future replacement for 'class'
- Loader: fixed including of paths with scheme in config loader (#153)
- ContainerLoader: better error message when is unable to create file
- ContainerLoader: throws exception when is unable to create directory
For the details you can have a look at the diff.