Skip to content

Commit 5fa25fb

Browse files
Update dependency nikic/php-parser to v5
| datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | nikic/php-parser | 4.18.0 | 5.0.2 |
1 parent 8d1a2ad commit 5fa25fb

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "~8.1.0 || ~8.2.0 || ~8.3.2",
77
"ext-json": "*",
88
"jetbrains/phpstorm-stubs": "2023.3",
9-
"nikic/php-parser": "^4.18.0",
9+
"nikic/php-parser": "^5.0.2",
1010
"roave/signature": "^1.8.0"
1111
},
1212
"authors": [

composer.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"doctrine/coding-standard": "^12.0.0",
44
"jetbrains/phpstorm-stubs": "2023.3",
5-
"nikic/php-parser": "^4.18.0",
5+
"nikic/php-parser": "^5.0.2",
66
"phpbench/phpbench": "^1.1.1",
77
"phpstan/phpstan": "^1.10.60",
88
"phpstan/phpstan-phpunit": "^1.3.16",

0 commit comments

Comments
 (0)