summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-31 09:03:32 +0200
committerRemi Collet <remi@php.net>2026-03-31 09:03:32 +0200
commitcec7d25b7a815bc132357c675d255a7036a4e39b (patch)
treecd0bedccd1f9bc1c24fa00876ca5ced3943c9964 /composer.json
parent223d61de6cbacae625eea81c80bb36ab7acbd0f5 (diff)
update to 12.5.15
raise dependency on sebastian/environment 8.0.4
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 eaa6996..1826247 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": "^4.2.0",
"sebastian/comparator": "^7.1.4",
"sebastian/diff": "^7.0.0",
- "sebastian/environment": "^8.0.3",
+ "sebastian/environment": "^8.0.4",
"sebastian/exporter": "^7.0.2",
"sebastian/global-state": "^8.0.2",
"sebastian/object-enumerator": "^7.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",