|
29 | 29 | "require-dev": { |
30 | 30 | "php-parallel-lint/php-parallel-lint": "1.4.0", |
31 | 31 | "phpstan/extension-installer": "1.4.3", |
32 | | - "phpstan/phpstan": "1.12.33 || 2.2.9", |
| 32 | + "phpstan/phpstan": "1.12.33 || 2.2.14", |
33 | 33 | "phpstan/phpstan-phpunit": "1.4.2 || 2.0.18", |
34 | 34 | "phpstan/phpstan-strict-rules": "1.6.2 || 2.0.12", |
35 | 35 | "phpunit/phpunit": "8.5.54", |
36 | 36 | "rawr/phpunit-data-provider": "3.3.1", |
37 | | - "rector/rector": "1.2.10 || 2.6.2", |
38 | | - "rector/type-perfect": "1.0.0 || 2.1.4", |
| 37 | + "rector/rector": "1.2.10 || 2.6.7", |
| 38 | + "rector/type-perfect": "1.0.0 || 2.2.0", |
39 | 39 | "squizlabs/php_codesniffer": "4.0.4" |
40 | 40 | }, |
41 | 41 | "suggest": { |
|
80 | 80 | ], |
81 | 81 | "check:php:cs-fixer": "\"./.phive/php-cs-fixer\" fix --config=./Build/php-cs-fixer/config.php -v --dry-run --diff --show-progress=dots Build bin src tests", |
82 | 82 | "check:php:lint": "parallel-lint Build bin src tests", |
83 | | - "check:php:rector": "rector process --no-progress-bar --dry-run --config=./Build/rector/config.php", |
| 83 | + "check:php:rector": [ |
| 84 | + "rector validate-config --config=./Build/rector/config.php", |
| 85 | + "rector process --no-progress-bar --dry-run --config=./Build/rector/config.php" |
| 86 | + ], |
84 | 87 | "check:php:sniff": "phpcs --standard=./Build/phpcs/config.xml Build bin src tests", |
85 | 88 | "check:php:stan": "phpstan --no-progress -v --configuration=./Build/phpstan/phpstan.neon", |
86 | 89 | "check:static": [ |
|
0 commit comments