From 4ecaa3c3b8dcf5d835986bc67d96b7f0deabe27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Mar 2018 15:47:03 +0000 Subject: [PATCH] Update phpunit/php-invoker requirement to ^1.1|^2.0 Updates the requirements on [phpunit/php-invoker](https://github.com/sebastianbergmann/php-invoker) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/php-invoker/releases) - [Commits](https://github.com/sebastianbergmann/php-invoker/commits/2.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d4d2219..6c46a9a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "jakub-onderka/php-console-highlighter": "^0.3.2", "jakub-onderka/php-parallel-lint": "^1.0", - "phpunit/php-invoker": "^1.1", + "phpunit/php-invoker": "^1.1|^2.0", "phpunit/phpunit": "^6.5", "squizlabs/php_codesniffer": "^3.2" },