summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-21 16:36:24 +0200
committerRemi Collet <remi@php.net>2026-05-21 16:36:24 +0200
commitc9321f9c19fa861dc8ae0a5ab6d37a9278e7d86e (patch)
tree4e108a243d2eda4eb6d60bc12022d7f6b17b8291 /composer.json
parentb6c927766c0602f3895c4712f19f169561fa931a (diff)
update to 12.5.26
raise dependency on sebastian/cli-parser 4.2.1 raise dependency on sebastian/comparator 7.1.8 raise dependency on sebastian/environment 8.1.1 raise dependency on sebastian/exporter 7.0.3 raise dependency on sebastian/type 6.0.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 02cf95f..b071d3c 100644
--- a/composer.json
+++ b/composer.json
@@ -43,15 +43,15 @@
"phpunit/php-invoker": "^6.0.0",
"phpunit/php-text-template": "^5.0.0",
"phpunit/php-timer": "^8.0.0",
- "sebastian/cli-parser": "^4.2.0",
- "sebastian/comparator": "^7.1.6",
+ "sebastian/cli-parser": "^4.2.1",
+ "sebastian/comparator": "^7.1.8",
"sebastian/diff": "^7.0.0",
- "sebastian/environment": "^8.1.0",
- "sebastian/exporter": "^7.0.2",
+ "sebastian/environment": "^8.1.1",
+ "sebastian/exporter": "^7.0.3",
"sebastian/global-state": "^8.0.2",
"sebastian/object-enumerator": "^7.0.0",
"sebastian/recursion-context": "^7.0.1",
- "sebastian/type": "^6.0.3",
+ "sebastian/type": "^6.0.4",
"sebastian/version": "^6.0.0",
"staabm/side-effects-detector": "^1.0.5"
},