Skip to content

Commit d6de076

Browse files
Update nikic/php-parser requirement from ^5.3 to ^5.6
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.6.1) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-version: 5.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c108851 commit d6de076

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.85",
24-
"nikic/php-parser": "^5.3",
24+
"nikic/php-parser": "^5.6",
2525
"phpstan/extension-installer": "^1.4",
2626
"phpstan/phpstan-deprecation-rules": "^2",
2727
"phpunit/phpunit": "^9 || ^10.5",

0 commit comments

Comments
 (0)