summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 03c8aed..a53ecba 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,10 @@
"email": "bschussek@2bepublished.at"
}
],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
+ "security": "https://github.com/sebastianbergmann/comparator/security/policy"
+ },
"prefer-stable": true,
"require": {
"php": ">=8.1",
@@ -31,7 +35,7 @@
"ext-mbstring": "*"
},
"require-dev": {
- "phpunit/phpunit": "^10.0"
+ "phpunit/phpunit": "^10.3"
},
"config": {
"platform": {