dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

Fixed the namespace for Silex #71

Closed tsantos84 closed 8 years ago

tsantos84 commented 8 years ago

The namespace are reference to Cilex\Application and Cilex\ServiceProviderInterface instead of the correct namespaces Silex\Application and Silex\ServiceProviderInterface.

tsantos84 commented 8 years ago

I realized that Cilex is actually a dependency of dflydev-doctrine-orm-service-provider, and strangely, it is not installed in my project by default when running composer install

simensen commented 8 years ago

@tsantos84 yes, cilex is a dev dependency for the 1.x release of this service provider. dev dependencies won't get installed in your project so it is not a surprise that when installing the 1.x version of this service provider it does not also install cilex. hopefully that squares away any problems you might still be having with this! if you need cilex you should install cilex into your project as well.