From 61c8ca8c9711855ab74a38c1b3d4226cdd3ca84a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Feb 2022 11:18:44 +0100 Subject: update to 3.2.2 --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index c85a3ca..34a67fc 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "doctrine/persistence": "^2.0" }, "require-dev": { - "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "doctrine/coding-standard": "^9.0", @@ -39,5 +39,11 @@ "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "composer/package-versions-deprecated": true + } } } -- cgit