2017-10-29 21:10:26 +00:00
|
|
|
{
|
|
|
|
"_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"
|
|
|
|
],
|
2018-08-08 17:28:14 +00:00
|
|
|
"content-hash": "81858eba648031903f09c76e5d8e23cd",
|
2017-10-29 21:10:26 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "php-amqplib/php-amqplib",
|
2018-02-24 03:00:37 +00:00
|
|
|
"version": "v2.7.2",
|
2017-10-29 21:10:26 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-amqplib/php-amqplib.git",
|
2018-02-24 02:28:32 +00:00
|
|
|
"reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b"
|
2017-10-29 21:10:26 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-02-24 02:28:32 +00:00
|
|
|
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfd3694a86f1a7394d3693485259d4074a6ec79b",
|
|
|
|
"reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b",
|
2017-10-29 21:10:26 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"videlalvaro/php-amqplib": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-02-24 02:28:32 +00:00
|
|
|
"phpdocumentor/phpdocumentor": "^2.9",
|
2017-10-29 21:10:26 +00:00
|
|
|
"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": [
|
2018-02-24 02:28:32 +00:00
|
|
|
"LGPL-2.1-or-later"
|
2017-10-29 21:10:26 +00:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
],
|
2018-02-24 02:28:32 +00:00
|
|
|
"time": "2018-02-11T19:28:00+00:00"
|
2018-08-08 17:28:14 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "svanderburg/composer2nix",
|
|
|
|
"version": "v0.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/svanderburg/composer2nix.git",
|
|
|
|
"reference": "2fb157acaf0ecbe34436195c694637396f7258a6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/svanderburg/composer2nix/zipball/2fb157acaf0ecbe34436195c694637396f7258a6",
|
|
|
|
"reference": "2fb157acaf0ecbe34436195c694637396f7258a6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"svanderburg/pndp": "0.0.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": "2.9.x"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/composer2nix"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer2Nix\\": "src/Composer2Nix"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sander van der Burg",
|
|
|
|
"email": "svanderburg@gmail.com",
|
|
|
|
"homepage": "http://sandervanderburg.nl"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generate Nix expressions to build PHP composer packages",
|
|
|
|
"time": "2018-06-29T20:58:30+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "svanderburg/pndp",
|
|
|
|
"version": "v0.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/svanderburg/pndp.git",
|
|
|
|
"reference": "4bfe9c4120c23354ab8dc295957dc3009a39bff0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/svanderburg/pndp/zipball/4bfe9c4120c23354ab8dc295957dc3009a39bff0",
|
|
|
|
"reference": "4bfe9c4120c23354ab8dc295957dc3009a39bff0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpdocumentor/phpdocumentor": "2.9.x"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/pndp-build"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PNDP\\": "src/PNDP"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sander van der Burg",
|
|
|
|
"email": "svanderburg@gmail.com",
|
|
|
|
"homepage": "http://sandervanderburg.nl"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PNDP: An internal DSL for Nix in PHP",
|
|
|
|
"time": "2017-10-22T12:43:22+00:00"
|
2017-10-29 21:10:26 +00:00
|
|
|
}
|
|
|
|
],
|
2017-12-21 13:08:23 +00:00
|
|
|
"packages-dev": [],
|
2017-10-29 21:10:26 +00:00
|
|
|
"aliases": [],
|
2018-02-24 03:00:37 +00:00
|
|
|
"minimum-stability": "stable",
|
2018-02-24 02:28:32 +00:00
|
|
|
"stability-flags": [],
|
2017-10-29 21:10:26 +00:00
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|