summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-18 08:37:48 +0200
committerRemi Collet <remi@php.net>2023-08-18 08:37:48 +0200
commit65d45bf5ca3651c3031721c2f2c3b58e08d0eb0a (patch)
tree328a362fbe004d5d9ac4e6fbd8053f39756c7712 /composer.json
parentbac937aeb91e03f09d0646982e17a48a329c0b65 (diff)
update to 5.0.1HEADmaster
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": {