forked from owncloud/files_external_gdrive
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Guzzle depends to avoid crash when using also News app
- Loading branch information
1 parent
c73a9de
commit 9b2cd05
Showing
2 changed files
with
77 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"require": { | ||
"guzzlehttp/guzzle": "^5.3", | ||
"nao-pon/flysystem-google-drive": "^1.1" | ||
}, | ||
"require-dev": { | ||
"phpmd/phpmd": "^2.6", | ||
"squizlabs/php_codesniffer": "^3.4", | ||
"phpstan/phpstan": "^0.11.3" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.