summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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": {