diff options
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" |