Browse Source

Disallow vulnerable version of Flysystem

Shalvah 3 years ago
parent
commit
f05658785d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -25,7 +25,7 @@
     "illuminate/console": "^6.0|^7.0|^8.0|^9.0",
     "illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
     "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
-    "league/flysystem": "^1.0|^2.0|^3.0",
+    "league/flysystem": "^1.1.4|^2.1.1|^3.0",
     "mpociot/reflection-docblock": "^1.0.1",
     "nikic/php-parser": "^4.10",
     "nunomaduro/collision": "^3.0|^4.0|^5.0|^6.0",