From 65dcee198fdc47a42be59e4b64bf5becebe29863 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jun 2022 09:54:02 +0200 Subject: update to 1.2.3 --- composer.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'composer.json') 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" } -- cgit