matrix-php-sdk/composer.json

56 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2013-08-07 17:33:05 +00:00
{
"name": "aryess/php-matrix-sdk",
2016-01-13 18:29:55 +00:00
"type": "library",
2018-11-27 11:01:37 +00:00
"description": "Later",
2013-08-07 17:33:05 +00:00
"keywords": [
2018-11-27 11:01:37 +00:00
"PhpMatrixSdk"
2013-08-07 17:33:05 +00:00
],
2018-11-27 11:01:37 +00:00
"homepage": "https://github.com/Aryess/PhpMatrixSdk",
2013-08-07 17:33:05 +00:00
"license": "MIT",
"authors": [
{
2018-11-27 11:01:37 +00:00
"name": "Yoann Celton",
"email": "aryess@github.com",
"homepage": "https://github.com/aryess",
2013-08-07 17:33:05 +00:00
"role": "Developer"
}
],
"replace": {
"aryess/phpmatrixsdk": "self.version"
},
2014-10-25 11:09:58 +00:00
"require": {
"php": "^7.2.5|^8",
"guzzlehttp/guzzle": "7.2.0",
2018-11-29 23:23:48 +00:00
"rappasoft/laravel-helpers": "^1.0",
"ext-json": "*"
2014-10-07 09:02:20 +00:00
},
"require-dev": {
"phpunit/php-code-coverage": "^7.0",
"phpunit/phpunit": "^8.5"
2013-08-07 17:33:05 +00:00
},
"autoload": {
2014-10-07 09:02:20 +00:00
"psr-4": {
2018-11-27 11:01:37 +00:00
"Aryess\\PhpMatrixSdk\\": "src"
2014-10-07 09:02:20 +00:00
}
},
"autoload-dev": {
"psr-4": {
2018-11-27 11:01:37 +00:00
"Aryess\\PhpMatrixSdk\\": "tests"
2014-10-07 09:02:20 +00:00
}
},
"scripts": {
2018-11-28 05:10:05 +00:00
"test": "phpunit"
},
2014-10-07 09:02:20 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2013-08-07 17:33:05 +00:00
}
2016-07-23 19:32:56 +00:00
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.2.5"
}
2013-08-07 17:33:05 +00:00
}
}