From 91486996ab9f38cc6c229ea0933dd7fbc7f74326 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 17 Sep 2024 10:31:53 +0200 Subject: [PATCH] removed kint, matomo, updated druapl/entity --- composer.json | 3 +- composer.lock | 97 ++++++++++++--------------------------------------- 2 files changed, 24 insertions(+), 76 deletions(-) diff --git a/composer.json b/composer.json index a6957b496..ed772d23b 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "drupal/domain_menu_access": "^1.0@alpha", "drupal/domain_site_settings": "^1.6", "drupal/email_registration": "^1.1", - "drupal/entity": "1.x-dev", + "drupal/entity": "^1.3", "drupal/features": "^3.11", "drupal/field_group": "^3.1", "drupal/filefield_sources": "^1.0@alpha", @@ -63,7 +63,6 @@ "drupal/migrate_tools": "^4.1", "drupal/path_alias_xt": "1.x-dev", "drupal/pathauto": "^1.6", - "drupal/piwik": "^1.4", "drupal/profile": "^1.0", "drupal/redirect": "^1.3", "drupal/redis": "^1.1", diff --git a/composer.lock b/composer.lock index c7e8f5703..9ed2c9e75 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": "a7c09338fd57079a02b74cdce8354d8f", + "content-hash": "5e2a4c6841bbd20dcb10173a5e0a39b4", "packages": [ { "name": "asm89/stack-cors", @@ -3442,26 +3442,29 @@ }, { "name": "drupal/entity", - "version": "dev-1.x", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "3d3a99924df1b65564a417e74802bb524691dfd8" + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "9515e28a70448d369adf4199d08a01a5ab75792d" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8.2 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0+5-dev", - "datestamp": "1594294834", + "version": "8.x-1.3", + "datestamp": "1646324539", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -3471,7 +3474,7 @@ ], "authors": [ { - "name": "Berdir", + "name": "berdir", "homepage": "https://www.drupal.org/user/214652" }, { @@ -3493,14 +3496,18 @@ { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" } ], "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", - "homepage": "http://drupal.org/project/entity", + "homepage": "https://www.drupal.org/project/entity", "support": { - "source": "https://git.drupalcode.org/project/entity" - }, - "time": "2020-08-08T09:14:05+00:00" + "source": "https://git.drupalcode.org/project/entity", + "issues": "https://www.drupal.org/project/issues/entity" + } }, { "name": "drupal/features", @@ -4683,63 +4690,6 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, - { - "name": "drupal/piwik", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/piwik.git", - "reference": "8.x-1.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/piwik-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "3692831f4b3de636e90679fb052ba8f30e49ac97" - }, - "require": { - "drupal/core": "~8.0", - "drupal/matomo": "^1.0" - }, - "require-dev": { - "drupal/php": "*", - "drupal/token": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.4", - "datestamp": "1530437786", - "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": "hass", - "homepage": "https://www.drupal.org/u/hass" - }, - { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/247808/committers" - } - ], - "description": "Adds Piwik javascript tracking code to all your site's pages", - "homepage": "https://www.drupal.org/project/piwik", - "support": { - "source": "http://git.drupal.org/project/piwik.git", - "issues": "https://www.drupal.org/project/issues/piwik" - } - }, { "name": "drupal/profile", "version": "1.1.0", @@ -10296,7 +10246,6 @@ "drupal/bulkdelete": 20, "drupal/domain": 15, "drupal/domain_menu_access": 15, - "drupal/entity": 20, "drupal/filefield_sources": 15, "drupal/filter_perms": 15, "drupal/maillog": 10,