From ed539c31355e2f45b863cf7fe38102b5c5c9fa60 Mon Sep 17 00:00:00 2001 From: Thomas Serafin Date: Tue, 12 Apr 2022 10:43:00 +0200 Subject: [PATCH] bump phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be925f2..60ee311 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "minimum-stability": "stable", "require-dev": { - "phpunit/phpunit": "~4.5.1" + "phpunit/phpunit": "~4.8.28" }, "suggest": { "ext-curl": "*"