From 8f1bae24693ede03cf48a9e70677ed2c57065e67 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:41:07 +0200 Subject: update to 2.2.2 (no change) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ee414e7..c8d9720 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ }, "prefer-stable": true, "require": { - "php": "^7.3 || ^8.0" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.3" }, "config": { "platform": { -- cgit