From 885e81dc4d14e4843e854da0646c1d0d932cb35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:31:25 +0000 Subject: [PATCH] Update nikic/php-parser requirement from ^4.10 to ^5.3 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](https://github.com/nikic/PHP-Parser/compare/v4.10.0...v5.3.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10e397f..bb36c8d 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "ext-curl": "*", "ext-openssl": "*", "knplabs/github-api": "^3.2", - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^5.3", "nyholm/psr7": "^1.4.0", "php-http/guzzle7-adapter": "^1.0", "squizlabs/php_codesniffer": "^3.6",