Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle requires Core, which has dev dependencies #3

Open
mp3tk0v opened this issue Jul 20, 2017 · 1 comment
Open

Bundle requires Core, which has dev dependencies #3

mp3tk0v opened this issue Jul 20, 2017 · 1 comment

Comments

@mp3tk0v
Copy link

mp3tk0v commented Jul 20, 2017

You need a total of 2 Classes from the CoreBundle, which can't be installed unless you cascade your requirements to dev on your whole project.

use CampaignChain\CoreBundle\Bundle\DependencyInjection\Extension;
use CampaignChain\CoreBundle\Util\VariableUtil;

If you have access to these 2 classes in your Update bundle, then it would be fully functional on its own. Right now its not really usable unless you compromise the stability of your project.

@mp3tk0v
Copy link
Author

mp3tk0v commented Jul 20, 2017

Looked a bit further down the code in an attempt to suggest a solution. There are more dependencies, tho it seems for the most part these 2 classes are the major errors for usage as a stand alone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant