Silex reference in composer.json
sebastianblum opened this issue · 2 comments
Hello!
Can you please remove the silex requirement in your composer.json.
If I use your bundle, composer installs silex/silex and all symfony dependencies, but the come with the silex.phar.
So it would be great if you remove the requirement. Maybe you add silex as suggest, so it can be installed with the parameter --install-suggests in composer.
thank you very much und greetings from munich, sebastian
Why are you not installing silex via composer?
@sebastianblum sorry but that requirement is there to stay for obvious reasons.
Using the phar package for Silex basically defeats any purpose of using composer, at this point you can just download the archives of a stable release of Predis and PredisServiceProvider and register their namespaces in your Silex app.
Why don't you just let composer install Silex and its dependencies too?