From 0cf83b01be701ee19508211241c51608a66b5193 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 9 Dec 2025 14:39:03 +0100 Subject: [PATCH] Require nikic/php-parser 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 450d004..23067f3 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.1", - "nikic/php-parser": "^4.0 || ^5.0", + "nikic/php-parser": "^5.0", "symfony/finder": "^5.4 || ^6.4 || ^7.0", "twig/twig": "^2.0 || ^3.0", "doctrine/annotations": "^1.7 || ^2.0"