Skip to content

Commit

Permalink
Add php-stan in require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Oct 18, 2023
1 parent 6a8031d commit 086abf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -9,7 +9,7 @@
"@test",
"@phpcs-all",
"@composer validate --no-check-all --strict",
"@phpstan-global"
"@phpstan"
],
"phpunit": "phpunit --coverage-text",
"test": "phpunit --coverage-text=build/coverage.txt --coverage-clover=build/coverage.clover --coverage-html=build/coverage --whitelist=src tests",
Expand Down Expand Up @@ -66,14 +66,14 @@
"suggest": {
"ext-gd": "to use GD extension for converting. Note: Gd must be compiled with webp support",
"ext-imagick": "to use Imagick extension for converting. Note: Gd must be compiled with webp support",
"ext-vips": "to use Vips extension for converting.",
"php-stan/php-stan": "Suggested for dev, in order to analyse code before committing"
"ext-vips": "to use Vips extension for converting."
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.11",
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "3.*",
"phpstan/phpstan": "^1.5"
"phpstan/phpstan": "^1.10"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 086abf4

Please sign in to comment.