From aa41070a668d61d6f2e6c2c56316f9b7512cc16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 6 Feb 2023 15:54:47 +0100 Subject: [PATCH] DX: add phpstan extension: deprecations and strict rules --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index d85a590c6..12fa59fd1 100644 --- a/composer.json +++ b/composer.json @@ -65,9 +65,12 @@ "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.3", "fakerphp/faker": "^1.13", + "jangregor/phpstan-prophecy": "^1.0", "nelmio/alice": "^3.8", "phpspec/prophecy-phpunit": "^2.0", + "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.9", + "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": ">= 7.5", "psalm/plugin-phpunit": "^0.18.4",