Skip to content

Release 0.1.1

Choose a tag to compare

@SpiGAndromeda SpiGAndromeda released this 10 May 09:19
· 59 commits to main since this release

The ConfigurationCardConfigReaderPass now uses the getReflectionClass method of the Symfony ContainerBuilder to prevent ClassNotFound exceptions.

The Symfony FrameworkBundle and Shopware add definitions for classes from composer packages that might not be loaded. If reflections are created for such a definition class, an exception is thrown. Additionally the ContainerBuilder method uses caching.