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

How to install with Sulu 2 #136

Open
Dekminoz opened this issue Nov 11, 2020 · 5 comments
Open

How to install with Sulu 2 #136

Dekminoz opened this issue Nov 11, 2020 · 5 comments

Comments

@Dekminoz
Copy link

Q A
Bug? yes
New Feature? no
Community Bundle Version latest
Sulu Version 2.2

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.

@Dekminoz
Copy link
Author

I i've install the bundle with this command :

composer require --dev sulu/community-bundle:dev-develop --no-scripts

@niklasnatter
Copy link
Contributor

Hey, unfortunately there is no official release of this bundle that supports Sulu 2.0 yet.
But the develop branch of the repository should be compatible and can be installed with composer require sulu/community-bundle:dev-develop --with-all-dependencies.

@alexander-schranz
Copy link
Member

alexander-schranz commented Jul 6, 2022

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

@alexander-schranz alexander-schranz changed the title Unable to install Unable to install with Sulu 2 Jul 6, 2022
@alexander-schranz alexander-schranz pinned this issue Jul 6, 2022
@alexander-schranz alexander-schranz changed the title Unable to install with Sulu 2 How to install with Sulu 2 Jul 6, 2022
@adares2
Copy link

adares2 commented Jul 3, 2023

I think the community bundle does not support Symfony 6 yet? Are am right? When does it work?

@alexander-schranz
Copy link
Member

Not yet there is a open pull request here #162

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

4 participants