Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a55d47

Browse files
authoredOct 29, 2024··
Update dependency nikic/php-parser to v5
| datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | nikic/php-parser | 4.19.4 | 5.3.1 |
1 parent c8a326d commit 4a55d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
10-
"nikic/php-parser": "^4.17.1",
10+
"nikic/php-parser": "^5.3.1",
1111
"phpstan/phpstan": "^1.10.47"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.