From 1e60601727bd38b4ae0fc5a1c6648c23035c15e7 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Sun, 17 Mar 2024 16:29:37 +0100 Subject: [PATCH] php: Remove transitive php-parser dependency (#239) Transitive dependencies do not need to be explicitly declared. Looks like this was originally added to resolve problems caused by using composer update --prefer-lowest that are no longer present. --- php/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/composer.json b/php/composer.json index 2f954b8f1..f52743a43 100644 --- a/php/composer.json +++ b/php/composer.json @@ -21,8 +21,7 @@ "phpunit/phpunit": "^10.5", "vimeo/psalm": "5.19.1", "friendsofphp/php-cs-fixer": "^3.51", - "psalm/plugin-phpunit": "^0.19.0", - "nikic/php-parser": "^4.14" + "psalm/plugin-phpunit": "^0.19.0" }, "repositories": [ {