This commit is contained in:
Sebastian Bergmann 2024-06-12 14:09:39 +02:00
parent b9c7cad904
commit 4e99f4fac5
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
name: "CI"
env:
COMPOSER_ROOT_VERSION: "6.0-dev"
COMPOSER_ROOT_VERSION: "6.1-dev"
permissions:
contents: read

View File

@ -44,7 +44,7 @@
"sebastian/recursion-context": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^11.2"
},
"autoload": {
"classmap": [
@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
"dev-main": "6.1-dev"
}
}
}