patternlab-php icon indicating copy to clipboard operation
patternlab-php copied to clipboard

Patternlab and PHP 8.1?

Open lquessenberry opened this issue 2 years ago • 1 comments

i am trying to upgrade PHP version of pattern lab to work with PHP 8.1. So far this is what I am getting.

Problem 1 - doctrine/collections is locked to version v1.4.0 and an update of this package was not requested. - doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.13) does not satisfy that requirement. Problem 2 - doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.13) does not satisfy that requirement. - pattern-lab/core v2.9.0 requires doctrine/collections 1.4.0 -> satisfiable by doctrine/collections[v1.4.0]. - pattern-lab/core is locked to version v2.9.0 and an update of this package was not requested.

lquessenberry avatar Dec 23 '22 19:12 lquessenberry

Seems like this is a known issue.

https://github.com/pattern-lab/patternlab-php-core/pull/176

lquessenberry avatar Dec 23 '22 20:12 lquessenberry