Skip to content

Commit c6baf29

Browse files
Update nikic/php-parser requirement from ^4.1 to ^4.1 || ^5.0
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@v4.1.0...v5.1.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5fcaa7 commit c6baf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.1 || ^8.0",
1414
"ext-json": "*",
1515
"ext-pinpoint_php": "^0.5.2",
16-
"nikic/php-parser": "^4.1"
16+
"nikic/php-parser": "^4.1 || ^5.0"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -28,7 +28,7 @@
2828
"phpunit/phpunit": "^8",
2929
"phpbench/phpbench": "1.0.0",
3030
"ext-pinpoint_php": "^0.5.2",
31-
"nikic/php-parser": "^4.1",
31+
"nikic/php-parser": "^4.1 || ^5.0",
3232
"predis/predis": "^3.0@alpha",
3333
"guzzlehttp/guzzle": "8.0.x-dev",
3434
"mongodb/mongodb": "v1.19.x-dev"

0 commit comments

Comments
 (0)