Merge pull request #218 from radiorabe/feature/update-phpamqp

Bump phpamqp
This commit is contained in:
Robb 2017-06-13 08:23:25 -04:00 committed by GitHub
commit ee22098b7d
2 changed files with 105 additions and 88 deletions

View File

@ -13,7 +13,8 @@
"massivescale/celery-php": "2.0.*@dev", "massivescale/celery-php": "2.0.*@dev",
"simplepie/simplepie": "dev-master", "simplepie/simplepie": "dev-master",
"zendframework/zendframework1": "^1.12", "zendframework/zendframework1": "^1.12",
"composer/semver": "^1.4" "composer/semver": "^1.4",
"php-amqplib/php-amqplib": "^2.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.3", "phpunit/phpunit": "^4.3",

190
composer.lock generated
View File

@ -4,7 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "2770ac91638846655f6d1cfc549df150", "hash": "8742fac4756aa4a4ec5e8035030410da",
"content-hash": "e5741a6b2af783dd4b1467b29e3387ab",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
@ -71,7 +72,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2014-12-08T21:56:46+00:00" "time": "2014-12-08 21:56:46"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -133,7 +134,7 @@
"validation", "validation",
"versioning" "versioning"
], ],
"time": "2016-08-30T16:08:34+00:00" "time": "2016-08-30 16:08:34"
}, },
{ {
"name": "guzzle/guzzle", "name": "guzzle/guzzle",
@ -229,7 +230,7 @@
"web service" "web service"
], ],
"abandoned": "guzzlehttp/guzzle", "abandoned": "guzzlehttp/guzzle",
"time": "2015-03-18T18:23:50+00:00" "time": "2015-03-18 18:23:50"
}, },
{ {
"name": "ise/php-soundcloud", "name": "ise/php-soundcloud",
@ -277,7 +278,7 @@
"keywords": [ "keywords": [
"soundcloud" "soundcloud"
], ],
"time": "2014-02-03T15:49:00+00:00" "time": "2014-02-03 15:49:00"
}, },
{ {
"name": "massivescale/celery-php", "name": "massivescale/celery-php",
@ -422,7 +423,77 @@
"task", "task",
"tool" "tool"
], ],
"time": "2015-08-24T21:02:12+00:00" "time": "2015-08-24 21:02:12"
},
{
"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"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
@ -472,7 +543,7 @@
"predis", "predis",
"redis" "redis"
], ],
"time": "2015-07-30T18:34:15+00:00" "time": "2015-07-30 18:34:15"
}, },
{ {
"name": "propel/propel1", "name": "propel/propel1",
@ -535,7 +606,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2013-10-21T12:52:56+00:00" "time": "2013-10-21 12:52:56"
}, },
{ {
"name": "raven/raven", "name": "raven/raven",
@ -590,7 +661,7 @@
"logging" "logging"
], ],
"abandoned": "sentry/sentry", "abandoned": "sentry/sentry",
"time": "2015-05-19T20:20:08+00:00" "time": "2015-05-19 20:20:08"
}, },
{ {
"name": "simplepie/simplepie", "name": "simplepie/simplepie",
@ -602,7 +673,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/3d628875ef6cda045b9a7df6ac509f73756670c6",
"reference": "eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49", "reference": "eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49",
"shasum": "" "shasum": ""
}, },
@ -708,62 +779,7 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-24T07:13:45+00:00" "time": "2015-08-24 07:13:45"
},
{
"name": "videlalvaro/php-amqplib",
"version": "v2.6.0",
"source": {
"type": "git",
"url": "https://github.com/php-amqplib/php-amqplib.git",
"reference": "8a6e89ad46130eb365b7f57d313f2a795f5e3269"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/8a6e89ad46130eb365b7f57d313f2a795f5e3269",
"reference": "8a6e89ad46130eb365b7f57d313f2a795f5e3269",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"ext-sockets": "Use AMQPSocketConnection"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"PhpAmqpLib\\": "PhpAmqpLib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Alvaro Videla"
}
],
"description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
"homepage": "https://github.com/videlalvaro/php-amqplib/",
"keywords": [
"message",
"queue",
"rabbitmq"
],
"abandoned": "php-amqplib/php-amqplib",
"time": "2015-09-23T02:25:31+00:00"
}, },
{ {
"name": "zendframework/zendframework1", "name": "zendframework/zendframework1",
@ -810,7 +826,7 @@
"ZF1", "ZF1",
"framework" "framework"
], ],
"time": "2016-09-08T14:50:34+00:00" "time": "2016-09-08 14:50:34"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -866,7 +882,7 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"time": "2015-06-14T21:17:01+00:00" "time": "2015-06-14 21:17:01"
}, },
{ {
"name": "jokkedk/zfdebug", "name": "jokkedk/zfdebug",
@ -912,7 +928,7 @@
], ],
"description": "ZFDebug is a plugin for the Zend Framework for PHP5, providing useful debug information displayed in a small bar at the bottom of every page.", "description": "ZFDebug is a plugin for the Zend Framework for PHP5, providing useful debug information displayed in a small bar at the bottom of every page.",
"homepage": "https://github.com/jokkedk/ZFDebug", "homepage": "https://github.com/jokkedk/ZFDebug",
"time": "2014-06-25T14:06:28+00:00" "time": "2014-06-25 14:06:28"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
@ -961,7 +977,7 @@
"email": "mike.vanriel@naenius.com" "email": "mike.vanriel@naenius.com"
} }
], ],
"time": "2015-02-03T12:10:50+00:00" "time": "2015-02-03 12:10:50"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
@ -1024,7 +1040,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2016-11-21T14:58:47+00:00" "time": "2016-11-21 14:58:47"
}, },
{ {
"name": "phpunit/dbunit", "name": "phpunit/dbunit",
@ -1079,7 +1095,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-12-02T14:39:14+00:00" "time": "2016-12-02 14:39:14"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -1141,7 +1157,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-10-06T15:47:00+00:00" "time": "2015-10-06 15:47:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -1188,7 +1204,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2016-10-03T07:40:28+00:00" "time": "2016-10-03 07:40:28"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
@ -1229,7 +1245,7 @@
"keywords": [ "keywords": [
"template" "template"
], ],
"time": "2015-06-21T13:50:34+00:00" "time": "2015-06-21 13:50:34"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
@ -1278,7 +1294,7 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2017-02-26T11:10:40+00:00" "time": "2017-02-26 11:10:40"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
@ -1327,7 +1343,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2017-02-23T06:14:45+00:00" "time": "2017-02-23 06:14:45"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@ -1399,7 +1415,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-02-06T05:18:07+00:00" "time": "2017-02-06 05:18:07"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -1455,7 +1471,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2015-10-02T06:51:40+00:00" "time": "2015-10-02 06:51:40"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
@ -1519,7 +1535,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2017-01-29T09:50:25+00:00" "time": "2017-01-29 09:50:25"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@ -1571,7 +1587,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2015-12-08T07:14:41+00:00" "time": "2015-12-08 07:14:41"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
@ -1621,7 +1637,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2016-08-18T05:49:44+00:00" "time": "2016-08-18 05:49:44"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
@ -1688,7 +1704,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2016-06-17T09:04:28+00:00" "time": "2016-06-17 09:04:28"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@ -1739,7 +1755,7 @@
"keywords": [ "keywords": [
"global state" "global state"
], ],
"time": "2015-10-12T03:26:01+00:00" "time": "2015-10-12 03:26:01"
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
@ -1792,7 +1808,7 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-11-11T19:50:13+00:00" "time": "2015-11-11 19:50:13"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
@ -1827,7 +1843,7 @@
], ],
"description": "Library that helps with managing the version number of Git-hosted PHP projects", "description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2015-06-21T13:59:46+00:00" "time": "2015-06-21 13:59:46"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@ -1876,7 +1892,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-01-21T16:40:50+00:00" "time": "2017-01-21 16:40:50"
} }
], ],
"aliases": [], "aliases": [],