diff --git a/composer.lock b/composer.lock index 74de24c1ec47ccc3d43d1cb448b39bf58b7f245e..de726393e481b3d6aa1b0a0788c45ef8e70b8868 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": "2b000fed4f4ab6d59860e6d9b6076025", - "content-hash": "5a20af08ed39755e0bc81620f125c596", + "hash": "e614c8f0151d5f267a3d959e720a00a5", + "content-hash": "96472312e0318599bdc492a19a21b0fe", "packages": [ { "name": "braintree/braintree_php", @@ -110,7 +110,7 @@ "require": { "colinmollenhour/credis": "1.6", "magento/zendframework1": "1.12.16", - "php": "~5.5.22|~5.6.0|~7.0.0" + "php": "~5.5.0|~5.6.0|~7.0.0" }, "type": "library", "autoload": { @@ -265,6 +265,55 @@ ], "time": "2016-01-25 15:43:01" }, + { + "name": "league/climate", + "version": "2.6.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/climate.git", + "reference": "28851c909017424f61cc6a62089316313c645d1c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/climate/zipball/28851c909017424f61cc6a62089316313c645d1c", + "reference": "28851c909017424f61cc6a62089316313c645d1c", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "mockery/mockery": "dev-master", + "phpunit/phpunit": "4.1.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\CLImate\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joe Tannenbaum", + "email": "hey@joe.codes", + "homepage": "http://joe.codes/", + "role": "Developer" + } + ], + "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", + "keywords": [ + "cli", + "colors", + "command", + "php", + "terminal" + ], + "time": "2015-01-18 14:31:58" + }, { "name": "magento/composer", "version": "1.0.2", @@ -277,11 +326,11 @@ "type": "zip", "url": "https://api.github.com/repos/magento/composer/zipball/1be267e71debac6e0d9fae4e5144f6095cffbe89", "reference": null, - "shasum": "6bfdbff4c23aace1e6d14ab598c81c790375aba0" + "shasum": "79156c3e7317af1ff64a482ba90ec81c66b82c73" }, "require": { "composer/composer": "1.0.0-alpha10", - "php": "~5.5.22|~5.6.0|~7.0.0", + "php": "~5.5.0|~5.6.0|~7.0.0", "symfony/console": "~2.3 <2.7" }, "require-dev": { @@ -381,12 +430,12 @@ "source": { "type": "git", "url": "https://github.com/magento/zf1.git", - "reference": "c9d607bfd9454bc18b9deff737ccd5d044e2ab10" + "reference": "dbdf178992bfa52d6e978e62131162301ff6b76f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/magento/zf1/zipball/c9d607bfd9454bc18b9deff737ccd5d044e2ab10", - "reference": "c9d607bfd9454bc18b9deff737ccd5d044e2ab10", + "reference": "dbdf178992bfa52d6e978e62131162301ff6b76f", "shasum": "" }, "require": { @@ -420,7 +469,7 @@ "ZF1", "framework" ], - "time": "2015-10-29 14:34:55" + "time": "2015-09-30 13:04:03" }, { "name": "monolog/monolog", @@ -795,6 +844,59 @@ ], "time": "2015-11-21 02:21:41" }, + { + "name": "sjparkinson/static-review", + "version": "4.1.1", + "source": { + "type": "git", + "url": "https://github.com/sjparkinson/static-review.git", + "reference": "493c3410cf146a12fca84209bad126c494e125f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sjparkinson/static-review/zipball/493c3410cf146a12fca84209bad126c494e125f0", + "reference": "493c3410cf146a12fca84209bad126c494e125f0", + "shasum": "" + }, + "require": { + "league/climate": "~2.0", + "php": ">=5.4.0", + "symfony/console": "~2.0", + "symfony/process": "~2.0" + }, + "require-dev": { + "mockery/mockery": "~0.9", + "phpunit/phpunit": "~4.0", + "sensiolabs/security-checker": "~2.0", + "squizlabs/php_codesniffer": "~1.0" + }, + "suggest": { + "sensiolabs/security-checker": "Required for ComposerSecurityReview.", + "squizlabs/php_codesniffer": "Required for PhpCodeSnifferReview." + }, + "bin": [ + "bin/static-review.php" + ], + "type": "library", + "autoload": { + "psr-4": { + "StaticReview\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Samuel Parkinson", + "email": "sam.james.parkinson@gmail.com", + "homepage": "http://samp.im" + } + ], + "description": "An extendable framework for version control hooks.", + "time": "2014-09-22 08:40:36" + }, { "name": "symfony/console", "version": "v2.6.13", @@ -2710,55 +2812,6 @@ "description": "A tool to automatically fix PHP code style", "time": "2016-02-26 07:37:29" }, - { - "name": "league/climate", - "version": "2.6.1", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/climate.git", - "reference": "28851c909017424f61cc6a62089316313c645d1c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/climate/zipball/28851c909017424f61cc6a62089316313c645d1c", - "reference": "28851c909017424f61cc6a62089316313c645d1c", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "phpunit/phpunit": "4.1.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "League\\CLImate\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joe Tannenbaum", - "email": "hey@joe.codes", - "homepage": "http://joe.codes/", - "role": "Developer" - } - ], - "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", - "keywords": [ - "cli", - "colors", - "command", - "php", - "terminal" - ], - "time": "2015-01-18 14:31:58" - }, { "name": "lusitanian/oauth", "version": "v0.7.0", @@ -3619,59 +3672,6 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2015-06-21 13:59:46" }, - { - "name": "sjparkinson/static-review", - "version": "4.1.1", - "source": { - "type": "git", - "url": "https://github.com/sjparkinson/static-review.git", - "reference": "493c3410cf146a12fca84209bad126c494e125f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sjparkinson/static-review/zipball/493c3410cf146a12fca84209bad126c494e125f0", - "reference": "493c3410cf146a12fca84209bad126c494e125f0", - "shasum": "" - }, - "require": { - "league/climate": "~2.0", - "php": ">=5.4.0", - "symfony/console": "~2.0", - "symfony/process": "~2.0" - }, - "require-dev": { - "mockery/mockery": "~0.9", - "phpunit/phpunit": "~4.0", - "sensiolabs/security-checker": "~2.0", - "squizlabs/php_codesniffer": "~1.0" - }, - "suggest": { - "sensiolabs/security-checker": "Required for ComposerSecurityReview.", - "squizlabs/php_codesniffer": "Required for PhpCodeSnifferReview." - }, - "bin": [ - "bin/static-review.php" - ], - "type": "library", - "autoload": { - "psr-4": { - "StaticReview\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Samuel Parkinson", - "email": "sam.james.parkinson@gmail.com", - "homepage": "http://samp.im" - } - ], - "description": "An extendable framework for version control hooks.", - "time": "2014-09-22 08:40:36" - }, { "name": "squizlabs/php_codesniffer", "version": "1.5.3",