-
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
How to install with Sulu 2 #136
Comments
I i've install the bundle with this command : composer require --dev sulu/community-bundle:dev-develop --no-scripts |
Hey, unfortunately there is no official release of this bundle that supports Sulu 2.0 yet. |
As we renamed the branches it is now: composer require sulu/community-bundle:^2.0@dev if anybody have problems try first: composer require sulu/community-bundle:^2.0@dev --no-update
composer update |
I think the community bundle does not support Symfony 6 yet? Are am right? When does it work? |
Not yet there is a open pull request here #162 |
Actual Behavior
Cannot install the bundle on Sulu 2.2, composer say:
sulu/community-bundle[1.1.0, ..., 1.1.1] require sulu/sulu ^1.3 -> found sulu/sulu[1.3.0, ..., 1.6.37] but it conflicts with your root composer.json require (^2.2.0)
Expected Behavior
To be able to successfully install community-bundle.
Steps to Reproduce
Just start a new sulu project in the latest version and try to install the community-bundle
Possible Solutions
I think there is a problem with your release , the latest release is the 1.1.1 (2019) and this specific version specified sulu in 1.3 version. I'm not a composer expert but composer try to fetch the latest release i guess because in the latest commit your composer.json file does not specified sulu in 1.3 version.
Thank you for reading me and thanks for your work.
The text was updated successfully, but these errors were encountered: