1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
| {
| "_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"
| ],
| "hash": "4165b24eff25ee06bd9846af32b14f55",
| "content-hash": "184e344cbb65b53b3abd40a69243a364",
| "packages": [
| {
| "name": "php-amqplib/php-amqplib",
| "version": "v2.6.3",
| "source": {
| "type": "git",
| "url": "https://github.com/php-amqplib/php-amqplib.git",
| "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
| },
| "dist": {
| "type": "zip",
| "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
| "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
| "shasum": ""
| },
| "require": {
| "ext-bcmath": "*",
| "ext-mbstring": "*",
| "php": ">=5.3.0"
| },
| "replace": {
| "videlalvaro/php-amqplib": "self.version"
| },
| "require-dev": {
| "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"
| ],
| "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": "2016-04-11 14:30:01"
| }
| ],
| "packages-dev": [],
| "aliases": [],
| "minimum-stability": "stable",
| "stability-flags": [],
| "prefer-stable": false,
| "prefer-lowest": false,
| "platform": [],
| "platform-dev": []
| }
|
|