From 6c59eb0ddb4e4667c1fd57bca0caac99c00805e5 Mon Sep 17 00:00:00 2001 From: Will Power <1619102+willpower232@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:44:48 +0100 Subject: [PATCH] Update composer.json --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f9dc480..da4bcab 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,17 @@ ] } }, + "config": { + "allow-plugins": { + "phpstan/extension-installer": true, + } + }, "require-dev": { "symplify/easy-coding-standard": "^9.2", "phpunit/phpunit": "^9.5", - "phpstan/phpstan": "^0.12.84", + "phpstan/extension-installer": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.3", - "nunomaduro/larastan": "^0.7.4", + "larastan/larastan": "^2.9", "orchestra/testbench": "^7.0|^8.0|^9.0" } }