|
@@ -4,7 +4,7 @@
|
|
|
"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": "f2078c9ad5a3d2f0d45b3bf0476da4ba",
|
|
|
+ "content-hash": "02da0e407d512618f1bb3fca37860c81",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "base-admin",
|
|
@@ -1281,9 +1281,10 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
|
|
|
- "reference": "d33a323d5e7bd94b560bf3826c2294c13c5cf75c"
|
|
|
+ "reference": "0118134e5c0a4731b2f54328a960756bb83ac32e"
|
|
|
},
|
|
|
"require": {
|
|
|
+ "ext-curl": "*",
|
|
|
"hwi/oauth-bundle": "^0.5.3"
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -1299,7 +1300,7 @@
|
|
|
"bundle",
|
|
|
"oauth"
|
|
|
],
|
|
|
- "time": "2017-04-05 15:29:56"
|
|
|
+ "time": "2017-04-06 15:40:13"
|
|
|
},
|
|
|
{
|
|
|
"name": "ik/webservice-bundle",
|
|
@@ -1307,9 +1308,10 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
|
|
|
- "reference": "bd421c7eff1c9acd952e6c0c0776d754cf89e531"
|
|
|
+ "reference": "1c88fb658dfe9d8c9b5b15300d9754aaf2ecceaa"
|
|
|
},
|
|
|
"require": {
|
|
|
+ "ext-curl": "*",
|
|
|
"kriswallsmith/buzz": "~0.13"
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -1319,7 +1321,7 @@
|
|
|
}
|
|
|
},
|
|
|
"description": "The Flowdat3 Webservice Rest",
|
|
|
- "time": "2017-04-05 15:23:15"
|
|
|
+ "time": "2017-04-06 15:41:02"
|
|
|
},
|
|
|
{
|
|
|
"name": "ik/workflow-bundle",
|
|
@@ -2090,6 +2092,141 @@
|
|
|
],
|
|
|
"time": "2017-03-13T16:27:32+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "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-11T14:30:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "php-amqplib/rabbitmq-bundle",
|
|
|
+ "version": "v1.12.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
|
|
|
+ "reference": "0bb11edec0abdf6dc28eac0144c0a673dddba28f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/0bb11edec0abdf6dc28eac0144c0a673dddba28f",
|
|
|
+ "reference": "0bb11edec0abdf6dc28eac0144c0a673dddba28f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0",
|
|
|
+ "php-amqplib/php-amqplib": "~2.6",
|
|
|
+ "psr/log": "~1.0",
|
|
|
+ "symfony/config": "~2.3 || ~3.0",
|
|
|
+ "symfony/console": "~2.3 || ~3.0",
|
|
|
+ "symfony/dependency-injection": "~2.3 || ~3.0",
|
|
|
+ "symfony/event-dispatcher": "~2.3 || ~3.0",
|
|
|
+ "symfony/yaml": "~2.3 || ~3.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "oldsound/rabbitmq-bundle": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8 || ~5.0",
|
|
|
+ "symfony/debug": "~2.3 || ~3.0",
|
|
|
+ "symfony/serializer": "~2.3 || ~3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
|
|
|
+ },
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.10.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "OldSound\\RabbitMqBundle\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alvaro Videla"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Integrates php-amqplib with Symfony2|3 and RabbitMq. Formerly oldsound/rabbitmq-bundle.",
|
|
|
+ "keywords": [
|
|
|
+ "AMQP",
|
|
|
+ "Symfony2",
|
|
|
+ "message",
|
|
|
+ "queue",
|
|
|
+ "rabbitmq"
|
|
|
+ ],
|
|
|
+ "time": "2016-12-09T12:58:28+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpcollection/phpcollection",
|
|
|
"version": "0.5.0",
|