From 6b262f4ef65dcd9f62f52b02c2bd5f9aa6ed1440 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 10:03:00 +0200 Subject: update to 2.0.4 switch to phpunit9 --- composer.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 0cd85e5..f08fdc3 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,12 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "doctrine/coding-standard": "^8.2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^4.10" }, "autoload": { "psr-4": { @@ -31,10 +32,5 @@ "psr-4": { "Doctrine\\Tests\\Inflector\\": "tests/Doctrine/Tests/Inflector" } - }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } } } -- cgit