summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-30 15:18:27 +0100
committerRemi Collet <remi@php.net>2024-10-30 15:18:27 +0100
commit28955dabe77046d83e302a58e5177a377488d779 (patch)
tree8f1ba7343420ba1d15128520b74ace4b902b98d2 /composer.json
parentd779863656aafd2a50a6130d471a43a39ed22430 (diff)
update to 6.2.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 6720b56..7587c01 100644
--- a/composer.json
+++ b/composer.json
@@ -35,7 +35,7 @@
"ext-mbstring": "*"
},
"require-dev": {
- "phpunit/phpunit": "^11.3"
+ "phpunit/phpunit": "^11.4"
},
"config": {
"platform": {
@@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "6.1-dev"
+ "dev-main": "6.2-dev"
}
}
}