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

Using with Twig version 2+

Open AlexanderMatveev opened this issue 7 years ago • 5 comments

Symfony 3.3+ installs with Twig version 2+, so:

Problem 1 - Installation request for jonnyw/php-phantomjs ^4.6 -> satisfiable by jonnyw/php-phantomjs[v4.6.0]. - Conclusion: remove twig/twig v2.4.3 - Conclusion: don't install twig/twig v2.4.3

AlexanderMatveev avatar Jun 22 '17 12:06 AlexanderMatveev

+1 Same here :/

bastos71 avatar Jul 12 '17 16:07 bastos71

+1 Same here lol

c9s avatar Jul 23 '17 11:07 c9s

Please see my PR #194

c9s avatar Jul 23 '17 11:07 c9s

@c9s Thank you ! My problem also concerns Symfony 3.3, as the require section of composer.json does not allow install on a Symfony ^3.0 project (I am currently on the 3.3 version)

Do you think your pull request could include those modifications to the composer.json ?

bastos71 avatar Jul 24 '17 08:07 bastos71

@c9s I have just started using your repo for Twig 2.* support. In any cases, php phantom should still work as it should?

Humeira avatar Dec 05 '17 09:12 Humeira