{ "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" } }