summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
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",