From b233612294d507cde311e9cde8707b4a60f5777f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:12:15 +0000 Subject: [PATCH] chore(deps): Bump nikic/php-parser from 4.10.5 to 4.16.0 Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.10.5 to 4.16.0. - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v4.10.5...v4.16.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6a99bc342..a38bfd151 100644 --- a/composer.lock +++ b/composer.lock @@ -2203,16 +2203,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -2253,9 +2253,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "opis/closure",