diff --git a/composer.json b/composer.json index e2dcf7932cf314bb6d4649e6476a6646f2108d86..eccf30a081914a9a94868fcec24802c9f4d32c84 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 cf65f662e8dcc19dd4c7a08eaeca1977447a7ee0..8ab7ef4f4c2975e88a2eea335bc7d4d85e5dd5db 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 b9e98355584609bbf97b46427021a3f0a67a8ef0..cea2ffbc71a00bd8617a2af1480d13c85a21e123 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",