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

Can't install with sulu 2.4 #147

Closed
axoloth opened this issue Feb 6, 2022 · 3 comments
Closed

Can't install with sulu 2.4 #147

axoloth opened this issue Feb 6, 2022 · 3 comments

Comments

@axoloth
Copy link

axoloth commented Feb 6, 2022

Q A
Bug? yes
New Feature? no
Community Bundle Version 2.0@dev
Sulu Version 2.4
Browser Version All

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

@GandonNicolas
Copy link

I have the same problem right now. Have you found a solution?

@alexander-schranz
Copy link
Member

alexander-schranz commented Jul 5, 2022

Hello the community bundle is not yet tagged for Sulu 2.0 as there is still a bc break on the roadmap for it: #146.

Currently you are saved to use ^2.0@dev until but keep in mind if you use that 2 entities in your code that that bc break will come and that this model / tables will be renamed.

@alexander-schranz
Copy link
Member

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.

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

3 participants