From 6204eb0c96bdad55a14a80bb69791e7c9636e5f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 10:31:15 +0000 Subject: [PATCH] Update gecko-packages/gecko-php-unit requirement || ^3.0 Updates the requirements on [gecko-packages/gecko-php-unit](https://github.com/GeckoPackages/GeckoPHPUnit) to permit the latest version. - [Release notes](https://github.com/GeckoPackages/GeckoPHPUnit/releases) - [Changelog](https://github.com/GeckoPackages/GeckoPHPUnit/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/GeckoPackages/GeckoPHPUnit/compare/v2.0...v3.1.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce28838..4fa52d3 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "doctrine/inflector": "^1.0" }, "require-dev": { - "gecko-packages/gecko-php-unit": "^2.0", + "gecko-packages/gecko-php-unit": "^2.0 || ^3.0", "phpunit/phpunit": "^6.0", "friendsofphp/php-cs-fixer": "2.16.3" },