Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / twig / twig / lib / Twig / Environment.php
index e4e8abdb0fce3aca6b9365f9c7322f44a3f9ec8e..9b610f759935537136e6afdca2d7070b93c6daa9 100644 (file)
  */
 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;