From da6103f8c79a78bf9c6622c6671634b55dfa8bd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Sep 2022 08:23:12 +0200 Subject: update to 3.4.1 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 6e62405..ff64cc1 100644 --- a/composer.json +++ b/composer.json @@ -26,19 +26,19 @@ "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9.0 || ^10.0", "squizlabs/php_codesniffer": "^3.0", - "symfony/phpunit-bridge": "^4.0.5", + "symfony/phpunit-bridge": "^6.1", "vimeo/psalm": "^4.4" }, "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" + "Doctrine\\Common\\": "src" } }, "autoload-dev": { "psr-4": { - "Doctrine\\Tests\\": "tests/Doctrine/Tests" + "Doctrine\\Tests\\": "tests" } }, "config": { -- cgit