- compatibility with older oxid versions
- include symfony DI for older oxid versions (through composer/vendor directory)
- load
services.yaml
from oxid modules like marm/yamm did withdic.php
(like done in OxidMocks/ContainerFactory.php) - make all calls to
ContainerFactory
through a new compatibility class - use Dumping the Configuration for Performance
- trigger recompile on module activation/deactivation
- add EventDispatcher as service
- register RegisterListenersPass to make adding modifiers through events possible
- add Doctrine\DBAL\Connection as service
- get connection configuration from oxid config
- load
- add helper script to call touch-all and cleanup command without oxid console
- 🙏
- include symfony DI for older oxid versions (through composer/vendor directory)