|
4 | 4 | "license": "MIT", |
5 | 5 | "description": "Rector upgrades rules for PHP-Parser", |
6 | 6 | "require": { |
7 | | - "php": ">=8.1" |
| 7 | + "php": ">=8.2" |
8 | 8 | }, |
9 | 9 | "require-dev": { |
10 | 10 | "phpstan/extension-installer": "^1.1", |
11 | 11 | "phpunit/phpunit": "^10.0", |
12 | | - "rector/phpstan-rules": "^0.6", |
13 | | - "phpstan/phpstan": "^1.8.2", |
14 | | - "symplify/phpstan-rules": "^11.1", |
15 | | - "symplify/phpstan-extensions": "^11.1", |
| 12 | + "phpstan/phpstan": "^2.0", |
16 | 13 | "symplify/easy-coding-standard": "^11.1", |
17 | | - "symplify/rule-doc-generator": "^11.1", |
18 | 14 | "rector/rector-src": "dev-main", |
19 | | - "phpstan/phpstan-strict-rules": "^1.3", |
20 | | - "phpstan/phpstan-webmozart-assert": "^1.2", |
| 15 | + "phpstan/phpstan-webmozart-assert": "^2.0", |
21 | 16 | "symplify/vendor-patches": "^11.1", |
22 | | - "rector/rector-debugging": "dev-main", |
23 | | - "rector/rector-generator": "^0.6.13", |
24 | 17 | "symplify/easy-ci": "11.2.0.72" |
25 | 18 | }, |
26 | 19 | "autoload": { |
|
34 | 27 | } |
35 | 28 | }, |
36 | 29 | "scripts": { |
37 | | - "phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify", |
| 30 | + "phpstan": "vendor/bin/phpstan analyse --ansi", |
38 | 31 | "check-cs": "vendor/bin/ecs check --ansi", |
39 | | - "fix-cs": "vendor/bin/ecs check --fix --ansi", |
40 | | - "docs": [ |
41 | | - "vendor/bin/rule-doc-generator generate src --output-file docs/rector_rules_overview.md --ansi", |
42 | | - "vendor/bin/ecs check-markdown docs/rector_rules_overview.md --ansi --fix" |
43 | | - ] |
| 32 | + "fix-cs": "vendor/bin/ecs check --fix --ansi" |
44 | 33 | }, |
45 | 34 | "extra": { |
46 | 35 | "enable-patching": true, |
|
0 commit comments