- Add
AbstractCompilerPass::getSortedReferencesByTag
to easily get the references directly from a tag and sort them
- Add
AbstractDoctrineTypesPrependConfiguration
to easily add types to doctrine
- Add
AbstractCompilerPass::getReferencesByTag
to easily get the references directly from a tag
- Fixes a bug with
Configuration::getKey()
.
- Add compiler passes automatic detection
- Add AbstractPrependConfiguration
- Add prepend configuration automatic detection
- Add doctrine mappings support in AbstractBundle
- Add a more handy function in AbstractConfiguration
- Remove useless dependencies, that could produce some Composer issues.
- Move from Travis to Github Actions
- Add
AbstractCompilerPass::checkMandatoryServices
to quickly checks if the services listed in th eMANDATORY_SERVICES
constant exists in the container. - Add
AbstractConfiguration::getKey
andAbstractConfiguration::get
to easily retrieve a configuration. It allows also more traceability of the configuration usage.
- Add
AbstractCompilerPass
- Add
AbstractConfiguration
- Add
AbstractExtension
- Add
AbstractBundle