{ "name": "matrix-php/matrix-php", "type": "project", "authors": [ { "name": "Daniel Weipert", "email": "git@mail.dweipert.de" } ], "require": { "psr/http-message": "^2.0", "psr/log": "^3.0", "symfony/dotenv": "^7.3", "symfony/http-foundation": "^7.3", "symfony/routing": "^7.3" }, "require-dev": { "guzzlehttp/guzzle": "^7.9", "phpunit/phpunit": "^12.3" }, "autoload": { "psr-4": { "App\\": "src/", "Matrix\\": "matrix-specification", "Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }