X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Ftwig%2Ftwig%2Flib%2FTwig%2FEnvironment.php;fp=vendor%2Ftwig%2Ftwig%2Flib%2FTwig%2FEnvironment.php;h=9b610f759935537136e6afdca2d7070b93c6daa9;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=e4e8abdb0fce3aca6b9365f9c7322f44a3f9ec8e;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/twig/twig/lib/Twig/Environment.php b/vendor/twig/twig/lib/Twig/Environment.php index e4e8abdb0..9b610f759 100644 --- a/vendor/twig/twig/lib/Twig/Environment.php +++ b/vendor/twig/twig/lib/Twig/Environment.php @@ -16,11 +16,11 @@ */ class Twig_Environment { - const VERSION = '1.35.3'; - const VERSION_ID = 13503; + const VERSION = '1.35.4'; + const VERSION_ID = 13504; const MAJOR_VERSION = 1; const MINOR_VERSION = 35; - const RELEASE_VERSION = 3; + const RELEASE_VERSION = 4; const EXTRA_VERSION = ''; protected $charset;