35 lines
1005 B
JSON
35 lines
1005 B
JSON
|
{
|
||
|
"name": "richardfullmer/rabbitmq-management-api",
|
||
|
"type": "library",
|
||
|
"description": "An object oriented wrapper for the RabbitMQ Management HTTP Api",
|
||
|
"homepage": "https://github.com/richardfullmer/php-rabbitmq-management-api",
|
||
|
"keywords": ["rest", "message queue", "rabbitmq"],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Richard Fullmer",
|
||
|
"email": "richardfullmer@gmail.com",
|
||
|
"homepage": "https://github.com/richardfullmer"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.4",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"php-http/client-implementation": "^1.0",
|
||
|
"php-http/client-common": "^1.0",
|
||
|
"php-http/httplug": "^1.0",
|
||
|
"php-http/message-factory": "^1.0",
|
||
|
"php-http/discovery": "^1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"RabbitMq\\ManagementApi\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|