From 73be944264fe0b78cac760cca18055f83211ef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= <stefan@buerk.tech> Date: Mon, 8 Aug 2022 21:05:54 +0200 Subject: [PATCH] [TASK] Raise "typo3/class-alias-loader" This patch raises "typo3/class-alias-loader" which contains some bugfixes. Used commands: > composer req "typo3/class-alias-loader":"^1.1.4" \ --no-update -d typo3/sysext/core > composer req "typo3/class-alias-loader":"^1.1.4" Resolves: #98102 Releases: main, 11.5 Change-Id: I772a40dd9676afc7721e819077f05662ce2c6bd7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75396 Tested-by: core-ci <typo3@b13.com> Tested-by: Benni Mack <benni@typo3.org> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Benni Mack <benni@typo3.org> --- composer.json | 2 +- composer.lock | 18 +++++++++--------- typo3/sysext/core/composer.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e2dcf7932cf3..eccf30a08191 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "symfony/routing": "^5.4", "symfony/var-dumper": "^5.4", "symfony/yaml": "^5.4", - "typo3/class-alias-loader": "^1.0", + "typo3/class-alias-loader": "^1.1.4", "typo3/cms-cli": "^3.1", "typo3/cms-composer-installers": "^2.0 || ^3.0 || ^4.0", "typo3/html-sanitizer": "^2.0.15", diff --git a/composer.lock b/composer.lock index cf65f662e8dc..8ab7ef4f4c29 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": "45c0d4a7b3745dd5e288db2025fdf210", + "content-hash": "0191ac097fab5ab692bd0b0e4d876bba", "packages": [ { "name": "bacon/bacon-qr-code", @@ -4016,16 +4016,16 @@ }, { "name": "typo3/class-alias-loader", - "version": "v1.1.3", + "version": "v1.1.4", "source": { "type": "git", "url": "https://github.com/TYPO3/class-alias-loader.git", - "reference": "575f59581541f299f3a86a95b1db001ee6e1d2e0" + "reference": "f6fc1f5fb04c42195e8e663b43aced4919ef318f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/575f59581541f299f3a86a95b1db001ee6e1d2e0", - "reference": "575f59581541f299f3a86a95b1db001ee6e1d2e0", + "url": "https://api.github.com/repos/TYPO3/class-alias-loader/zipball/f6fc1f5fb04c42195e8e663b43aced4919ef318f", + "reference": "f6fc1f5fb04c42195e8e663b43aced4919ef318f", "shasum": "" }, "require": { @@ -4038,13 +4038,13 @@ "require-dev": { "composer/composer": "^1.1@dev || ^2.0@dev", "mikey179/vfsstream": "~1.4.0@dev", - "phpunit/phpunit": ">4.8 <8" + "phpunit/phpunit": ">4.8 <9" }, "type": "composer-plugin", "extra": { "class": "TYPO3\\ClassAliasLoader\\Plugin", "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-main": "1.1.x-dev" } }, "autoload": { @@ -4072,9 +4072,9 @@ ], "support": { "issues": "https://github.com/TYPO3/class-alias-loader/issues", - "source": "https://github.com/TYPO3/class-alias-loader/tree/v1.1.3" + "source": "https://github.com/TYPO3/class-alias-loader/tree/v1.1.4" }, - "time": "2020-05-24T13:03:22+00:00" + "time": "2022-08-07T14:48:42+00:00" }, { "name": "typo3/cms-cli", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index b9e983555846..cea2ffbc71a0 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -65,7 +65,7 @@ "symfony/rate-limiter": "^5.4.8", "symfony/routing": "^5.4", "symfony/yaml": "^5.4", - "typo3/class-alias-loader": "^1.0", + "typo3/class-alias-loader": "^1.1.4", "typo3/cms-cli": "^3.1", "typo3/cms-composer-installers": "^2.0 || ^3.0 || ^4.0", "typo3/html-sanitizer": "^2.0.15", -- GitLab