From 42117d9e032b8e5c42cae83ecf0c98a69610e0fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2026 09:08:20 +0200 Subject: update to 13.0.6 raise dependency on sebastian/environment 9.1.0 --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b8a758b..6bf693d 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "other", + "url": "https://phpunit.de/sponsoring.html" + } + ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy" @@ -40,7 +46,7 @@ "sebastian/cli-parser": "^5.0.0", "sebastian/comparator": "^8.0.0", "sebastian/diff": "^8.0.0", - "sebastian/environment": "^9.0.0", + "sebastian/environment": "^9.1.0", "sebastian/exporter": "^8.0.0", "sebastian/global-state": "^9.0.0", "sebastian/object-enumerator": "^8.0.0", @@ -75,7 +81,7 @@ "files": [ "tests/_files/deprecation-trigger/trigger_deprecation.php", "tests/unit/Event/AbstractEventTestCase.php", - "tests/unit/TextUI/AbstractSouceFilterTestCase.php", + "tests/unit/TextUI/AbstractSourceFilterTestCase.php", "tests/unit/Framework/MockObject/TestDoubleTestCase.php", "tests/unit/Metadata/Parser/AttributeParserTestCase.php", "tests/unit/Framework/Assert/assertContainsOnlyArrayTest.php", -- cgit