From 4a3879919eef961c7f05fbd64c125e9007c3dd03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 02:00:31 +0000 Subject: [PATCH] Bump nikic/php-parser from 4.10.4 to 4.15.2 in /playground-runner Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.10.4 to 4.15.2. - [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.4...v4.15.2) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- playground-runner/composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playground-runner/composer.lock b/playground-runner/composer.lock index 7b0215dc51..542b354c46 100644 --- a/playground-runner/composer.lock +++ b/playground-runner/composer.lock @@ -522,16 +522,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.4", + "version": "v4.15.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e" + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", "shasum": "" }, "require": { @@ -572,9 +572,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" }, - "time": "2020-12-20T10:01:03+00:00" + "time": "2022-11-12T15:38:23+00:00" }, { "name": "nyholm/psr7", @@ -2502,5 +2502,5 @@ "php": "~7.2" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }