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

Not usable in a Symfony 2.8 environment

Open cfoehrdes opened this issue 9 years ago • 1 comments

We tried to use pattern lab twig edition in a symfony 2.8 environment (which is the current long term release). We are not able to install it via composer because the patternlab-php-core is restricted to symfony 2.6 (due to restriction to the symfony/filesystem component ~2.6.4 in core version 2.4.1) or ^3.0 in the current core version.

I would suggest to add 2.8 support by adding it to the symfony component version constraints (e.g. ^2.8|^3.0) in the current patternlab-php-core composer package.

If you are ok with it, I would test the core in our 2.8 env and create a pull request with the composer.json change.

cfoehrdes avatar Nov 01 '16 15:11 cfoehrdes

We would like to use it in Symfony 2.8, too.

KRav007 avatar Nov 08 '16 16:11 KRav007