|
3 | 3 | "description": "Print Symfony services array with configuration to to plain PHP file format thanks to this simple php-parser wrapper", |
4 | 4 | "license": "MIT", |
5 | 5 | "require": { |
6 | | - "php": ">=8.1", |
| 6 | + "php": ">=8.2", |
7 | 7 | "nette/utils": "^3.2", |
8 | | - "nikic/php-parser": "^4.18", |
| 8 | + "nikic/php-parser": "^5.3", |
9 | 9 | "symfony/yaml": "^6.4" |
10 | 10 | }, |
11 | 11 | "require-dev": { |
12 | 12 | "myclabs/php-enum": "^1.8", |
13 | | - "phpstan/extension-installer": "^1.3", |
| 13 | + "phpstan/extension-installer": "^1.4", |
| 14 | + "phpstan/phpstan": "^2.1", |
14 | 15 | "phpunit/phpunit": "^10.5", |
15 | | - "rector/rector": "^0.18.12", |
16 | | - "symplify/easy-coding-standard": "^12.0", |
| 16 | + "rector/rector": "^2.0", |
| 17 | + "phpecs/phpecs": "^2.0", |
17 | 18 | "symplify/easy-testing": "^11.1", |
18 | | - "symplify/phpstan-extensions": "^11.2", |
19 | | - "tomasvotruba/class-leak": "^0.2" |
| 19 | + "symplify/phpstan-extensions": "^12.0", |
| 20 | + "tomasvotruba/class-leak": "^2.0" |
20 | 21 | }, |
21 | 22 | "autoload": { |
22 | 23 | "psr-4": { |
|
32 | 33 | "tests/Printer/SmartPhpConfigPrinter/Source/custom_inline_object_function.php" |
33 | 34 | ] |
34 | 35 | }, |
35 | | - "extra": { |
36 | | - "branch-alias": { |
37 | | - "dev-main": "11.2-dev" |
38 | | - } |
39 | | - }, |
40 | 36 | "scripts": { |
41 | 37 | "check-cs": "vendor/bin/ecs check --ansi", |
42 | 38 | "fix-cs": "vendor/bin/ecs check --fix --ansi", |
43 | | - "phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify", |
| 39 | + "phpstan": "vendor/bin/phpstan analyse --ansi", |
44 | 40 | "rector": "vendor/bin/rector process --dry-run --ansi" |
45 | 41 | }, |
46 | 42 | "config": { |
47 | 43 | "sort-packages": true, |
48 | | - "platform-check": false, |
49 | 44 | "allow-plugins": { |
50 | 45 | "cweagans/composer-patches": true, |
51 | 46 | "phpstan/extension-installer": true |
|
0 commit comments