From ec63a0db87d17493e937126d2c310b16aa99d410 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 02:41:47 +0000 Subject: [PATCH 1/2] build(deps-dev): update phpunit/phpunit requirement || ^7.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.18/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.0.0...7.5.18) 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 cb86fc5..a45900e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "twig/twig": "^2.4.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.0 || ^7.0" }, "bin": ["bin/phint"], "config": { From c32a8f5b2c26b21a603f456037e92eed1033ae34 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Tue, 31 Dec 2019 05:42:41 +0700 Subject: [PATCH 2/2] chore(deps): bump phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6654d4a..069141e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "twig/twig": "^2.4.0" }, "require-dev": { - "phpunit/phpunit": "^6.0 || ^7.0" + "phpunit/phpunit": "^6.5 || ^7.5" }, "bin": ["bin/phint"], "config": {