matrix-php-sdk/composer.json

48 lines
1017 B
JSON

{
"name": "Aryess/PhpMatrixSdk",
"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"
}
],
"require": {
"php": "~7.2",
"guzzlehttp/guzzle": "^6.3",
"rappasoft/laravel-helpers": "^1.0"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3"
},
"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
}
}