Closed tsantos84 closed 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
@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.
The namespace are reference to Cilex\Application and Cilex\ServiceProviderInterface instead of the correct namespaces Silex\Application and Silex\ServiceProviderInterface.