drupal-pattern-lab / patternlab-php-core

This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
http://patternlab.io/
MIT License
2 stars 1 forks source link

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

Open illepic opened 7 years ago

illepic commented 7 years ago

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 commented 7 years ago

Noting here that installing via

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

blasts past this issue.

illepic commented 7 years ago

I let the zippy project know over here: https://github.com/alchemy-fr/Zippy/issues/136

juniorb2ss commented 7 years ago

Same problem here!