diff --git a/composer.json b/composer.json index 85cfb91..ba826c4 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "autoload-dev": { "psr-0": { - "ZendServiceTest\\Amazon\\": "tests/ZendServiceTest/Amazon/" + "ZendServiceTest\\Amazon\\": "tests/" } }, "require": { diff --git a/composer.lock b/composer.lock index cd4d0e5..9d57d2e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d9d8bed0e2f038786d8aa72790136859", + "content-hash": "2d8cb2f30f6afcc25dc8c33dfb459673", "packages": [ { "name": "container-interop/container-interop", @@ -724,61 +724,6 @@ ], "time": "2015-06-14T21:17:01+00:00" }, - { - "name": "fabpot/php-cs-fixer", - "version": "v1.7.1", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "8785276c44a36ca5235a3b6133e3ffbe989ee431" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/8785276c44a36ca5235a3b6133e3ffbe989ee431", - "reference": "8785276c44a36ca5235a3b6133e3ffbe989ee431", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.3.6", - "sebastian/diff": "~1.1", - "symfony/console": "~2.3", - "symfony/event-dispatcher": "~2.1", - "symfony/filesystem": "~2.1", - "symfony/finder": "~2.1", - "symfony/process": "~2.3", - "symfony/stopwatch": "~2.5" - }, - "require-dev": { - "satooshi/php-coveralls": "0.7.*@dev" - }, - "bin": [ - "php-cs-fixer" - ], - "type": "application", - "autoload": { - "psr-4": { - "Symfony\\CS\\": "Symfony/CS/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dariusz RumiƄski", - "email": "dariusz.ruminski@gmail.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "A script to automatically fix Symfony Coding Standard", - "abandoned": "friendsofphp/php-cs-fixer", - "time": "2015-05-04T16:56:09+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.6.0", @@ -1032,32 +977,32 @@ }, { "name": "phpunit/php-code-coverage", - "version": "4.0.7", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "09e2277d14ea467e5a984010f501343ef29ffc69" + "reference": "4e99e1c4f9b05cbf4d6e84b100b3ff4107cf8cd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69", - "reference": "09e2277d14ea467e5a984010f501343ef29ffc69", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4e99e1c4f9b05cbf4d6e84b100b3ff4107cf8cd1", + "reference": "4e99e1c4f9b05cbf4d6e84b100b3ff4107cf8cd1", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^5.6 || ^7.0", + "php": "^7.0", "phpunit/php-file-iterator": "^1.3", "phpunit/php-text-template": "^1.2", - "phpunit/php-token-stream": "^1.4.2 || ^2.0", + "phpunit/php-token-stream": "^1.4.11 || ^2.0", "sebastian/code-unit-reverse-lookup": "^1.0", - "sebastian/environment": "^1.3.2 || ^2.0", - "sebastian/version": "^1.0 || ^2.0" + "sebastian/environment": "^2.0", + "sebastian/version": "^2.0" }, "require-dev": { - "ext-xdebug": "^2.1.4", - "phpunit/phpunit": "^5.7" + "ext-xdebug": "^2.5", + "phpunit/phpunit": "^6.0" }, "suggest": { "ext-xdebug": "^2.5.1" @@ -1065,7 +1010,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -1091,7 +1036,7 @@ "testing", "xunit" ], - "time": "2017-03-01T09:12:17+00:00" + "time": "2017-03-06T14:22:16+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1281,16 +1226,16 @@ }, { "name": "phpunit/phpunit", - "version": "5.7.15", + "version": "6.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5" + "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b99112aecc01f62acf3d81a3f59646700a1849e5", - "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/47ee3fa1bca5c50f1d25105201eb20df777bd7b6", + "reference": "47ee3fa1bca5c50f1d25105201eb20df777bd7b6", "shasum": "" }, "require": { @@ -1299,33 +1244,33 @@ "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "~1.3", - "php": "^5.6 || ^7.0", + "myclabs/deep-copy": "^1.3", + "php": "^7.0", "phpspec/prophecy": "^1.6.2", - "phpunit/php-code-coverage": "^4.0.4", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", + "phpunit/php-code-coverage": "^5.0", + "phpunit/php-file-iterator": "^1.4", + "phpunit/php-text-template": "^1.2", "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^3.2", - "sebastian/comparator": "^1.2.4", - "sebastian/diff": "~1.2", - "sebastian/environment": "^1.3.4 || ^2.0", - "sebastian/exporter": "~2.0", - "sebastian/global-state": "^1.1", - "sebastian/object-enumerator": "~2.0", - "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0.3|~2.0", - "symfony/yaml": "~2.1|~3.0" + "phpunit/phpunit-mock-objects": "^4.0", + "sebastian/comparator": "^1.2.4 || ^2.0", + "sebastian/diff": "^1.2", + "sebastian/environment": "^2.0", + "sebastian/exporter": "^2.0 || ^3.0", + "sebastian/global-state": "^1.1 || ^2.0", + "sebastian/object-enumerator": "^2.0 || ^3.0", + "sebastian/resource-operations": "^1.0", + "sebastian/version": "^2.0" }, "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2" + "phpdocumentor/reflection-docblock": "3.0.2", + "phpunit/dbunit": "<3.0" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", - "phpunit/php-invoker": "~1.1" + "phpunit/php-invoker": "^1.1" }, "bin": [ "phpunit" @@ -1333,7 +1278,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.7.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { @@ -1359,33 +1304,33 @@ "testing", "xunit" ], - "time": "2017-03-02T15:22:43+00:00" + "time": "2017-03-02T15:24:03+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "3.4.3", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" + "reference": "eabce450df194817a7d7e27e19013569a903a2bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", - "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/eabce450df194817a7d7e27e19013569a903a2bf", + "reference": "eabce450df194817a7d7e27e19013569a903a2bf", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", - "php": "^5.6 || ^7.0", + "php": "^7.0", "phpunit/php-text-template": "^1.2", - "sebastian/exporter": "^1.2 || ^2.0" + "sebastian/exporter": "^3.0" }, "conflict": { - "phpunit/phpunit": "<5.4.0" + "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^5.4" + "phpunit/phpunit": "^6.0" }, "suggest": { "ext-soap": "*" @@ -1393,7 +1338,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -1418,54 +1363,7 @@ "mock", "xunit" ], - "time": "2016-12-08T20:27:08+00:00" - }, - { - "name": "psr/log", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2017-03-03T06:30:20+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -1514,30 +1412,30 @@ }, { "name": "sebastian/comparator", - "version": "1.2.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + "reference": "20f84f468cb67efee293246e6a09619b891f55f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/20f84f468cb67efee293246e6a09619b891f55f0", + "reference": "20f84f468cb67efee293246e6a09619b891f55f0", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" + "php": "^7.0", + "sebastian/diff": "^1.2", + "sebastian/exporter": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1574,7 +1472,7 @@ "compare", "equality" ], - "time": "2017-01-29T09:50:25+00:00" + "time": "2017-03-03T06:26:08+00:00" }, { "name": "sebastian/diff", @@ -1680,30 +1578,30 @@ }, { "name": "sebastian/exporter", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" + "reference": "b82d077cb3459e393abcf4867ae8f7230dcb51f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/b82d077cb3459e393abcf4867ae8f7230dcb51f6", + "reference": "b82d077cb3459e393abcf4867ae8f7230dcb51f6", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1743,7 +1641,7 @@ "export", "exporter" ], - "time": "2016-11-19T08:54:04+00:00" + "time": "2017-03-03T06:25:06+00:00" }, { "name": "sebastian/global-state", @@ -1798,29 +1696,29 @@ }, { "name": "sebastian/object-enumerator", - "version": "2.0.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" + "reference": "de6e32f7192dfea2e4bedc892434f4830b5c5794" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/de6e32f7192dfea2e4bedc892434f4830b5c5794", + "reference": "de6e32f7192dfea2e4bedc892434f4830b5c5794", "shasum": "" }, "require": { - "php": ">=5.6", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1840,32 +1738,32 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-02-18T15:18:39+00:00" + "time": "2017-03-03T06:21:01+00:00" }, { "name": "sebastian/recursion-context", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1893,7 +1791,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-11-19T07:33:16+00:00" + "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", @@ -1981,492 +1879,82 @@ "time": "2016-10-03T07:35:21+00:00" }, { - "name": "symfony/console", - "version": "v2.8.18", + "name": "squizlabs/php_codesniffer", + "version": "2.8.1", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa" + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/81508e6fac4476771275a3f4f53c3fee9b956bfa", - "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", + "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/debug": "^2.7.2|~3.0.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/process": "~2.1|~3.0.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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": "2017-03-04T11:00:12+00:00" - }, - { - "name": "symfony/debug", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", - "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/class-loader": "~2.8|~3.0", - "symfony/http-kernel": "~2.8|~3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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 Debug Component", - "homepage": "https://symfony.com", - "time": "2016-07-30T07:22:48+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.8.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0", - "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.1.2" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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": "2017-02-21T08:33:48+00:00" - }, - { - "name": "symfony/filesystem", - "version": "v2.8.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e542d4765092d22552b1bf01ddccfb01d98ee325", - "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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 Filesystem Component", - "homepage": "https://symfony.com", - "time": "2017-02-18T17:06:33+00:00" - }, - { - "name": "symfony/finder", - "version": "v2.8.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/5fc4b5cab38b9d28be318fcffd8066988e7d9451", - "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "phpunit/phpunit": "~4.0" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "bin": [ + "scripts/phpcs", + "scripts/phpcbf" ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2017-02-21T08:33:48+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", - "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" + "classmap": [ + "CodeSniffer.php", + "CodeSniffer/CLI.php", + "CodeSniffer/Exception.php", + "CodeSniffer/File.php", + "CodeSniffer/Fixer.php", + "CodeSniffer/Report.php", + "CodeSniffer/Reporting.php", + "CodeSniffer/Sniff.php", + "CodeSniffer/Tokens.php", + "CodeSniffer/Reports/", + "CodeSniffer/Tokenizers/", + "CodeSniffer/DocGenerators/", + "CodeSniffer/Standards/AbstractPatternSniff.php", + "CodeSniffer/Standards/AbstractScopeSniff.php", + "CodeSniffer/Standards/AbstractVariableSniff.php", + "CodeSniffer/Standards/IncorrectPatternException.php", + "CodeSniffer/Standards/Generic/Sniffs/", + "CodeSniffer/Standards/MySource/Sniffs/", + "CodeSniffer/Standards/PEAR/Sniffs/", + "CodeSniffer/Standards/PSR1/Sniffs/", + "CodeSniffer/Standards/PSR2/Sniffs/", + "CodeSniffer/Standards/Squiz/Sniffs/", + "CodeSniffer/Standards/Zend/Sniffs/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Greg Sherwood", + "role": "lead" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "http://www.squizlabs.com/php-codesniffer", "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" + "phpcs", + "standards" ], - "time": "2016-11-14T01:06:16+00:00" - }, - { - "name": "symfony/process", - "version": "v2.8.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f", - "reference": "41336b20b52f5fd5b42a227e394e673c8071118f", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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 Process Component", - "homepage": "https://symfony.com", - "time": "2017-03-04T12:20:59+00:00" - }, - { - "name": "symfony/stopwatch", - "version": "v2.8.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e4369666d02ee9b8830da878b7f6a769eb96f4b", - "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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 Stopwatch Component", - "homepage": "https://symfony.com", - "time": "2017-02-18T17:06:33+00:00" - }, - { - "name": "symfony/yaml", - "version": "v3.2.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a", - "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a", - "shasum": "" - }, - "require": { - "php": ">=5.5.9" - }, - "require-dev": { - "symfony/console": "~2.8|~3.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "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 Yaml Component", - "homepage": "https://symfony.com", - "time": "2017-03-07T16:47:02+00:00" + "time": "2017-03-01T22:17:45+00:00" }, { "name": "webmozart/assert", @@ -2518,6 +2006,35 @@ ], "time": "2016-11-23T20:04:58+00:00" }, + { + "name": "zendframework/zend-coding-standard", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-coding-standard.git", + "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6", + "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6", + "shasum": "" + }, + "require": { + "squizlabs/php_codesniffer": "^2.7" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Zend Framework coding standard", + "keywords": [ + "Coding Standard", + "zf" + ], + "time": "2016-11-09T21:30:43+00:00" + }, { "name": "zendframework/zend-i18n", "version": "2.7.3", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 855bc29..190ae61 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ - ./tests/ZendService + ./tests/ZendServiceTest diff --git a/tests/ZendService/Amazon/Authentication/S3Test.php b/tests/ZendServiceTest/Amazon/Authentication/S3Test.php similarity index 100% rename from tests/ZendService/Amazon/Authentication/S3Test.php rename to tests/ZendServiceTest/Amazon/Authentication/S3Test.php diff --git a/tests/ZendService/Amazon/Authentication/V1Test.php b/tests/ZendServiceTest/Amazon/Authentication/V1Test.php similarity index 100% rename from tests/ZendService/Amazon/Authentication/V1Test.php rename to tests/ZendServiceTest/Amazon/Authentication/V1Test.php diff --git a/tests/ZendService/Amazon/Authentication/V2Test.php b/tests/ZendServiceTest/Amazon/Authentication/V2Test.php similarity index 100% rename from tests/ZendService/Amazon/Authentication/V2Test.php rename to tests/ZendServiceTest/Amazon/Authentication/V2Test.php diff --git a/tests/ZendService/Amazon/Authentication/_files/ec2_v2_return.txt b/tests/ZendServiceTest/Amazon/Authentication/_files/ec2_v2_return.txt similarity index 100% rename from tests/ZendService/Amazon/Authentication/_files/ec2_v2_return.txt rename to tests/ZendServiceTest/Amazon/Authentication/_files/ec2_v2_return.txt diff --git a/tests/ZendService/Amazon/Authentication/_files/sqs_v2_get_return.txt b/tests/ZendServiceTest/Amazon/Authentication/_files/sqs_v2_get_return.txt similarity index 100% rename from tests/ZendService/Amazon/Authentication/_files/sqs_v2_get_return.txt rename to tests/ZendServiceTest/Amazon/Authentication/_files/sqs_v2_get_return.txt diff --git a/tests/ZendService/Amazon/Ec2/AbstractTest.php b/tests/ZendServiceTest/Amazon/Ec2/AbstractTest.php similarity index 87% rename from tests/ZendService/Amazon/Ec2/AbstractTest.php rename to tests/ZendServiceTest/Amazon/Ec2/AbstractTest.php index c686868..893b91a 100644 --- a/tests/ZendService/Amazon/Ec2/AbstractTest.php +++ b/tests/ZendServiceTest/Amazon/Ec2/AbstractTest.php @@ -50,17 +50,3 @@ public function testSignParamsWithSpaceEncodesWithPercentInsteadOfPlus() $this->assertNotEquals($ret, $invalidSignature); } } - -class TestAmazonAbstract extends \ZendService\Amazon\Ec2\AbstractEc2 -{ - - public function returnRegion() - { - return $this->_region; - } - - public function testSign($params) - { - return $this->signParameters($params); - } -} diff --git a/tests/ZendService/Amazon/Ec2/AvailabilityZonesTest.php b/tests/ZendServiceTest/Amazon/Ec2/AvailabilityZonesTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/AvailabilityZonesTest.php rename to tests/ZendServiceTest/Amazon/Ec2/AvailabilityZonesTest.php diff --git a/tests/ZendService/Amazon/Ec2/CloudWatchTest.php b/tests/ZendServiceTest/Amazon/Ec2/CloudWatchTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/CloudWatchTest.php rename to tests/ZendServiceTest/Amazon/Ec2/CloudWatchTest.php diff --git a/tests/ZendService/Amazon/Ec2/EbsTest.php b/tests/ZendServiceTest/Amazon/Ec2/EbsTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/EbsTest.php rename to tests/ZendServiceTest/Amazon/Ec2/EbsTest.php diff --git a/tests/ZendService/Amazon/Ec2/Ec2Test.php b/tests/ZendServiceTest/Amazon/Ec2/Ec2Test.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/Ec2Test.php rename to tests/ZendServiceTest/Amazon/Ec2/Ec2Test.php diff --git a/tests/ZendService/Amazon/Ec2/ElasticIpTest.php b/tests/ZendServiceTest/Amazon/Ec2/ElasticIpTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/ElasticIpTest.php rename to tests/ZendServiceTest/Amazon/Ec2/ElasticIpTest.php diff --git a/tests/ZendService/Amazon/Ec2/ImageTest.php b/tests/ZendServiceTest/Amazon/Ec2/ImageTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/ImageTest.php rename to tests/ZendServiceTest/Amazon/Ec2/ImageTest.php diff --git a/tests/ZendService/Amazon/Ec2/InstanceReservedTest.php b/tests/ZendServiceTest/Amazon/Ec2/InstanceReservedTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/InstanceReservedTest.php rename to tests/ZendServiceTest/Amazon/Ec2/InstanceReservedTest.php diff --git a/tests/ZendService/Amazon/Ec2/InstanceTest.php b/tests/ZendServiceTest/Amazon/Ec2/InstanceTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/InstanceTest.php rename to tests/ZendServiceTest/Amazon/Ec2/InstanceTest.php diff --git a/tests/ZendService/Amazon/Ec2/InstanceWindowsTest.php b/tests/ZendServiceTest/Amazon/Ec2/InstanceWindowsTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/InstanceWindowsTest.php rename to tests/ZendServiceTest/Amazon/Ec2/InstanceWindowsTest.php diff --git a/tests/ZendService/Amazon/Ec2/KeypairTest.php b/tests/ZendServiceTest/Amazon/Ec2/KeypairTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/KeypairTest.php rename to tests/ZendServiceTest/Amazon/Ec2/KeypairTest.php diff --git a/tests/ZendService/Amazon/Ec2/RegionTest.php b/tests/ZendServiceTest/Amazon/Ec2/RegionTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/RegionTest.php rename to tests/ZendServiceTest/Amazon/Ec2/RegionTest.php diff --git a/tests/ZendService/Amazon/Ec2/SecurityGroupsTest.php b/tests/ZendServiceTest/Amazon/Ec2/SecurityGroupsTest.php similarity index 100% rename from tests/ZendService/Amazon/Ec2/SecurityGroupsTest.php rename to tests/ZendServiceTest/Amazon/Ec2/SecurityGroupsTest.php diff --git a/tests/ZendServiceTest/Amazon/Ec2/TestAmazonAbstract.php b/tests/ZendServiceTest/Amazon/Ec2/TestAmazonAbstract.php new file mode 100644 index 0000000..0db2e0f --- /dev/null +++ b/tests/ZendServiceTest/Amazon/Ec2/TestAmazonAbstract.php @@ -0,0 +1,25 @@ +_region; + } + + public function testSign($params) + { + return $this->signParameters($params); + } +} diff --git a/tests/ZendService/Amazon/OfflineTest.php b/tests/ZendServiceTest/Amazon/OfflineTest.php similarity index 100% rename from tests/ZendService/Amazon/OfflineTest.php rename to tests/ZendServiceTest/Amazon/OfflineTest.php diff --git a/tests/ZendService/Amazon/OnlineTest.php b/tests/ZendServiceTest/Amazon/OnlineTest.php similarity index 100% rename from tests/ZendService/Amazon/OnlineTest.php rename to tests/ZendServiceTest/Amazon/OnlineTest.php diff --git a/tests/ZendService/Amazon/S3/OfflineStreamTest.php b/tests/ZendServiceTest/Amazon/S3/OfflineStreamTest.php similarity index 100% rename from tests/ZendService/Amazon/S3/OfflineStreamTest.php rename to tests/ZendServiceTest/Amazon/S3/OfflineStreamTest.php diff --git a/tests/ZendService/Amazon/S3/OfflineTest.php b/tests/ZendServiceTest/Amazon/S3/OfflineTest.php similarity index 100% rename from tests/ZendService/Amazon/S3/OfflineTest.php rename to tests/ZendServiceTest/Amazon/S3/OfflineTest.php diff --git a/tests/ZendService/Amazon/S3/OnlineTest.php b/tests/ZendServiceTest/Amazon/S3/OnlineTest.php similarity index 100% rename from tests/ZendService/Amazon/S3/OnlineTest.php rename to tests/ZendServiceTest/Amazon/S3/OnlineTest.php diff --git a/tests/ZendService/Amazon/S3/S3RestTest.php b/tests/ZendServiceTest/Amazon/S3/S3RestTest.php similarity index 100% rename from tests/ZendService/Amazon/S3/S3RestTest.php rename to tests/ZendServiceTest/Amazon/S3/S3RestTest.php diff --git a/tests/ZendService/Amazon/S3/StreamTest.php b/tests/ZendServiceTest/Amazon/S3/StreamTest.php similarity index 100% rename from tests/ZendService/Amazon/S3/StreamTest.php rename to tests/ZendServiceTest/Amazon/S3/StreamTest.php diff --git a/tests/ZendService/Amazon/S3/_files/testdata b/tests/ZendServiceTest/Amazon/S3/_files/testdata similarity index 100% rename from tests/ZendService/Amazon/S3/_files/testdata rename to tests/ZendServiceTest/Amazon/S3/_files/testdata diff --git a/tests/ZendService/Amazon/S3/_files/testdata.html b/tests/ZendServiceTest/Amazon/S3/_files/testdata.html similarity index 100% rename from tests/ZendService/Amazon/S3/_files/testdata.html rename to tests/ZendServiceTest/Amazon/S3/_files/testdata.html diff --git a/tests/ZendService/Amazon/SimpleDb/OnlineTest.php b/tests/ZendServiceTest/Amazon/SimpleDb/OnlineTest.php similarity index 100% rename from tests/ZendService/Amazon/SimpleDb/OnlineTest.php rename to tests/ZendServiceTest/Amazon/SimpleDb/OnlineTest.php diff --git a/tests/ZendService/Amazon/Sqs/OnlineTest.php b/tests/ZendServiceTest/Amazon/Sqs/OnlineTest.php similarity index 100% rename from tests/ZendService/Amazon/Sqs/OnlineTest.php rename to tests/ZendServiceTest/Amazon/Sqs/OnlineTest.php diff --git a/tests/ZendService/Amazon/_files/amazon-response-invalid.xml b/tests/ZendServiceTest/Amazon/_files/amazon-response-invalid.xml similarity index 100% rename from tests/ZendService/Amazon/_files/amazon-response-invalid.xml rename to tests/ZendServiceTest/Amazon/_files/amazon-response-invalid.xml diff --git a/tests/ZendService/Amazon/_files/amazon-response-request-throttled-error.xml b/tests/ZendServiceTest/Amazon/_files/amazon-response-request-throttled-error.xml similarity index 100% rename from tests/ZendService/Amazon/_files/amazon-response-request-throttled-error.xml rename to tests/ZendServiceTest/Amazon/_files/amazon-response-request-throttled-error.xml diff --git a/tests/ZendService/Amazon/_files/amazon-response-valid.xml b/tests/ZendServiceTest/Amazon/_files/amazon-response-valid.xml similarity index 100% rename from tests/ZendService/Amazon/_files/amazon-response-valid.xml rename to tests/ZendServiceTest/Amazon/_files/amazon-response-valid.xml diff --git a/tests/ZendService/Amazon/_files/mozart_result.xml b/tests/ZendServiceTest/Amazon/_files/mozart_result.xml similarity index 100% rename from tests/ZendService/Amazon/_files/mozart_result.xml rename to tests/ZendServiceTest/Amazon/_files/mozart_result.xml diff --git a/tests/ZendService/Amazon/_files/offers_with_names.xml b/tests/ZendServiceTest/Amazon/_files/offers_with_names.xml similarity index 100% rename from tests/ZendService/Amazon/_files/offers_with_names.xml rename to tests/ZendServiceTest/Amazon/_files/offers_with_names.xml