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

sylius/sylius composer constraint prevents sylius upgrade #60

Closed
stefandoorn opened this issue May 11, 2017 · 7 comments
Closed

sylius/sylius composer constraint prevents sylius upgrade #60

stefandoorn opened this issue May 11, 2017 · 7 comments

Comments

@stefandoorn
Copy link
Contributor

I'm trying to upgrade Sylius to dev-master (from beta.2), but requiring the CmsPlugin leads to:

Loading composer repositories with package information
Updating dependencies (including require-dev)                                      
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - lakion/cms-plugin dev-master requires sylius/sylius 1.0.0-beta.2 -> satisfiable by sylius/sylius[v1.0.0-beta.2] but these conflict with your requirements or minimum-stability.
    - lakion/cms-plugin dev-master requires sylius/sylius 1.0.0-beta.2 -> satisfiable by sylius/sylius[v1.0.0-beta.2] but these conflict with your requirements or minimum-stability.
    - lakion/cms-plugin dev-master requires sylius/sylius 1.0.0-beta.2 -> satisfiable by sylius/sylius[v1.0.0-beta.2] but these conflict with your requirements or minimum-stability.
    - Installation request for lakion/cms-plugin dev-master -> satisfiable by lakion/cms-plugin[dev-master].

My minimum stability is set to 'dev'. Is there a way to still load dev-master of Sylius while keeping dev-master of this package?

@michalmarcinkowski
Copy link
Member

Try to change composer.json of CmsPlugin to ^1.0.0-beta.2@dev should help.

@stefandoorn
Copy link
Contributor Author

Alright, did that in my fork (using dev-master, but it's similar I think), but should I PR that?

@michalmarcinkowski
Copy link
Member

Then we would need to wait for 1.0.0 stable to release CmsPlugin. I need to give few more thoughts on CmsPlugin release plan.

@gnsimoes
Copy link

gnsimoes commented Aug 4, 2017

Can you change the composer.json file to be able to use with Sylius beta 3?

@Mipme
Copy link

Mipme commented Aug 16, 2017

Are there already any experiences with the CMS on beta.3? Would need the plugin sooner than later...

@stefandoorn
Copy link
Contributor Author

Could this plugin be made compatible with 1.0? :-) If there are any PR's needed (besides the ones in there already), I can see if I can support a bit.

@michalmarcinkowski
Copy link
Member

I think there shouldn't be much work. Replied to your PR, let's see.

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