Skip to content

Commit

Permalink
Merge pull request #106 from ans-group/v2.0
Browse files Browse the repository at this point in the history
Remove flysystem FTP as a requirement
  • Loading branch information
phily245 authored Aug 8, 2024
2 parents 1ce0ad7 + 3c762c1 commit 04c5719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ runs:
shell: bash

- name: Install optional dependencies
run: composer require enlightn/security-checker
run: composer require enlightn/security-checker league/flysystem-ftp
shell: bash
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 04c5719

Please sign in to comment.