|
20 | 20 | "doctrine/inflector": "^2.0.10",
|
21 | 21 | "illuminate/container": "^11.25",
|
22 | 22 | "nette/utils": "^4.0",
|
23 |
| - "nikic/php-parser": "^4.19.4", |
| 23 | + "nikic/php-parser": "^5.3.1", |
24 | 24 | "ocramius/package-versions": "^2.9",
|
25 | 25 | "ondram/ci-detector": "^4.2",
|
26 |
| - "phpstan/phpdoc-parser": "^1.32", |
27 |
| - "phpstan/phpstan": "^1.12.5", |
| 26 | + "phpstan/phpdoc-parser": "^2.0", |
| 27 | + "phpstan/phpstan": "^2.0.1", |
28 | 28 | "react/event-loop": "^1.5",
|
29 | 29 | "react/promise": "^3.2",
|
30 | 30 | "react/socket": "^1.15",
|
|
45 | 45 | "require-dev": {
|
46 | 46 | "php-parallel-lint/php-parallel-lint": "^1.4",
|
47 | 47 | "phpstan/extension-installer": "^1.4",
|
48 |
| - "phpstan/phpstan-deprecation-rules": "^1.2", |
49 |
| - "phpstan/phpstan-phpunit": "^1.4", |
50 |
| - "phpstan/phpstan-webmozart-assert": "^1.2.6", |
| 48 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 49 | + "phpstan/phpstan-phpunit": "^2.0", |
| 50 | + "phpstan/phpstan-webmozart-assert": "^2.0", |
51 | 51 | "phpunit/phpunit": "^10.5",
|
52 | 52 | "rector/release-notes-generator": "^0.3.0",
|
53 | 53 | "rector/swiss-knife": "^0.2.16",
|
54 |
| - "rector/type-perfect": "^1.0", |
55 | 54 | "shipmonk/composer-dependency-analyser": "^1.8",
|
56 | 55 | "symplify/easy-coding-standard": "^12.3",
|
57 |
| - "symplify/phpstan-extensions": "^11.4", |
58 |
| - "symplify/phpstan-rules": "^13.0", |
59 | 56 | "symplify/rule-doc-generator": "^12.2.5",
|
60 | 57 | "symplify/vendor-patches": "^11.3",
|
61 | 58 | "tomasvotruba/class-leak": "^1.1.2",
|
62 |
| - "tomasvotruba/unused-public": "^1.0", |
63 | 59 | "tracy/tracy": "^2.9"
|
64 | 60 | },
|
65 | 61 | "replace": {
|
|
111 | 107 | ],
|
112 | 108 | "check-cs": "vendor/bin/ecs check --ansi",
|
113 | 109 | "fix-cs": "vendor/bin/ecs check --fix --ansi",
|
114 |
| - "phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify --memory-limit=512M", |
| 110 | + "phpstan": "vendor/bin/phpstan analyse --ansi --memory-limit=512M", |
115 | 111 | "docs": "vendor/bin/rule-doc-generator validate rules",
|
116 | 112 | "rector": "bin/rector process --ansi",
|
117 | 113 | "preload": "php build/build-preload.php .",
|
|
126 | 122 | "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch"
|
127 | 123 | ],
|
128 | 124 | "nikic/php-parser": [
|
129 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-expr-closure-php.patch", |
130 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-finally-php.patch", |
131 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-function-php.patch", |
132 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-do-php.patch", |
133 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-catch-php.patch", |
134 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-trycatch-php.patch", |
135 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-for-php.patch", |
136 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-classmethod-php.patch", |
137 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-else-php.patch", |
138 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-while-php.patch", |
139 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-foreach-php.patch", |
140 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-if-php.patch", |
141 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-case-php.patch", |
142 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-elseif-php.patch", |
143 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-node-stmt-namespace-php.patch", |
144 |
| - "https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-nodetraverser-php.patch" |
| 125 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-expr-closure-php.patch", |
| 126 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-finally-php.patch", |
| 127 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-function-php.patch", |
| 128 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-do-php.patch", |
| 129 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-catch-php.patch", |
| 130 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-trycatch-php.patch", |
| 131 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-for-php.patch", |
| 132 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-classmethod-php.patch", |
| 133 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-else-php.patch", |
| 134 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-while-php.patch", |
| 135 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-foreach-php.patch", |
| 136 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-if-php.patch", |
| 137 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-case-php.patch", |
| 138 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-elseif-php.patch", |
| 139 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-node-stmt-namespace-php.patch", |
| 140 | + "https://raw.githubusercontent.com/rectorphp/vendor-patches/php-parser-5-latest/patches/nikic-php-parser-lib-phpparser-nodetraverser-php.patch" |
145 | 141 | ]
|
146 | 142 | },
|
147 | 143 | "composer-exit-on-patch-failure": true,
|
|
0 commit comments