diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index b3025c7..3922635 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=8.4", "sebastian/diff": "^8.3", - "sebastian/exporter": "^8.0", + "sebastian/exporter": "^8.0.3", "ext-dom": "*", "ext-mbstring": "*" }, @@ -38,7 +38,7 @@ "ext-bcmath": "For comparing BcMath\\Number objects" }, "require-dev": { - "phpunit/phpunit": "^13.0" + "phpunit/phpunit": "^13.1.10" }, "config": { "platform": { @@ -59,7 +59,7 @@ }, "extra": { "branch-alias": { - "dev-main": "8.1-dev" + "dev-main": "8.2-dev" } } } |
