summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-09-19 17:03:47 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-09-19 17:03:47 +0200
commitb08047ba485f86038f33175162943c0a9878ab1a (patch)
tree49980e78eb3e641b04ddcc0817f74e89dc07f2b7 /composer.json
parent2ae0c2fa2a0bb5a7cd1fd9da1c6d2a6090126e67 (diff)
add separate matrix specification packageHEADmain
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
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": {