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 the the file readers #73

Closed tomphp closed 8 years ago

tomphp commented 8 years ago

At the moment they are hard coded in Configurator::FILE_READERS. These defaults should be overrideable/extendable. Maybe with a withFileReader('.xml', CustomXMLFileReader::class) method.