|
24 | 24 | "ergebnis/composer-normalize": "^2.42", |
25 | 25 | "ergebnis/phpunit-slow-test-detector": "^2.14", |
26 | 26 | "fakerphp/faker": "^1.23", |
27 | | - "infection/infection": "^0.28.1", |
28 | 27 | "larastan/larastan": "^2.9", |
29 | 28 | "orchestra/testbench": "^8.5 || ^9.0", |
30 | 29 | "pestphp/pest": "^2.34", |
|
35 | 34 | "phpstan/phpstan-phpunit": "^1.3", |
36 | 35 | "phpstan/phpstan-strict-rules": "^1.5", |
37 | 36 | "phpunit/phpunit": "^10.5 || ^11.0", |
| 37 | + "psalm/plugin-laravel": "^2.11", |
| 38 | + "psalm/plugin-phpunit": "~0.19.0", |
38 | 39 | "rector/rector": "^1.0", |
| 40 | + "roave/infection-static-analysis-plugin": "^1.35", |
39 | 41 | "roave/security-advisories": "dev-latest", |
| 42 | + "vimeo/psalm": "^5.23.1", |
40 | 43 | "wayofdev/cs-fixer-config": "^1.2" |
41 | 44 | }, |
42 | 45 | "minimum-stability": "dev", |
|
83 | 86 | "scripts": { |
84 | 87 | "cs:diff": "php vendor/bin/php-cs-fixer fix --dry-run -v --diff", |
85 | 88 | "cs:fix": "php vendor/bin/php-cs-fixer fix -v", |
86 | | - "infect": "XDEBUG_MODE=coverage php vendor/bin/infection --configuration=infection.json.dist", |
87 | | - "infect:ci": "XDEBUG_MODE=coverage php vendor/bin/infection --ansi --configuration=infection.json.dist --logger-github", |
| 89 | + "infect": "XDEBUG_MODE=coverage php vendor/bin/roave-infection-static-analysis-plugin --configuration=infection.json.dist", |
| 90 | + "infect:ci": "XDEBUG_MODE=coverage php vendor/bin/roave-infection-static-analysis-plugin --ansi --configuration=infection.json.dist --logger-github --ignore-msi-with-no-mutations --only-covered", |
88 | 91 | "refactor": "php vendor/bin/rector process --config=rector.php", |
89 | 92 | "refactor:ci": "php vendor/bin/rector process --config=rector.php --dry-run --ansi", |
90 | 93 | "stan": "php vendor/bin/phpstan analyse --memory-limit=2G", |
91 | 94 | "stan:baseline": "php vendor/bin/phpstan analyse --generate-baseline --memory-limit=2G --allow-empty-baseline", |
92 | 95 | "stan:ci": "php vendor/bin/phpstan analyse --memory-limit=2G --error-format=github", |
| 96 | + "psalm": "php vendor/bin/psalm --show-info=true", |
| 97 | + "psalm:baseline": "php vendor/bin/psalm --set-baseline=psalm-baseline.xml", |
| 98 | + "psalm:ci": "php vendor/bin/psalm --output-format=github --shepherd --show-info=false --stats --threads=4", |
93 | 99 | "test": "XDEBUG_MODE=coverage php vendor/bin/pest", |
94 | 100 | "test:cc": "XDEBUG_MODE=coverage php vendor/bin/pest --coverage --coverage-clover=.build/phpunit/logs/clover.xml" |
95 | 101 | } |
|
0 commit comments