From 3617ad73a62c023032c21bb1fe2c3e2438e5bfcd Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Thu, 20 Jun 2024 16:42:44 +0200 Subject: [PATCH] Fix incompatibility between psalm and php-parser --- vendor-bin/psalm/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index f6ddacd..0f8c9e1 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,5 +1,6 @@ { "require-dev": { + "nikic/php-parser": "<5.0", "psalm/plugin-mockery": "^0.10.0 || ^1.0", "psalm/plugin-phpunit": "^0.18.3", "psalm/plugin-symfony": "^2.1 || ^3.0 || ^4.0 || ^5.0",