From cd03bf30e0b6168147ac20140ab3864954225adb Mon Sep 17 00:00:00 2001 From: Shalvah Date: Tue, 20 Feb 2024 12:58:48 +0100 Subject: [PATCH] Revert "chore: allow nikic/php-parse v5 (#795)" This reverts commit c520156dd8733a293e2166e5b63be364efddefd7. --- composer.dingo.json | 2 +- composer.json | 2 +- composer.lowest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.dingo.json b/composer.dingo.json index 205420c7..22a63842 100644 --- a/composer.dingo.json +++ b/composer.dingo.json @@ -27,7 +27,7 @@ "illuminate/support": "^8.0|^9.0", "league/flysystem": "^1.1.4|^2.1.1|^3.0", "mpociot/reflection-docblock": "^1.0.1", - "nikic/php-parser": "^4.10|^5.0", + "nikic/php-parser": "^4.10", "nunomaduro/collision": "^5.10|^6.0", "ramsey/uuid": "^4.2.2", "shalvah/clara": "^3.1.0", diff --git a/composer.json b/composer.json index 81dfecec..46a57107 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "illuminate/support": "^8.0|^9.0|^10.0", "league/flysystem": "^1.1.4|^2.1.1|^3.0", "mpociot/reflection-docblock": "^1.0.1", - "nikic/php-parser": "^4.10|^5.0", + "nikic/php-parser": "^4.10", "nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0", "ramsey/uuid": "^4.2.2", "shalvah/clara": "^3.1.0", diff --git a/composer.lowest.json b/composer.lowest.json index 6e90b8f1..04630341 100644 --- a/composer.lowest.json +++ b/composer.lowest.json @@ -27,7 +27,7 @@ "illuminate/support": "^8.0", "league/flysystem": "^1.1.4|^2.1.1|^3.0", "mpociot/reflection-docblock": "^1.0.1", - "nikic/php-parser": "^4.10|^5.0", + "nikic/php-parser": "^4.10", "nunomaduro/collision": "^5.10|^6.0", "ramsey/uuid": "^4.2.2", "shalvah/clara": "^3.1.0",