|
33 | 33 | "php": ">=8.0,<8.3"
|
34 | 34 | },
|
35 | 35 | "require-dev": {
|
36 |
| - "infection/infection": "^0.26.16", |
37 |
| - "phpbench/phpbench": "^1.2.7", |
38 |
| - "phpunit/phpunit": "^9.5.26", |
39 |
| - "psalm/plugin-phpunit": "^0.17.0", |
40 |
| - "rector/rector": "^0.14.8", |
41 |
| - "symplify/easy-coding-standard": "^11.1.17", |
42 |
| - "vimeo/psalm": "^4.30" |
| 36 | + "infection/infection": "^0.26", |
| 37 | + "phpbench/phpbench": "^1.2", |
| 38 | + "phpunit/phpunit": "^9.5", |
| 39 | + "psalm/plugin-phpunit": "^0.18", |
| 40 | + "rector/rector": "^0.14", |
| 41 | + "symplify/easy-coding-standard": "^11.1", |
| 42 | + "vimeo/psalm": "^5.0" |
43 | 43 | },
|
44 | 44 | "minimum-stability": "stable",
|
45 | 45 | "prefer-stable": true,
|
|
75 | 75 | "@cs-check",
|
76 | 76 | "@cs-fix",
|
77 | 77 | "@test",
|
78 |
| - "@psalm", |
| 78 | + "@infection", |
79 | 79 | "@rector:dry-run",
|
80 |
| - "@psalm:security" |
| 80 | + "@psalm:security", |
| 81 | + "@psalm" |
81 | 82 | ],
|
82 | 83 | "cs-check": "vendor/bin/ecs check --clear-cache || true",
|
83 | 84 | "cs-fix": "vendor/bin/ecs check --fix --clear-cache",
|
|
89 | 90 | ],
|
90 | 91 | "infection": [
|
91 | 92 | "@putenv XDEBUG_MODE=coverage",
|
92 |
| - "vendor/bin/infection" |
| 93 | + "vendor/bin/infection --show-mutations" |
93 | 94 | ],
|
94 | 95 | "missing-returntypes": "psalm --alter --issues=MissingReturnType",
|
95 | 96 | "normalizer": "composer normalize --no-check-lock",
|
|
100 | 101 | "psalm:dry-run": "psalm --alter --issues=all --dry-run",
|
101 | 102 | "psalm:missing": "psalm --alter --issues=MissingReturnType",
|
102 | 103 | "psalm:security": "psalm --taint-analysis",
|
103 |
| - "psalm:shepherd": "psalm --shepherd --stats --no-diff --no-cache", |
| 104 | + "psalm:shepherd": [ |
| 105 | + "psalm --clear-global-cache --clear-cache", |
| 106 | + "psalm --shepherd --stats --no-diff --no-cache" |
| 107 | + ], |
104 | 108 | "rector": "vendor/bin/rector process",
|
105 | 109 | "rector:dry-run": "vendor/bin/rector process --dry-run || true",
|
106 | 110 | "test": [
|
|
0 commit comments