From 4295fa5f06794c2f844ac95acdb2bc672736fdfa Mon Sep 17 00:00:00 2001
From: M Miller <miller.2676@gmail.com>
Date: Thu, 19 Mar 2020 18:59:21 -0700
Subject: [PATCH] add twig_tweak

---
 composer.json |  3 ++-
 composer.lock | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 822c0c1..d48d5e4 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,8 @@
     "oomphinc/composer-installers-extender": "^1.1",
     "drupal/bamboo_twig": "^5.0",
     "drupal/components": "^1.1",
-    "it-osu-web/it-osu-pl-drupal": "v1.0.0-alpha"
+    "it-osu-web/it-osu-pl-drupal": "v1.0.0-alpha",
+    "drupal/twig_tweak": "^2.5"
   },
   "require-dev": {
     "drupal/twig_vardumper": "^1.2"
diff --git a/composer.lock b/composer.lock
index 2e22308..77151bc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "b28f65c8694d15b609e82d246f25e8f6",
+    "content-hash": "82976970a3c6e13d60309848f5ef67d2",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -1253,6 +1253,61 @@
             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
             "time": "2020-03-04T18:01:37+00:00"
         },
+        {
+            "name": "drupal/twig_tweak",
+            "version": "2.5.0",
+            "source": {
+                "type": "git",
+                "url": "https://git.drupalcode.org/project/twig_tweak.git",
+                "reference": "8.x-2.5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://ftp.drupal.org/files/projects/twig_tweak-8.x-2.5.zip",
+                "reference": "8.x-2.5",
+                "shasum": "077e193192d85706f5c5afc7575ba07b41499f79"
+            },
+            "require": {
+                "drupal/core": "^8.7 || ^9.0"
+            },
+            "suggest": {
+                "symfony/var-dumper": "Better dump() function for debugging Twig variables"
+            },
+            "type": "drupal-module",
+            "extra": {
+                "branch-alias": {
+                    "dev-2.x": "2.x-dev"
+                },
+                "drupal": {
+                    "version": "8.x-2.5",
+                    "datestamp": "1583937566",
+                    "security-coverage": {
+                        "status": "covered",
+                        "message": "Covered by Drupal's security advisory policy"
+                    }
+                }
+            },
+            "notification-url": "https://packages.drupal.org/8/downloads",
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Chi",
+                    "homepage": "https://www.drupal.org/user/556138"
+                }
+            ],
+            "description": "A Twig extension with some useful functions and filters for Drupal development.",
+            "homepage": "https://www.drupal.org/project/twig_tweak",
+            "keywords": [
+                "Drupal",
+                "Twig"
+            ],
+            "support": {
+                "source": "https://git.drupalcode.org/project/twig_tweak",
+                "issues": "https://www.drupal.org/project/issues/twig_tweak"
+            }
+        },
         {
             "name": "easyrdf/easyrdf",
             "version": "0.9.1",
-- 
GitLab