{ "name": "aryess/php-matrix-sdk", "type": "library", "description": "Later", "keywords": [ "PhpMatrixSdk" ], "homepage": "https://github.com/Aryess/PhpMatrixSdk", "license": "MIT", "authors": [ { "name": "Yoann Celton", "email": "aryess@github.com", "homepage": "https://github.com/aryess", "role": "Developer" } ], "replace": { "aryess/phpmatrixsdk": "self.version" }, "require": { "php": "^7.2.5|^8", "guzzlehttp/guzzle": "7.2.0", "rappasoft/laravel-helpers": "^1.0", "ext-json": "*" }, "require-dev": { "phpunit/php-code-coverage": "^7.0", "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": { "Aryess\\PhpMatrixSdk\\": "src" } }, "autoload-dev": { "psr-4": { "Aryess\\PhpMatrixSdk\\": "tests" } }, "scripts": { "test": "phpunit" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "config": { "sort-packages": true, "platform": { "php": "7.2.5" } } }