From bdcd52c76fa1a5e86bde984d6d6623e184c29a2a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 14:41:41 +0200 Subject: [PATCH 1/3] Bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 292dba3..591dc36 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.5" }, "autoload": { "classmap": [ From be94172a82dae7b971aa4e1caaa2ca0aa98af9df Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 14:41:43 +0200 Subject: [PATCH 2/3] Set COMPOSER_ROOT_VERSION to X.Y.x-dev instead of X.Y-dev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bedc8ab..f70c911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: name: "CI" env: - COMPOSER_ROOT_VERSION: "5.1-dev" + COMPOSER_ROOT_VERSION: "5.1.x-dev" permissions: contents: read From 79840e4e9c1b7214b5ff41f3db13497e6b80424b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 14:42:00 +0200 Subject: [PATCH 3/3] Update PHPUnit configuration --- phpunit.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 911e767..f7e9a3d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,6 +7,8 @@ requireCoverageMetadata="true" beStrictAboutCoverageMetadata="true" beStrictAboutOutputDuringTests="true" + displayDetailsOnPhpunitDeprecations="true" + failOnPhpunitDeprecation="true" failOnRisky="true" failOnWarning="true" colors="true"> @@ -16,7 +18,7 @@ - + src