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

alchemy/zippy: "^0.3" forces minimum PHP to 7.1 #13

Open
illepic opened this issue Aug 5, 2017 · 3 comments
Open

alchemy/zippy: "^0.3" forces minimum PHP to 7.1 #13

illepic opened this issue Aug 5, 2017 · 3 comments

Comments

@illepic
Copy link

illepic commented Aug 5, 2017

The dependency alchemy/zippy: "^0.3" includes doctrine/collections: "~1.0" which slides up to current doctrine/collections version 1.5 which has a hard requirement for PHP 7.1.

As far as I can tell, alchemy/zippy works great for doctrine/collections <1.5.

So, two options going forward:

  1. This project just has a hard dependency on PHP 7.1, no support for PHP 5.6
  2. We do some composer ju-ju to force this "grandchild" dependency of doctrine/collections to <1.5.
@illepic
Copy link
Author

illepic commented Aug 5, 2017

Noting here that installing via

composer install --no-interaction --ignore-platform-reqs

blasts past this issue.

@illepic
Copy link
Author

illepic commented Aug 5, 2017

I let the zippy project know over here: alchemy-fr/Zippy#136

@juniorb2ss
Copy link

juniorb2ss commented Aug 22, 2017

Same problem here!

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

2 participants