From 22829f1b2e4ee7748c03104d3b88ccb8effa28d0 Mon Sep 17 00:00:00 2001 From: rpnykanen Date: Wed, 25 Sep 2024 09:50:20 +0300 Subject: [PATCH] remove filelog --- composer.json | 1 - composer.lock | 58 +-------------------------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/composer.json b/composer.json index 499081dc..9e377b01 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "cweagans/composer-patches": "^1.6.7", "drupal/core": "^10.0", "drupal/core-composer-scaffold": "^10.0", - "drupal/filelog": "^2.1", "drupal/hdbt": "^6.0", "drupal/hdbt_admin": "^3.0", "drupal/helfi_azure_fs": "^2.0", diff --git a/composer.lock b/composer.lock index b64c68dd..ec0f05d8 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": "ea915143da8661b86d0f1ef7eb3d0256", + "content-hash": "b23bf4b4eb4fff5bb6b6e624ab64547f", "packages": [ { "name": "asm89/stack-cors", @@ -3753,62 +3753,6 @@ "source": "https://git.drupalcode.org/project/file_mdm" } }, - { - "name": "drupal/filelog", - "version": "2.1.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/filelog.git", - "reference": "2.1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filelog-2.1.2.zip", - "reference": "2.1.2", - "shasum": "47108fcd13a53fa2cf356434c1d6009892915f8c" - }, - "require": { - "drupal/core": "^9 || ^10", - "ext-zlib": "*", - "php": "^7.4 || ^8" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.2", - "datestamp": "1721990145", - "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": "Christoph Burschka", - "homepage": "https://github.com/cburschka", - "email": "christoph@burschka.de", - "role": "Maintainer" - }, - { - "name": "cburschka", - "homepage": "https://www.drupal.org/user/28680" - } - ], - "description": "Logs system events to a file.", - "homepage": "https://www.drupal.org/project/filelog", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://cgit.drupalcode.org/filelog", - "issues": "https://www.drupal.org/project/issues/filelog" - } - }, { "name": "drupal/flysystem", "version": "2.1.0-rc6",