From 73ca00c9a7400c76169ff60450674aca8459571c Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 30 Sep 2021 20:30:25 +0200 Subject: [PATCH] feat: change github actions (add more php versions), add return types, remove composer.json minimum dev, add phpunit 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf978a7..5e1e670 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php" : "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit" : "^8.0 || ^9.0" + "phpunit/phpunit" : "^8.5.21 || ^9.5" }, "autoload": { "psr-4": {