Skip to content

Commit

Permalink
Update nikic/php-parser requirement from ^4.1 to ^4.1 || ^5.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent b5fcaa7 commit c6baf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.1 || ^8.0",
"ext-json": "*",
"ext-pinpoint_php": "^0.5.2",
"nikic/php-parser": "^4.1"
"nikic/php-parser": "^4.1 || ^5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -28,7 +28,7 @@
"phpunit/phpunit": "^8",
"phpbench/phpbench": "1.0.0",
"ext-pinpoint_php": "^0.5.2",
"nikic/php-parser": "^4.1",
"nikic/php-parser": "^4.1 || ^5.0",
"predis/predis": "^3.0@alpha",
"guzzlehttp/guzzle": "8.0.x-dev",
"mongodb/mongodb": "v1.19.x-dev"
Expand Down

0 comments on commit c6baf29

Please sign in to comment.