diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/composer.json b/composer.json index 39601dd..f9d53b7 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "doctrine/annotations": "^1.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0 || ^8.2.0", - "doctrine/common": "^2.10", - "phpstan/phpstan": "^0.11.0 || ^0.12.20", - "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "doctrine/coding-standard": "^9", + "doctrine/common": "^3.3", + "phpstan/phpstan": "^1.4.10", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "conflict": { "doctrine/common": "<2.9" @@ -43,11 +43,10 @@ } }, "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + }, "sort-packages": true }, - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - } + "abandoned": "roave/better-reflection" } |