From 2386148b8f048ba40d9f26cc97898bdcdc778ea2 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 13 Dec 2025 16:27:53 +0100 Subject: matrix specification split --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 49923a9..5a1178e 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ } ], "require": { + "psr/http-message": "^2.0", "psr/log": "^3.0", "symfony/dotenv": "^7.3", "symfony/http-foundation": "^7.3", - "symfony/routing": "^7.3", - "psr/http-message": "^2.0" + "symfony/routing": "^7.3" }, "require-dev": { "guzzlehttp/guzzle": "^7.9", @@ -21,8 +21,8 @@ "autoload": { "psr-4": { "App\\": "src/", - "Tests\\": "tests/", - "Matrix\\": "matrix-specification" + "Matrix\\": "matrix-specification", + "Tests\\": "tests/" } }, "scripts": { -- cgit v1.2.3