From b6894e387f531f48ceb4390e44bffd8193d85805 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 21 Apr 2024 17:49:26 +0900 Subject: [PATCH] Remove "nikic/php-parser" dependency from composer.json This change removes the "nikic/php-parser" component from the list of dependencies in the composer.json file. The "nikic/php-parser" package was --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1b6411a9..fd297c0c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "rize/uri-template": "^0.3", "symfony/http-client": "^5.2", "symfony/http-client-contracts": "^2.3", - "nikic/php-parser": "^4.10", "symfony/polyfill-php81": "^1.23" }, "require-dev": {