From 37c400ed59be76e11428354f5b2765299638ed17 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 21 Sep 2026 20:34:32 +0200 Subject: [PATCH] composer removed currency & plugin --- composer.json | 2 - composer.lock | 224 +------------------------------------------------- 2 files changed, 1 insertion(+), 225 deletions(-) diff --git a/composer.json b/composer.json index d93868bd..30ab6399 100644 --- a/composer.json +++ b/composer.json @@ -90,7 +90,6 @@ "drupal/core-recommended": "^10.4", "drupal/csv_serialization": "^4.0", "drupal/ctools": "^4.0", - "drupal/currency": "3.6.0", "drupal/devel": "^5.0", "drupal/devel_entity_updates": "^4.1", "drupal/editor_advanced_link": "^2", @@ -118,7 +117,6 @@ "drupal/modules_weight": "^3.0", "drupal/pdf_api": "^2.4", "drupal/permissions_filter": "^1.1", - "drupal/plugin": "2.14.0", "drupal/printable": "^3.1", "drupal/pwa": "^2.1@beta", "drupal/redis": "^1.5", diff --git a/composer.lock b/composer.lock index 022b9c8d..6a5f5318 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": "b1ff326d85d0971c769c629e54e6feab", + "content-hash": "05263607a87a1a755f2b1ed7fc36aaa5", "packages": [ { "name": "asm89/stack-cors", @@ -285,104 +285,6 @@ }, "time": "2026-08-21T08:01:00+00:00" }, - { - "name": "commercie/currency", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/Commercie/currency.git", - "reference": "4b87ad7c77110fd2f21c887ad8e7a708d7876eee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Commercie/currency/zipball/4b87ad7c77110fd2f21c887ad8e7a708d7876eee", - "reference": "4b87ad7c77110fd2f21c887ad8e7a708d7876eee", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "~5.5 || ~7.0 || ~8.0" - }, - "require-dev": { - "justinrainbow/json-schema": "~5.2", - "phpunit/phpunit": "~9.0" - }, - "suggest": { - "drupal/currency": "Integrates this package with Drupal." - }, - "type": "library", - "autoload": { - "psr-4": { - "Commercie\\Currency\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bart Feenstra", - "email": "bart@mynameisbart.com", - "homepage": "http://mynameisbart.com", - "role": "Developer" - } - ], - "support": { - "issues": "https://github.com/Commercie/currency/issues", - "source": "https://github.com/Commercie/currency/tree/1.3.0" - }, - "time": "2025-07-30T15:02:30+00:00" - }, - { - "name": "commercie/currency-exchange", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/Commercie/currency-exchange.git", - "reference": "9284d3d1b5d6492baf8ede9f16f8ba9e66e98122" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Commercie/currency-exchange/zipball/9284d3d1b5d6492baf8ede9f16f8ba9e66e98122", - "reference": "9284d3d1b5d6492baf8ede9f16f8ba9e66e98122", - "shasum": "" - }, - "require": { - "ext-bcmath": "*", - "ext-json": "*", - "php": "~7.1 || ~8.0" - }, - "require-dev": { - "phpunit/phpunit": "~9.0" - }, - "suggest": { - "commercie/currency-exchange-yahoo-finance": "Retrieves currency exchange rates from Yahoo! Finance.", - "drupal/currency": "Integrates this package with Drupal." - }, - "type": "library", - "autoload": { - "psr-4": { - "Commercie\\CurrencyExchange\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bart Feenstra", - "email": "bart@mynameisbart.com" - } - ], - "description": "A library for retrieving currency exchange rates.", - "support": { - "issues": "https://github.com/Commercie/currency-exchange/issues", - "source": "https://github.com/Commercie/currency-exchange/tree/1.3.0" - }, - "time": "2022-09-11T11:12:50+00:00" - }, { "name": "components/highlightjs", "version": "9.7.0", @@ -5434,68 +5336,6 @@ "issues": "https://www.drupal.org/project/issues/ctools" } }, - { - "name": "drupal/currency", - "version": "3.6.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/currency.git", - "reference": "8.x-3.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/currency-8.x-3.6.zip", - "reference": "8.x-3.6", - "shasum": "1754bea108d0283658154792ad99c2e29c627cf9" - }, - "require": { - "commercie/currency": "~1.3", - "commercie/currency-exchange": "~1.0", - "drupal/core": "^10 || ^11", - "drupal/plugin": "^2.6", - "ext-bcmath": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-3.6", - "datestamp": "1759991607", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\currency\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "Drupal\\Tests\\currency\\": "tests/src" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "pfrenssen", - "homepage": "https://www.drupal.org/user/382067" - } - ], - "description": "Provides your Drupal site with currency conversion, currency information & metadata, and amount/price display functionality.", - "homepage": "https://www.drupal.org/project/currency", - "support": { - "source": "https://git.drupalcode.org/project/currency" - } - }, { "name": "drupal/date_range_formatter", "version": "dev-9.0.x", @@ -9193,68 +9033,6 @@ "source": "https://git.drupalcode.org/project/permissions_filter" } }, - { - "name": "drupal/plugin", - "version": "2.14.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/plugin.git", - "reference": "8.x-2.14" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/plugin-8.x-2.14.zip", - "reference": "8.x-2.14", - "shasum": "18986b74705528e096feb2b766cd59787ada91b8" - }, - "require": { - "drupal/core": "^9.1 || ^10 || ^11" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.14", - "datestamp": "1778590849", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\plugin\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "Drupal\\Tests\\plugin\\": "tests/src" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "bradjones1", - "homepage": "https://www.drupal.org/user/405824" - }, - { - "name": "joachim", - "homepage": "https://www.drupal.org/user/107701" - } - ], - "description": "Adds features to Drupal core's plugin system, including plugin definition mappers, plugin selectors, plugin type discovery, and a plugin collection field type.", - "homepage": "https://www.drupal.org/project/plugin", - "support": { - "source": "https://git.drupalcode.org/project/plugin" - } - }, { "name": "drupal/printable", "version": "3.1.4",