summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 3922635..7b07ede 100644
--- a/composer.json
+++ b/composer.json
@@ -29,8 +29,8 @@
"prefer-stable": true,
"require": {
"php": ">=8.4",
- "sebastian/diff": "^8.3",
- "sebastian/exporter": "^8.0.3",
+ "sebastian/diff": "^9.0",
+ "sebastian/exporter": "^8.1.0",
"ext-dom": "*",
"ext-mbstring": "*"
},
@@ -38,7 +38,7 @@
"ext-bcmath": "For comparing BcMath\\Number objects"
},
"require-dev": {
- "phpunit/phpunit": "^13.1.10"
+ "phpunit/phpunit": "^13.2"
},
"config": {
"platform": {
@@ -59,7 +59,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "8.2-dev"
+ "dev-main": "8.3-dev"
}
}
}