From 9b2c2607158b4e606907bda9814c92a516acac70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 28 Dec 2018 07:33:31 +0000 Subject: [PATCH] Bump api-clients/test-utilities from 5.2.1 to 5.3.0 Bumps [api-clients/test-utilities](https://github.com/php-api-clients/test-utilities) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/php-api-clients/test-utilities/releases) - [Commits](https://github.com/php-api-clients/test-utilities/compare/5.2.1...5.3.0) Signed-off-by: dependabot[bot] --- composer.lock | 160 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 144 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index c9a225e..af870f0 100644 --- a/composer.lock +++ b/composer.lock @@ -444,26 +444,28 @@ }, { "name": "api-clients/test-utilities", - "version": "5.2.1", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/php-api-clients/test-utilities.git", - "reference": "2af958ebe21bc7671d4cfd253e642f8a6877388f" + "reference": "61e405b86b1c48625668db4963570dd8beb7d058" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/test-utilities/zipball/2af958ebe21bc7671d4cfd253e642f8a6877388f", - "reference": "2af958ebe21bc7671d4cfd253e642f8a6877388f", + "url": "https://api.github.com/repos/php-api-clients/test-utilities/zipball/61e405b86b1c48625668db4963570dd8beb7d058", + "reference": "61e405b86b1c48625668db4963570dd8beb7d058", "shasum": "" }, "require": { "api-clients/cs-fixer-config": "^1.1.1", "clue/block-react": "^1.3", + "composer/composer": "^1.8", "friendsofphp/php-cs-fixer": "^2.13", "infection/infection": "^0.11.4", "jakub-onderka/php-console-highlighter": "^0.4", "jakub-onderka/php-parallel-lint": "^1.0.0", "localheinz/composer-normalize": "^1.0.0", + "nunomaduro/collision": "^2.1", "php": "^7.2", "phpunit/phpunit": "^7.5" }, @@ -484,7 +486,7 @@ } ], "description": "Test utilities for api-clients packages", - "time": "2018-12-24T13:49:10+00:00" + "time": "2018-12-27T18:46:17+00:00" }, { "name": "clue/block-react", @@ -896,6 +898,67 @@ ], "time": "2017-07-22T11:58:36+00:00" }, + { + "name": "filp/whoops", + "version": "2.3.1", + "source": { + "type": "git", + "url": "https://github.com/filp/whoops.git", + "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", + "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", + "shasum": "" + }, + "require": { + "php": "^5.5.9 || ^7.0", + "psr/log": "^1.0.1" + }, + "require-dev": { + "mockery/mockery": "^0.9 || ^1.0", + "phpunit/phpunit": "^4.8.35 || ^5.7", + "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" + }, + "suggest": { + "symfony/var-dumper": "Pretty print complex values better with var-dumper available", + "whoops/soap": "Formats errors as SOAP responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "Whoops\\": "src/Whoops/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Filipe Dobreira", + "homepage": "https://github.com/filp", + "role": "Developer" + } + ], + "description": "php error handling for cool kids", + "homepage": "https://filp.github.io/whoops/", + "keywords": [ + "error", + "exception", + "handling", + "library", + "throwable", + "whoops" + ], + "time": "2018-10-23T09:00:00+00:00" + }, { "name": "friendsofphp/php-cs-fixer", "version": "v2.13.1", @@ -1547,16 +1610,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.1.0", + "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" + "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", - "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610", + "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "shasum": "" }, "require": { @@ -1594,7 +1657,71 @@ "parser", "php" ], - "time": "2018-10-10T09:24:14+00:00" + "time": "2018-12-26T11:32:39+00:00" + }, + { + "name": "nunomaduro/collision", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/nunomaduro/collision.git", + "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5feb0c0d92978ec7169232ce5d70d6da6b29f63", + "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63", + "shasum": "" + }, + "require": { + "filp/whoops": "^2.1.4", + "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", + "php": "^7.1", + "symfony/console": "~2.8|~3.3|~4.0" + }, + "require-dev": { + "laravel/framework": "5.7.*", + "nunomaduro/larastan": "^0.3.0", + "phpstan/phpstan": "^0.10", + "phpunit/phpunit": "~7.3" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "NunoMaduro\\Collision\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nuno Maduro", + "email": "enunomaduro@gmail.com" + } + ], + "description": "Cli error handling for console/command-line PHP applications.", + "keywords": [ + "artisan", + "cli", + "command-line", + "console", + "error", + "handling", + "laravel", + "laravel-zero", + "php", + "symfony" + ], + "time": "2018-11-21T21:40:54+00:00" }, { "name": "ocramius/package-versions", @@ -4155,20 +4282,21 @@ }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -4201,7 +4329,7 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2018-12-25T11:19:39+00:00" } ], "aliases": [],