blob: d27bea894792132682dd008b7b82adac04975353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "matrix-php/matrix-php",
"type": "project",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"authors": [
{
"name": "Daniel Weipert",
"email": "git@mail.dweipert.de"
}
],
"require": {
"symfony/routing": "^7.3",
"symfony/http-foundation": "^7.3",
"symfony/dotenv": "^7.3"
}
}
|