From 591e889a52ef8403197de306c7fc9065ea635e88 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Thu, 9 Feb 2023 09:18:22 +0200 Subject: [PATCH] Only PHPUnit 9.5-9.6 is supported --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7ca03d6..a4c38bb 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,11 @@ "homepage": "https://medium.com/@ganieves" } ], - "minimum-stability": "dev", + "minimum-stability": "RC", "require": { "php": "^7.4 || ^8.0", "ext-dom": "*", - "phpunit/phpunit": "dev-master as 9.5.99" + "phpunit/phpunit": "^9.5" }, "autoload": { "files": [