jonnnnyw / php-phantomjs

Execute PhantomJS commands through PHP
MIT License
1.44k stars 432 forks source link

Using with Twig version 2+ #190

Open AlexanderMatveev opened 7 years ago

AlexanderMatveev commented 7 years ago

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

+1 Same here :/

c9s commented 7 years ago

+1 Same here lol

c9s commented 7 years ago

Please see my PR #194

bastos71 commented 7 years ago

@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 ?

Humeira commented 6 years ago

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