From f3186b788d6e85cbc6ac770cad778b6da0f7ba34 Mon Sep 17 00:00:00 2001 From: mikolaj Date: Thu, 8 Feb 2024 11:07:46 +0100 Subject: [PATCH] Moved EzSystems entry to the end --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4478593..6af2b35 100644 --- a/composer.json +++ b/composer.json @@ -49,9 +49,9 @@ }, "autoload-dev": { "psr-4": { - "EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests", "Ibexa\\Tests\\HttpCache\\": "tests/lib/", - "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/" + "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/", + "EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests" } }, "scripts": {