diff --git a/composer.json b/composer.json index 3f5bf14..8f74157 100644 --- a/composer.json +++ b/composer.json @@ -62,6 +62,7 @@ "laravel/pint": "^1.13", "mockery/mockery": "^1.6", "nunomaduro/collision": "^7.10", + "nunomaduro/phpinsights": "^2.9", "pestphp/pest": "^2.23", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.4", @@ -81,7 +82,8 @@ "preferred-install": "dist", "sort-packages": true, "allow-plugins": { - "pestphp/pest-plugin": true + "pestphp/pest-plugin": true, + "dealerdirect/phpcodesniffer-composer-installer": true } }, "minimum-stability": "stable",