diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-31 09:08:20 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-31 09:08:20 +0200 |
| commit | 42117d9e032b8e5c42cae83ecf0c98a69610e0fe (patch) | |
| tree | 35e76e349213d997af32bc1284085e6a70f9b047 /composer.json | |
| parent | 98db3f8312e33646e02533cf8bd662c56b044900 (diff) | |
update to 13.0.6
raise dependency on sebastian/environment 9.1.0
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 8 insertions, 2 deletions
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", |
