alchemy-fr / Zippy

PHP zip/tar/bz2 archives (de)compression library with commandline or extensions
Other
470 stars 106 forks source link

Dependency of doctrine/collections: "~1.0" effectively makes this project locked to PHP 7.1. #136

Open illepic opened 7 years ago

illepic commented 7 years ago

Just a quick note that the dependency on doctrine/collections: "~1.0" slides up to doctrine/collections 1.5 which has a hard dependency on PHP >= 7.1. So any project using alchemy/zippy becomes a PHP 7.1 project though that's probably not actually necessary.

ahoiroman commented 7 years ago

This should be solved - I really would love to use this - but I can not let the project become a PHP 7.1-only project.