From 483133b47c026080c280fcee075c9062b422e83b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jan 2024 10:59:21 +0100 Subject: update to 7.1.1 cleanup installation tree move docs and examples in package documentation --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bbc89e5..a26feb9 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "bartlett/sarif-php-sdk": "^1.0", "composer-runtime-api": "^2.1", "doctrine/collections": "^1.4", - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^5.0", "psr/log": "^3.0", "ramsey/uuid": "^3.9 || ^4.0", "symfony/config": "^5.4 || ^6.0 || ^7.0", -- cgit