Skip to content

Commit 06cb115

Browse files
Update nikic/php-parser requirement from ^5.3 to ^5.5
Updates the requirements on [nikic/php-parser](https://github.com/nikic/PHP-Parser) to permit the latest version. - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](nikic/PHP-Parser@v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-version: 5.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d307785 commit 06cb115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.75",
24-
"nikic/php-parser": "^5.3",
24+
"nikic/php-parser": "^5.5",
2525
"phpstan/extension-installer": "^1.4",
2626
"phpstan/phpstan-deprecation-rules": "^2",
2727
"phpunit/phpunit": "^9 || ^10.5",

0 commit comments

Comments
 (0)