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

Allow non-string arguments to be used with Pimple #60

Closed tomphp closed 8 years ago

tomphp commented 8 years ago

There was a bug which would cause Pimple to fail to create a service if it's argument was an array or object.