diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-10 10:46:41 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-10 10:46:41 +0200 |
commit | c14579871fa1241713128a2d0d5514af004e3371 (patch) | |
tree | 6b28c42958650d94c9aa1947a0b5c32eb869d89f /composer.json |
initial commit
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d27bea8 --- /dev/null +++ b/composer.json @@ -0,0 +1,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" + } +} |