From 09db5adb16e3a64731e585fdf23bb346bdd776ee Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 6 Dec 2025 09:58:36 +0100 Subject: [PATCH 1/3] Bump PHPUnit to 10.5.60 --- phive.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phive.xml b/phive.xml index f1c91b6..d2b9b81 100644 --- a/phive.xml +++ b/phive.xml @@ -1,6 +1,6 @@ - + From ca3cd4a2a916b752e901926667173ecfe65c0d29 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 6 Dec 2025 10:03:50 +0100 Subject: [PATCH 2/3] Bump PHP-CS-Fixer to 3.91.3 --- phive.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phive.xml b/phive.xml index d2b9b81..826e1bf 100644 --- a/phive.xml +++ b/phive.xml @@ -2,5 +2,5 @@ - + From bc05f8685e7bf5c828a5fe737910d45bbf2ab183 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 6 Dec 2025 10:12:37 +0100 Subject: [PATCH 3/3] migrate phpunit.xml to 10.x schema --- phpunit.xml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index f7ac8ac..fe2d141 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,20 +1,22 @@ - - - - - src - - - - - - - - tests - - + + + + + + + + tests + + + + src + +