From 2b33eef7785c1cec194421dc88cc11c25082b257 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 9 Nov 2023 09:02:57 +0545 Subject: [PATCH 1/2] Migrate phpunit.xml to latest for phpunit 9 --- tests/phpunit.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index b8c6073..82592a2 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,4 +1,6 @@ + + + + ../lib/ + + . - - - - ../lib/ - - From 12e69cbc0f234758e616dddde2153a580240f7c7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 9 Nov 2023 09:03:52 +0545 Subject: [PATCH 2/2] Put current php-cs-fixer minor version into composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c59805..e94814f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.20", + "friendsofphp/php-cs-fixer": "^3.38", "phpstan/phpstan": "^1.10", "phpunit/phpunit" : "^9.6" },