From e92dd4dd1f5e5fece4da7af36d118881cae8cff7 Mon Sep 17 00:00:00 2001 From: Gregor Panek Date: Mon, 24 Feb 2020 11:12:35 +0100 Subject: [PATCH 1/2] Updated dependencies for phpunit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 374fb92..4ca7736 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ } ], "require": { - "php": ">=5.3.0" + "php": ">=5.6|>=7.0.8" }, "require-dev": { - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "^5.6" }, "autoload": { "psr-4": { From 1789a89d2230a51a6982510bcd5281378d885562 Mon Sep 17 00:00:00 2001 From: Gregor Panek Date: Mon, 24 Feb 2020 11:45:09 +0100 Subject: [PATCH 2/2] Keep backward compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4ca7736..456a429 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ } ], "require": { - "php": ">=5.6|>=7.0.8" + "php": "^5.5.9|>=7.0.8" }, "require-dev": { - "phpunit/phpunit": "^5.6" + "phpunit/phpunit": "~4.8 || ^5.6" }, "autoload": { "psr-4": {