From c14579871fa1241713128a2d0d5514af004e3371 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 10 Aug 2025 10:46:41 +0200 Subject: initial commit --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json (limited to 'composer.json') 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" + } +} -- cgit v1.2.3