diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index f187ddf..14c1b94 100644 --- a/composer.json +++ b/composer.json @@ -8,10 +8,10 @@ } ], "require": { + "psr/log": "^3.0", "symfony/dotenv": "^7.3", "symfony/http-foundation": "^7.3", - "symfony/routing": "^7.3", - "psr/log": "^3.0" + "symfony/routing": "^7.3" }, "require-dev": { "guzzlehttp/guzzle": "^7.9", @@ -20,7 +20,8 @@ "autoload": { "psr-4": { "App\\": "src/", - "Tests\\": "tests/" + "Tests\\": "tests/", + "Matrix\\": "matrix-specification" } }, "scripts": { |