Skip to content

Commit

Permalink
Remove flysystem as a requirement
Browse files Browse the repository at this point in the history
This may not be necessary
  • Loading branch information
phily245 committed Aug 8, 2024
1 parent 0902aeb commit b3bdd4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"ext-json": "*",
"illuminate/console": "^10.0|^11.0",
"illuminate/http": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"league/flysystem-ftp": "^3.28"
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
Expand Down

0 comments on commit b3bdd4c

Please sign in to comment.