tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Add the ability to add/override container adapters #74

Closed tomphp closed 7 years ago

tomphp commented 8 years ago

At the moment they are hard coded in Configurator::CONTAINER_ADAPTERS. These defaults should be overrideable/extendable. Maybe with a withContainerAdapter(MyContainer::class, MyContainerAdapter::class) method.