csarrazi / CsaGuzzleBundle

A bundle integrating Guzzle >=4.0 in Symfony
250 stars 76 forks source link

Fix deprecation with twig 2.10.0 #252

Closed jderusse closed 4 years ago

jderusse commented 4 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets /
License Apache License 2.0
csarrazi commented 4 years ago

Why not, but in that case, you should bump the twig version to at least 2.10.0, as this will break older versions.

jderusse commented 4 years ago

good catch.

csarrazi commented 4 years ago

Thank you @jderusse!