From 82ccea856db1a5de4dad9822638adf58cf109d59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 09:43:41 +0200 Subject: update to 5.0.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 98a7934..001701c 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,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