From 140346b1c3b0c9523aa577858438b4c28d5bf92b Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:05:56 +0200 Subject: [PATCH] TASK: Add phpstan to ci via composer --- Tests/IntegrationTests/TestDistribution/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/IntegrationTests/TestDistribution/composer.json b/Tests/IntegrationTests/TestDistribution/composer.json index 20704ec76d..a83a30f06b 100644 --- a/Tests/IntegrationTests/TestDistribution/composer.json +++ b/Tests/IntegrationTests/TestDistribution/composer.json @@ -1,4 +1,3 @@ - { "name": "neos/test-distribution", "description": "Neos test distribution. Change this number if you need to break CircleCI's cache: 14", @@ -28,7 +27,8 @@ }, "require-dev": { "neos/buildessentials": "@dev", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0", + "phpstan/phpstan": "^1.10" }, "extra": { "patches": {