PHP-DI / Silex-Bridge

PHP-DI integration in Silex
http://php-di.org/doc/frameworks/silex.html
MIT License
24 stars 8 forks source link

Initial support for upcoming Silex version 2 #13

Closed jdreesen closed 8 years ago

jdreesen commented 8 years ago

This should add initial support for the upcoming Silex 2.

As I'm not actively using Silex at the moment it would be nice if someone actually using it (@Atriedes?) does a quick review if I forgot something. Anyhow, the tests are running fine.

closes #6

mnapoli commented 8 years ago

Waiting for a review from @Atriedes or anyone using Silex 2 before merging.

ricardokenji commented 8 years ago

I'm not really using it, but converted a lumen application to silex2 + php-di to test performance and did almost the same things, i only forgot to unset() the exception_handler in the base_test.

mnapoli commented 8 years ago

YOLO! :p

I won't tag a stable version of this branch until Silex 2 is released anyway.

mnapoli commented 8 years ago

And thanks @jdreesen!