Browse Source

chore: allow nikic/php-parse v5 (#795)

* chore: allow nikic/php-parse v5

* chore: formatting
Leon 1 year ago
parent
commit
c520156dd8
3 changed files with 3 additions and 3 deletions
  1. 1 1
      composer.dingo.json
  2. 1 1
      composer.json
  3. 1 1
      composer.lowest.json

+ 1 - 1
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",
+        "nikic/php-parser": "^4.10|^5.0",
         "nunomaduro/collision": "^5.10|^6.0",
         "ramsey/uuid": "^4.2.2",
         "shalvah/clara": "^3.1.0",

+ 1 - 1
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",
+        "nikic/php-parser": "^4.10|^5.0",
         "nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0",
         "ramsey/uuid": "^4.2.2",
         "shalvah/clara": "^3.1.0",

+ 1 - 1
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",
+        "nikic/php-parser": "^4.10|^5.0",
         "nunomaduro/collision": "^5.10|^6.0",
         "ramsey/uuid": "^4.2.2",
         "shalvah/clara": "^3.1.0",