summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-12-13 16:27:53 +0100
committerDaniel Weipert <git@mail.dweipert.de>2025-12-13 16:27:53 +0100
commit2386148b8f048ba40d9f26cc97898bdcdc778ea2 (patch)
tree48ca45de3dc6133cb0225eba8c5917f813082b2b /composer.json
parentb19a8f63ad727a3633885d3f2b81edf8181a53b9 (diff)
matrix specification splitHEADmain
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
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": {