diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-15 14:56:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-15 14:56:28 +0200 |
commit | 7afd1651ae477bb7ad25a73d282b385a2d91edac (patch) | |
tree | 1ffee5844ec692222e6459f0e3f69d33476a3047 /composer.json | |
parent | 25e4c8ca7c317eb389144223d3ce31ea3cf85b7b (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/composer.json b/composer.json index b0c1fcf..f0f23d1 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-xmlwriter": "*" }, "require-dev": { - "phpunit/phpunit": "^8.0 || ^9.3.4 || ^10.5.32 || ^11.3.3" + "phpunit/phpunit": "^8.4.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28 || ^11.5.31" }, "bin": [ "bin/phpcbf", @@ -45,11 +45,6 @@ "config": { "lock": false }, - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, "scripts": { "cs": [ "@php ./bin/phpcs" |