From 0185e370cfefed37c86ff49c0d1ffef9a542fc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCchner?= Date: Sat, 11 Feb 2023 15:16:06 +0100 Subject: [PATCH] Installed drupal/ape module --- composer.json | 1 + composer.lock | 46 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3505454..17a9508d 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "composer/installers": "^1.11", "drupal/admin_toolbar": "^3.0", "drupal/anchor_link": "^2.5", + "drupal/ape": "^1.5", "drupal/bartik": "^1.0", "drupal/better_exposed_filters": "^6.0", "drupal/block_exclude_pages": "^2.0", diff --git a/composer.lock b/composer.lock index 4ca7536d..6dd841d9 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": "f4268e0d60975146fdcc24582cbfcdd5", + "content-hash": "897450ce694650733690902cbe736561", "packages": [ { "name": "algolia/places", @@ -1513,6 +1513,50 @@ "issues": "https://www.drupal.org/project/issues/anchor_link" } }, + { + "name": "drupal/ape", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ape.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ape-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "bbc2710d875920b065fa8d8a13f321f472136953" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1611337704", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "steel-track", + "homepage": "https://www.drupal.org/user/847488" + } + ], + "description": "Allows finer control of the Cache Control header.", + "homepage": "https://www.drupal.org/project/ape", + "support": { + "source": "https://git.drupalcode.org/project/ape" + } + }, { "name": "drupal/bartik", "version": "1.0.2",