diff --git a/composer.json b/composer.json index b1f69d0..7eb2870 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.5", "pestphp/pest": "^2.0", - "phpstan/phpstan": "^1.9", "spatie/ray": "^1.33", "vlucas/phpdotenv": "^5.5" }, @@ -38,9 +37,6 @@ "fix-code": [ "./vendor/bin/php-cs-fixer fix --allow-risky=yes" ], - "pstan": [ - "./vendor/bin/phpstan analyse" - ], "test": [ "./vendor/bin/pest" ] diff --git a/phpstan.baseline.neon b/phpstan.baseline.neon deleted file mode 100644 index e69de29..0000000 diff --git a/phpstan.dist.neon b/phpstan.dist.neon deleted file mode 100644 index 6a8e802..0000000 --- a/phpstan.dist.neon +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################################# -# Don't edit this config file directly. # -# For temporary, or local overrides, create a file named 'phpstan.neon' alongside this one. # -############################################################################################# - -includes: -- phpstan.baseline.neon - -parameters: - # Add one of the editorUrl's in your phpstan.neon file for direct editor/IDE links in the terminal. - #editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' - #editorUrl: 'vscode://file/%%file%%:%%line%%' - - level: 7 - - paths: - - src