From ed89fb47e37ea3c2aa7acddc6f3b6d883247e529 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Thu, 29 Feb 2024 13:39:37 +0100 Subject: [PATCH] Allow Typo3 class alias loader plugin --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 42b4ed0..4d87752 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,10 @@ "ci:php:stan": [ "phpstan analyse Classes" ], "ci:tests:functional": [ "phpunit -c config/FunctionalTests.xml" ], "ci:tests:unit": [ "phpunit -c config/UnitTests.xml" ] + }, + "config": { + "allow-plugin": { + "typo3/class-alias-loader": true + } } }