From c8d4d74f21ff64bfde0db579a90f2159241179a1 Mon Sep 17 00:00:00 2001 From: Erfan Date: Thu, 5 Nov 2015 16:53:50 +0800 Subject: [PATCH] Updated Composer (needed the SUPEE-6788 compatible update from netzarbeiter/customer-activation) --- composer.lock | 553 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 473 insertions(+), 80 deletions(-) diff --git a/composer.lock b/composer.lock index 0db5a17..81f71bb 100644 --- a/composer.lock +++ b/composer.lock @@ -1,41 +1,382 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://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" ], - "hash": "145f04f1b1a28a0d1cfcc525bfe0c20d", + "hash": "0770fee51ca59cbc7ceace4219f01fb0", "packages": [ + { + "name": "eloquent/composer-config-reader", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/eloquent/composer-config-reader.git", + "reference": "b79319806e1bcc101c89a023b3aeee9e5931e463" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/eloquent/composer-config-reader/zipball/b79319806e1bcc101c89a023b3aeee9e5931e463", + "reference": "b79319806e1bcc101c89a023b3aeee9e5931e463", + "shasum": "" + }, + "require": { + "eloquent/enumeration": "~5", + "eloquent/liberator": "~1", + "icecave/isolator": "~2", + "justinrainbow/json-schema": "~1", + "php": ">=5.3" + }, + "require-dev": { + "icecave/archer": "~1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Eloquent\\Composer\\Configuration\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erin Millard", + "email": "ezzatron@gmail.com", + "homepage": "http://ezzatron.com/" + } + ], + "description": "A light-weight component for reading Composer configuration files.", + "homepage": "https://github.com/eloquent/composer-config-reader", + "keywords": [ + "composer", + "configuration", + "parser", + "reader" + ], + "time": "2014-01-22 01:05:31" + }, + { + "name": "eloquent/enumeration", + "version": "5.1.1", + "source": { + "type": "git", + "url": "https://github.com/eloquent/enumeration.git", + "reference": "0242859435d9b135939816858348556d3cde9e3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/eloquent/enumeration/zipball/0242859435d9b135939816858348556d3cde9e3c", + "reference": "0242859435d9b135939816858348556d3cde9e3c", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "icecave/archer": "dev-develop", + "phpunit/phpunit": "^4", + "sami/sami": "^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Eloquent\\Enumeration\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erin Millard", + "email": "ezzatron@gmail.com", + "homepage": "http://ezzatron.com/" + } + ], + "description": "An enumeration implementation for PHP.", + "homepage": "https://github.com/eloquent/enumeration", + "keywords": [ + "class", + "enum", + "enumeration", + "multiton", + "set", + "type" + ], + "time": "2015-11-03 22:21:38" + }, + { + "name": "eloquent/liberator", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/eloquent/liberator.git", + "reference": "a85435066850ab47acc61296c5d20732ff4c9655" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/eloquent/liberator/zipball/a85435066850ab47acc61296c5d20732ff4c9655", + "reference": "a85435066850ab47acc61296c5d20732ff4c9655", + "shasum": "" + }, + "require": { + "eloquent/pops": "~3", + "php": ">=5.3.0" + }, + "require-dev": { + "icecave/archer": "~0.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Eloquent\\Liberator": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erin Millard", + "email": "ezzatron@gmail.com", + "homepage": "http://ezzatron.com/" + } + ], + "description": "A proxy for circumventing PHP access modifier restrictions.", + "homepage": "https://github.com/eloquent/liberator", + "keywords": [ + "access", + "modifier", + "object", + "private", + "protected", + "proxy", + "reflection" + ], + "time": "2013-03-03 23:02:47" + }, + { + "name": "eloquent/pops", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/eloquent/pops.git", + "reference": "b14090a3478f544d1b3a3b9389cb03415cf4f37f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/eloquent/pops/zipball/b14090a3478f544d1b3a3b9389cb03415cf4f37f", + "reference": "b14090a3478f544d1b3a3b9389cb03415cf4f37f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "icecave/archer": "~0.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Eloquent\\Pops": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erin Millard", + "email": "ezzatron@gmail.com", + "homepage": "http://ezzatron.com/" + } + ], + "description": "PHP object proxy system.", + "homepage": "https://github.com/eloquent/pops", + "keywords": [ + "escaping", + "object", + "proxy" + ], + "time": "2013-03-04 10:10:43" + }, + { + "name": "icecave/isolator", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://github.com/IcecaveStudios/isolator.git", + "reference": "97c51fafa39c57a8f1a31f978a48fbe6cea4a5d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/IcecaveStudios/isolator/zipball/97c51fafa39c57a8f1a31f978a48fbe6cea4a5d5", + "reference": "97c51fafa39c57a8f1a31f978a48fbe6cea4a5d5", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "icecave/archer": "~1" + }, + "suggest": { + "eloquent/asplode": "Drop-in exception-based error handling." + }, + "type": "library", + "autoload": { + "psr-4": { + "Icecave\\Isolator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "James Harris", + "email": "james.harris@icecave.com.au", + "homepage": "https://github.com/jmalloc" + } + ], + "description": "Dependency injection for global functions.", + "homepage": "https://github.com/IcecaveStudios/isolator", + "keywords": [ + "fake", + "mock", + "phake", + "phpunit", + "test", + "unit" + ], + "time": "2014-08-12 03:16:11" + }, + { + "name": "justinrainbow/json-schema", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe", + "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "json-schema/json-schema-test-suite": "1.1.0", + "phpdocumentor/phpdocumentor": "~2", + "phpunit/phpunit": "~3.7" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-4": { + "JsonSchema\\": "src/JsonSchema/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "time": "2015-09-08 22:28:04" + }, { "name": "magento-hackathon/magento-composer-installer", - "version": "1.3.2", + "version": "3.0.6", "source": { "type": "git", - "url": "https://github.com/magento-hackathon/magento-composer-installer.git", - "reference": "5a4e95b44b5f5b845b7f982b14d932b372bc9645" + "url": "https://github.com/Cotya/magento-composer-installer.git", + "reference": "0bb00f1d17f73107c1927d31d3280750b93ae652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento-hackathon/magento-composer-installer/zipball/5a4e95b44b5f5b845b7f982b14d932b372bc9645", - "reference": "5a4e95b44b5f5b845b7f982b14d932b372bc9645", + "url": "https://api.github.com/repos/Cotya/magento-composer-installer/zipball/0bb00f1d17f73107c1927d31d3280750b93ae652", + "reference": "0bb00f1d17f73107c1927d31d3280750b93ae652", "shasum": "" }, + "archive": { + "exclude": [ + "vendor", + "/tests/FullStackTest/" + ] + }, + "require": { + "composer-plugin-api": "~1.0", + "eloquent/composer-config-reader": "2.*", + "php": ">=5.4", + "symfony/console": "~2.5" + }, "require-dev": { - "composer/composer": "*", - "phpunit/phpunit": "*" + "composer/composer": "1.0.*@dev", + "cotya/composer-test-framework": "dev-master", + "mikey179/vfsstream": "~1.4", + "phpunit/phpunit": "~4.3", + "phpunit/phpunit-mock-objects": "~2.3", + "squizlabs/php_codesniffer": "~2.1", + "symfony/process": "~2.5" }, "suggest": { - "magento-hackathon/composer-command-integrator": "*" + "colinmollenhour/modman": "*", + "theseer/autoload": "~1.14" }, - "type": "composer-installer", + "bin": [ + "bin/magento-composer-installer.php" + ], + "type": "composer-plugin", "extra": { - "composer-command-registry": [ - "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand" - ], - "class": "MagentoHackathon\\Composer\\Magento\\Installer" + "class": "MagentoHackathon\\Composer\\Magento\\Plugin" }, "autoload": { "psr-0": { - "MagentoHackathon\\Composer\\Magento": "src/" + "MagentoHackathon\\Composer": "src/" + } + }, + "autoload-dev": { + "psr-0": { + "MagentoHackathon\\Composer\\Magento": "tests/" } }, "license": [ @@ -74,23 +415,23 @@ "magento" ], "support": { - "source": "https://github.com/magento-hackathon/magento-composer-installer/tree/1.3.2", - "issues": "https://github.com/magento-hackathon/magento-composer-installer/issues" + "source": "https://github.com/Cotya/magento-composer-installer/tree/3.0.6", + "issues": "https://github.com/Cotya/magento-composer-installer/issues" }, - "time": "2013-12-10 10:35:46" + "time": "2015-10-21 21:00:24" }, { "name": "netzarbeiter/customer-activation", - "version": "0.5.2", + "version": "0.5.5", "source": { "type": "git", "url": "https://github.com/Vinai/customer-activation.git", - "reference": "bde0903cd0898232b5295b72162014d947ad8b4e" + "reference": "29eec7a7d11d0a964c14c3a6afd2093fe6f79635" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Vinai/customer-activation/zipball/bde0903cd0898232b5295b72162014d947ad8b4e", - "reference": "bde0903cd0898232b5295b72162014d947ad8b4e", + "url": "https://api.github.com/repos/Vinai/customer-activation/zipball/29eec7a7d11d0a964c14c3a6afd2093fe6f79635", + "reference": "29eec7a7d11d0a964c14c3a6afd2093fe6f79635", "shasum": "" }, "require": { @@ -112,30 +453,88 @@ "description": "Makes it impossible for a customer to log in until the account has been activated by the administrator.", "homepage": "https://github.com/Vinai/customer-activation", "support": { - "source": "https://github.com/Vinai/customer-activation/tree/0.5.2", + "source": "https://github.com/Vinai/customer-activation/tree/0.5.5", "issues": "https://github.com/Vinai/customer-activation/issues" }, - "time": "2014-01-09 18:43:23" + "time": "2015-10-27 05:27:49" }, + { + "name": "symfony/console", + "version": "v2.7.6", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "5efd632294c8320ea52492db22292ff853a43766" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/5efd632294c8320ea52492db22292ff853a43766", + "reference": "5efd632294c8320ea52492db22292ff853a43766", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.1", + "symfony/process": "~2.1" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + } + }, + "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 Console Component", + "homepage": "https://symfony.com", + "time": "2015-10-20 14:38:46" + } + ], + "packages-dev": [ { "name": "phpunit/php-code-coverage", - "version": "1.2.17", + "version": "1.2.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34" + "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", - "reference": "6ef2bf3a1c47eca07ea95f0d8a902a6340390b34", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", + "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": ">=1.3.0@stable", "phpunit/php-text-template": ">=1.2.0@stable", - "phpunit/php-token-stream": ">=1.1.3@stable" + "phpunit/php-token-stream": ">=1.1.3,<1.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*@dev" @@ -176,35 +575,37 @@ "testing", "xunit" ], - "time": "2014-03-28 10:53:45" + "time": "2014-09-02 10:13:14" }, { "name": "phpunit/php-file-iterator", - "version": "1.3.4", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", - "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, "autoload": { "classmap": [ - "File/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], @@ -221,20 +622,20 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2015-06-21 13:08:43" }, { "name": "phpunit/php-text-template", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { @@ -243,20 +644,17 @@ "type": "library", "autoload": { "classmap": [ - "Text/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -265,20 +663,20 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2015-06-21 13:50:34" }, { "name": "phpunit/php-timer", - "version": "1.0.5", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" + "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", + "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "shasum": "" }, "require": { @@ -287,13 +685,10 @@ "type": "library", "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], @@ -309,7 +704,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2015-06-21 08:01:12" }, { "name": "phpunit/php-token-stream", @@ -363,16 +758,16 @@ }, { "name": "phpunit/phpunit", - "version": "3.7.37", + "version": "3.7.38", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc" + "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc", - "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", + "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", "shasum": "" }, "require": { @@ -432,7 +827,7 @@ "testing", "xunit" ], - "time": "2014-04-30 12:24:19" + "time": "2014-10-17 09:04:17" }, { "name": "phpunit/phpunit-mock-objects", @@ -485,30 +880,29 @@ }, { "name": "symfony/yaml", - "version": "v2.5.0", - "target-dir": "Symfony/Component/Yaml", + "version": "v2.7.6", "source": { "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "b4b09c68ec2f2727574544ef0173684281a5033c" + "url": "https://github.com/symfony/yaml.git", + "reference": "eca9019c88fbe250164affd107bc8057771f3f4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c", - "reference": "b4b09c68ec2f2727574544ef0173684281a5033c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d", + "reference": "eca9019c88fbe250164affd107bc8057771f3f4d", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "2.7-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Yaml\\": "" } }, @@ -519,24 +913,23 @@ "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" + "email": "fabien@symfony.com" }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", - "homepage": "http://symfony.com", - "time": "2014-05-16 14:25:18" + "homepage": "https://symfony.com", + "time": "2015-10-11 09:39:48" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, "platform": [], "platform-dev": [] }