-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't install with sulu 2.4 #147
Comments
I have the same problem right now. Have you found a solution? |
Hello the community bundle is not yet tagged for Sulu Currently you are saved to use |
The installation with JMS serializer 4.0 is fixed in: #151 so if you had that installed it should know also work. Sometimes the easiest way to findout something blocking is going with: composer require sulu/community-bundle:^2.0@dev --no-update
composer update This way composer allows also downgrades of maybe a library which a newer version currently is installed. |
Actual Behavior
The bundle won't install.
[InvalidArgumentException]
Could not find package sulu/community-bundle in a version matching "2.0@dev" and a stability matching "dev".
Expected Behavior
Make the bundle installation ok
Steps to Reproduce
composer require sulu/community-bundle:^2.0@dev --no-scripts
Possible Solutions
Update composer.json
The text was updated successfully, but these errors were encountered: