From 91b918f8236c6a7330d5b60211427af0b7dbf4a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jun 2020 08:01:39 +0200 Subject: update to 4.0.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b1515f3..c46d2a0 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,11 @@ }, "prefer-stable": true, "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "sebastian/recursion-context": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.2", "ext-mbstring": "*" }, "autoload": { -- cgit