From 8326d8cc9cce39d708626ec98f0169386ad90ffd Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 31 Mar 2024 08:54:21 +0200 Subject: [PATCH] chore: allow phpunit 9 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35b4a57..5d4c1e7 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "php" : ">=5.3.0" }, "require-dev": { - "phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" + "phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9", + "friendsofphp/php-cs-fixer": "^3.51" }, "autoload": { "psr-4": {"Masterminds\\": "src"}