From 327b891ee13f01775ac9ebd20c5e0cab010b89c4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 29 Dec 2023 21:27:27 +0100 Subject: [PATCH] [ticket/17279] Remove iconify/json from composer We only need the tools, icons are retrieved from assets folder. PHPBB3-17279 --- phpBB/composer.json | 1 - phpBB/composer.lock | 34 +--------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/phpBB/composer.json b/phpBB/composer.json index e92bd02bbc..c565808659 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -40,7 +40,6 @@ "google/recaptcha": "~1.1", "guzzlehttp/guzzle": "~6.3", "iconify/json-tools": "^1.0", - "iconify/json": "^2.2", "marc1706/fast-image-size": "^1.1", "s9e/text-formatter": "^2.0", "symfony/config": "^6.3", diff --git a/phpBB/composer.lock b/phpBB/composer.lock index c56d29d552..b879ff7273 100644 --- a/phpBB/composer.lock +++ b/phpBB/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": "063704733ec296bc16753ef1e07b9c8f", + "content-hash": "214f00dfc71ef3bf2c81d6e3f7b579e5", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -1781,38 +1781,6 @@ ], "time": "2023-04-17T16:00:37+00:00" }, - { - "name": "iconify/json", - "version": "2.2.140", - "source": { - "type": "git", - "url": "https://github.com/iconify/icon-sets.git", - "reference": "9815726deffc97bcfebc19acc697ef93bd8cbaf4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/iconify/icon-sets/zipball/9815726deffc97bcfebc19acc697ef93bd8cbaf4", - "reference": "9815726deffc97bcfebc19acc697ef93bd8cbaf4", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Iconify\\IconsJSON\\": "lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Iconify icons collection in JSON format", - "homepage": "https://iconify.design/icon-sets/", - "support": { - "issues": "https://github.com/iconify/icon-sets/issues", - "source": "https://github.com/iconify/icon-sets/tree/2.2.140" - }, - "time": "2023-11-10T07:05:40+00:00" - }, { "name": "iconify/json-tools", "version": "1.0.10",