From 8308e69fef4cea2e8db182a80504037f4ce3346c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Dec 2020 11:23:34 +0100 Subject: update to 3.1.0 switch to phpunit9 --- composer.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 655bfaa..f1d7ad9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "doctrine/common", "type": "library", - "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", + "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.", "keywords": [ "php", "common", @@ -22,10 +22,10 @@ "doctrine/persistence": "^2.0" }, "require-dev": { - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpunit/phpunit": "^7.0", - "doctrine/coding-standard": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", + "doctrine/coding-standard": "^6.0 || ^8.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, @@ -38,10 +38,5 @@ "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } - }, - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } } } -- cgit