diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-20 15:10:59 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-20 15:10:59 +0200 |
| commit | 94f338bab9bce357da5dd0486ac784247dbc3780 (patch) | |
| tree | 1e2eac29516db068c230921d6c8ffaa278611376 /composer.json | |
| parent | c91f1702f1f345a66606b78b41ab480f74f58087 (diff) | |
update to 7.1.7
raise dependency on sebastian/exporter 7.0.3
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index c673f9b..7e3fa67 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=8.3", "sebastian/diff": "^7.0", - "sebastian/exporter": "^7.0", + "sebastian/exporter": "^7.0.3", "ext-dom": "*", "ext-mbstring": "*" }, @@ -38,7 +38,7 @@ "ext-bcmath": "For comparing BcMath\\Number objects" }, "require-dev": { - "phpunit/phpunit": "^12.2" + "phpunit/phpunit": "^12.5.25" }, "config": { "platform": { |
