Shawn Iwinski 6fe9913
{
Shawn Iwinski 6fe9913
    "name": "php-amqplib/php-amqplib",
Shawn Iwinski 6fe9913
    "replace": {
Shawn Iwinski 6fe9913
        "videlalvaro/php-amqplib": "self.version"
Shawn Iwinski 6fe9913
    },
Shawn Iwinski 6fe9913
    "type": "library",
Shawn Iwinski 6fe9913
    "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
Shawn Iwinski 6fe9913
    "keywords": ["rabbitmq", "message", "queue"],
Shawn Iwinski 6fe9913
    "homepage": "https://github.com/php-amqplib/php-amqplib/",
Shawn Iwinski 6fe9913
    "authors": [
Shawn Iwinski 6fe9913
        {
Shawn Iwinski 6fe9913
            "name": "Alvaro Videla",
Shawn Iwinski 6fe9913
            "role": "Original Maintainer"
Shawn Iwinski 6fe9913
        },
Shawn Iwinski 6fe9913
        {
Shawn Iwinski 6fe9913
            "name": "John Kelly",
Shawn Iwinski 6fe9913
            "email": "johnmkelly86@gmail.com",
Shawn Iwinski 6fe9913
            "role": "Maintainer"
Shawn Iwinski 6fe9913
        },
Shawn Iwinski 6fe9913
        {
Shawn Iwinski 6fe9913
            "name": "Raúl Araya",
Shawn Iwinski 6fe9913
            "email": "nubeiro@gmail.com",
Shawn Iwinski 6fe9913
            "role": "Maintainer"
6614f59
        },
6614f59
        {
6614f59
            "name": "Luke Bakken",
6614f59
            "email": "luke@bakken.io",
6614f59
            "role": "Maintainer"
Shawn Iwinski 6fe9913
        }
Shawn Iwinski 6fe9913
    ],
Shawn Iwinski 6fe9913
    "require": {
6614f59
        "php": ">=5.4.0",
Shawn Iwinski 6fe9913
        "ext-bcmath": "*",
6614f59
        "ext-sockets": "*"
Shawn Iwinski 6fe9913
    },
Shawn Iwinski 6fe9913
    "require-dev": {
6614f59
        "ext-curl": "*",
Shawn Iwinski 6fe9913
        "phpunit/phpunit": "^4.8",
d6f609d
        "squizlabs/php_codesniffer": "^2.5",
6614f59
        "phpdocumentor/phpdocumentor": "^2.9",
6614f59
        "nategood/httpful": "^0.2.20"
Shawn Iwinski 6fe9913
    },
Shawn Iwinski 6fe9913
    "autoload": {
Shawn Iwinski 6fe9913
        "psr-4": {
Shawn Iwinski 6fe9913
            "PhpAmqpLib\\": "PhpAmqpLib/"
Shawn Iwinski 6fe9913
        }
Shawn Iwinski 6fe9913
    },
Shawn Iwinski 6fe9913
    "autoload-dev": {
Shawn Iwinski 6fe9913
        "psr-4": {
Shawn Iwinski 6fe9913
            "PhpAmqpLib\\Tests\\Functional\\": "tests/Functional",
Shawn Iwinski 6fe9913
            "PhpAmqpLib\\Tests\\Unit\\": "tests/Unit"
Shawn Iwinski 6fe9913
        }
Shawn Iwinski 6fe9913
    },
d6f609d
    "license": "LGPL-2.1-or-later",
Shawn Iwinski 6fe9913
    "extra": {
Shawn Iwinski 6fe9913
        "branch-alias": {
6614f59
            "dev-master": "2.8-dev"
Shawn Iwinski 6fe9913
        }
Shawn Iwinski 6fe9913
    }
Shawn Iwinski 6fe9913
}