From 2e2f5e6134da93b6aec34672e6f38b618dacb842 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 17 Sep 2024 11:00:15 +0200 Subject: [PATCH] removed drupal/path_alias_xt --- composer.json | 10 +++--- composer.lock | 94 +++++++++++++++++++++++---------------------------- 2 files changed, 47 insertions(+), 57 deletions(-) diff --git a/composer.json b/composer.json index e92d54071..96522c46c 100644 --- a/composer.json +++ b/composer.json @@ -36,9 +36,9 @@ "drupal/config_filter": "^1.6", "drupal/config_ignore": "^3.3", "drupal/context": "^4.1", - "drupal/core-composer-scaffold": "^9.0.0", - "drupal/core-project-message": "^9.0.0", - "drupal/core-recommended": "^9.0.0", + "drupal/core-composer-scaffold": "^8.9", + "drupal/core-project-message": "^8.9", + "drupal/core-recommended": "^8.9", "drupal/ctools": "^3.4", "drupal/date_range_formatter": "^4.0", "drupal/devel": "^4.0", @@ -62,7 +62,6 @@ "drupal/menu_admin_per_menu": "1.1", "drupal/metatag": "^1.14", "drupal/migrate_tools": "^4.1", - "drupal/path_alias_xt": "1.x-dev", "drupal/pathauto": "^1.6", "drupal/profile": "^1.0", "drupal/redirect": "^1.3", @@ -94,7 +93,8 @@ "allow-plugins": { "composer/installers": true, "cweagans/composer-patches": true, - "drupal/core-composer-scaffold": true + "drupal/core-composer-scaffold": true, + "drupal/core-project-message": true } }, "autoload": { diff --git a/composer.lock b/composer.lock index 91138cc1f..01118c0b2 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": "f67712d2925f9f01b3c6ac9ff7eec3bd", + "content-hash": "eff0b38902f1c98ac1b0774e448d0fce", "packages": [ { "name": "asm89/stack-cors", @@ -2851,6 +2851,47 @@ }, "time": "2020-08-07T22:30:30+00:00" }, + { + "name": "drupal/core-project-message", + "version": "8.9.20", + "source": { + "type": "git", + "url": "https://github.com/drupal/core-project-message.git", + "reference": "3f8fa28128f1fef68ee0e6647011a543ef92be5b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-project-message/zipball/3f8fa28128f1fef68ee0e6647011a543ef92be5b", + "reference": "3f8fa28128f1fef68ee0e6647011a543ef92be5b", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1 || ^2", + "php": ">=7.0.8" + }, + "type": "composer-plugin", + "extra": { + "class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin" + }, + "autoload": { + "psr-4": { + "Drupal\\Composer\\Plugin\\ProjectMessage\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Adds a message after Composer installation.", + "homepage": "https://www.drupal.org/project/drupal", + "keywords": [ + "drupal" + ], + "support": { + "source": "https://github.com/drupal/core-project-message/tree/8.9.4" + }, + "time": "2020-08-02T22:04:49+00:00" + }, { "name": "drupal/core-recommended", "version": "8.9.20", @@ -4623,56 +4664,6 @@ "irc": "irc://irc.freenode.org/drupal-migrate" } }, - { - "name": "drupal/path_alias_xt", - "version": "dev-1.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/path_alias_xt.git", - "reference": "10ef76dd3eb25bc1342195336291ded3f2d8cc7e" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1582322571", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "RdeBoer", - "homepage": "https://www.drupal.org/user/404007" - }, - { - "name": "adriancid", - "homepage": "https://www.drupal.org/user/1962106" - }, - { - "name": "sdstyles", - "homepage": "https://www.drupal.org/user/1420228" - } - ], - "description": "Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility.", - "homepage": "https://www.drupal.org/project/path_alias_xt", - "support": { - "source": "https://git.drupalcode.org/project/path_alias_xt" - }, - "time": "2020-05-24T05:57:09+00:00" - }, { "name": "drupal/pathauto", "version": "1.10.0", @@ -10313,7 +10304,6 @@ "drupal/filter_perms": 15, "drupal/linkit": 10, "drupal/maillog": 10, - "drupal/path_alias_xt": 20, "drupal/synonyms": 15, "drupal/toolbar_themes": 20 },