mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-09 23:08:41 +00:00
33 lines
764 B
JSON
33 lines
764 B
JSON
{
|
|
"name": "felixfbecker/advanced-json-rpc",
|
|
"description": "A more advanced JSONRPC implementation",
|
|
"type": "library",
|
|
"license": "ISC",
|
|
"authors": [
|
|
{
|
|
"name": "Felix Becker",
|
|
"email": "felix.b@outlook.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AdvancedJsonRpc\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"AdvancedJsonRpc\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"netresearch/jsonmapper": "^1.0 || ^2.0",
|
|
"phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0.0"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|