You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I am getting below errors on patternlab after upgrading PHP 8.1.12
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.12) does not satisfy that requirement.
- pattern-lab/core v2.9.0 requires doctrine/collections 1.4.0 -> satisfiable by doctrine/collections[v1.4.0].
- Root composer.json requires pattern-lab/core ^2.9 -> satisfiable by pattern-lab/core[v2.9.0].
The text was updated successfully, but these errors were encountered:
Can we update doctrine/collections version [ from 1.4.0 to 2.1.2 ] in the pattern-lab/core v2.9.0 requirements ?
Where can find that requirement defined for pattern-lab/core v2.9.0
Any help will be appreciated.
I am getting below errors on patternlab after upgrading PHP 8.1.12
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.12) does not satisfy that requirement.
- pattern-lab/core v2.9.0 requires doctrine/collections 1.4.0 -> satisfiable by doctrine/collections[v1.4.0].
- Root composer.json requires pattern-lab/core ^2.9 -> satisfiable by pattern-lab/core[v2.9.0].
The text was updated successfully, but these errors were encountered: