From 7c03c77870fc66b949f6c26e30a9b33708e92eb8 Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Thu, 15 Oct 2015 10:11:21 +0100 Subject: [PATCH] Added missing dependencies to require --- composer.json | 9 +- composer.lock | 273 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 261 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 277e1b55..a9080a94 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,9 @@ "robmorgan/phinx": "~0.4", "sensiolabs/ansi-to-html": "~1.1", "pda/pheanstalk": "~3.1", - "maknz/slack": "~1.7" + "maknz/slack": "~1.7", + "hipchat/hipchat-php": "~1.4", + "mremi/flowdock": "~1.0" }, "require-dev": { @@ -72,9 +74,6 @@ "atoum/atoum": "Atoum", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool", "behat/behat": "Behat BDD Testing", - "hipchat/hipchat-php": "Hipchat integration", - "phptal/phptal": "PHPTAL templating engine", - "maknz/slack": "Slack integration", - "mremi/flowdock": "Flowdock integration" + "phptal/phptal": "PHPTAL templating engine" } } diff --git a/composer.lock b/composer.lock index ab679aee..18b8d3de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "2acdd123806a7eda47a4a16614e560bb", - "content-hash": "9288b6bc9e7061c6338b039b70d29ea1", + "hash": "f6333ad0763856ed7556296617a7c190", + "content-hash": "6ad9542b5f5959b67d94baf77e2fc45a", "packages": [ { "name": "block8/b8framework", @@ -54,6 +54,101 @@ ], "time": "2015-10-05 10:50:20" }, + { + "name": "guzzle/guzzle", + "version": "v3.9.3", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle3.git", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", + "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.3", + "symfony/event-dispatcher": "~2.1" + }, + "replace": { + "guzzle/batch": "self.version", + "guzzle/cache": "self.version", + "guzzle/common": "self.version", + "guzzle/http": "self.version", + "guzzle/inflection": "self.version", + "guzzle/iterator": "self.version", + "guzzle/log": "self.version", + "guzzle/parser": "self.version", + "guzzle/plugin": "self.version", + "guzzle/plugin-async": "self.version", + "guzzle/plugin-backoff": "self.version", + "guzzle/plugin-cache": "self.version", + "guzzle/plugin-cookie": "self.version", + "guzzle/plugin-curlauth": "self.version", + "guzzle/plugin-error-response": "self.version", + "guzzle/plugin-history": "self.version", + "guzzle/plugin-log": "self.version", + "guzzle/plugin-md5": "self.version", + "guzzle/plugin-mock": "self.version", + "guzzle/plugin-oauth": "self.version", + "guzzle/service": "self.version", + "guzzle/stream": "self.version" + }, + "require-dev": { + "doctrine/cache": "~1.3", + "monolog/monolog": "~1.0", + "phpunit/phpunit": "3.7.*", + "psr/log": "~1.0", + "symfony/class-loader": "~2.1", + "zendframework/zend-cache": "2.*,<2.3", + "zendframework/zend-log": "2.*,<2.3" + }, + "suggest": { + "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.9-dev" + } + }, + "autoload": { + "psr-0": { + "Guzzle": "src/", + "Guzzle\\Tests": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Guzzle Community", + "homepage": "https://github.com/guzzle/guzzle/contributors" + } + ], + "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2015-03-18 18:23:50" + }, { "name": "guzzlehttp/guzzle", "version": "6.1.0", @@ -225,6 +320,48 @@ ], "time": "2015-08-15 19:32:36" }, + { + "name": "hipchat/hipchat-php", + "version": "v1.4", + "source": { + "type": "git", + "url": "https://github.com/hipchat/hipchat-php.git", + "reference": "5936c0a48d2d514d94bfc1d774b04c42cd3bc39e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hipchat/hipchat-php/zipball/5936c0a48d2d514d94bfc1d774b04c42cd3bc39e", + "reference": "5936c0a48d2d514d94bfc1d774b04c42cd3bc39e", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "HipChat": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "HipChat", + "email": "support@hipchat.com", + "homepage": "https://www.hipchat.com", + "role": "Company" + } + ], + "description": "PHP library for HipChat", + "homepage": "http://github.com/hipchat/hipchat-php", + "keywords": [ + "hipchat" + ], + "time": "2015-04-28 22:48:40" + }, { "name": "ircmaxell/password-compat", "version": "v1.0.4", @@ -318,16 +455,16 @@ }, { "name": "monolog/monolog", - "version": "1.17.1", + "version": "1.17.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "shasum": "" }, "require": { @@ -341,10 +478,11 @@ "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", - "raven/raven": "~0.11", + "raven/raven": "^0.13", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" @@ -390,7 +528,54 @@ "logging", "psr-3" ], - "time": "2015-08-31 09:17:37" + "time": "2015-10-14 12:51:02" + }, + { + "name": "mremi/flowdock", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/mremi/Flowdock.git", + "reference": "e34ca78bbd4f974366e979186e876d78ae488e51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mremi/Flowdock/zipball/e34ca78bbd4f974366e979186e876d78ae488e51", + "reference": "e34ca78bbd4f974366e979186e876d78ae488e51", + "shasum": "" + }, + "require": { + "guzzle/guzzle": "~3.7", + "php": ">=5.3.3", + "symfony/console": "~2.5" + }, + "require-dev": { + "phpunit/phpunit": "~4.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Mremi\\Flowdock": "src", + "Mremi\\Flowdock\\Tests": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "RĂ©mi Marseille", + "email": "marseille.remi@gmail.com" + } + ], + "description": "A PHP5 library to interact with the Flowdock API", + "homepage": "https://github.com/mremi/Flowdock", + "keywords": [ + "api", + "flowdock" + ], + "time": "2015-01-08 21:03:29" }, { "name": "pda/pheanstalk", @@ -477,9 +662,7 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" + "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", @@ -843,6 +1026,64 @@ "homepage": "https://symfony.com", "time": "2015-09-25 08:32:23" }, + { + "name": "symfony/event-dispatcher", + "version": "v2.7.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9", + "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.0,>=2.0.5", + "symfony/dependency-injection": "~2.6", + "symfony/expression-language": "~2.6", + "symfony/phpunit-bridge": "~2.7", + "symfony/stopwatch": "~2.3" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2015-09-22 13:49:29" + }, { "name": "symfony/filesystem", "version": "v2.7.5", @@ -1606,16 +1847,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.12", + "version": "4.8.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "00194eb95989190a73198390ceca081ad3441a7f" + "reference": "be067d6105286b74272facefc2697038f8807b77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00194eb95989190a73198390ceca081ad3441a7f", - "reference": "00194eb95989190a73198390ceca081ad3441a7f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be067d6105286b74272facefc2697038f8807b77", + "reference": "be067d6105286b74272facefc2697038f8807b77", "shasum": "" }, "require": { @@ -1674,7 +1915,7 @@ "testing", "xunit" ], - "time": "2015-10-12 03:36:47" + "time": "2015-10-14 13:49:40" }, { "name": "phpunit/phpunit-mock-objects",