90 lines
3 KiB
JSON
90 lines
3 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "f0b42ac9169509834501cb7aa271b580",
|
|
"packages": [
|
|
{
|
|
"name": "php-amqplib/php-amqplib",
|
|
"version": "v2.7.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-amqplib/php-amqplib.git",
|
|
"reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfd3694a86f1a7394d3693485259d4074a6ec79b",
|
|
"reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-bcmath": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"replace": {
|
|
"videlalvaro/php-amqplib": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"phpdocumentor/phpdocumentor": "^2.9",
|
|
"phpunit/phpunit": "^4.8",
|
|
"scrutinizer/ocular": "^1.1",
|
|
"squizlabs/php_codesniffer": "^2.5"
|
|
},
|
|
"suggest": {
|
|
"ext-sockets": "Use AMQPSocketConnection"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpAmqpLib\\": "PhpAmqpLib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alvaro Videla",
|
|
"role": "Original Maintainer"
|
|
},
|
|
{
|
|
"name": "John Kelly",
|
|
"email": "johnmkelly86@gmail.com",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Raúl Araya",
|
|
"email": "nubeiro@gmail.com",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
|
|
"homepage": "https://github.com/php-amqplib/php-amqplib/",
|
|
"keywords": [
|
|
"message",
|
|
"queue",
|
|
"rabbitmq"
|
|
],
|
|
"time": "2018-02-11T19:28:00+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|