Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/composer.json')
-rw-r--r--changelog/composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/changelog/composer.json b/changelog/composer.json
index a1e74de..2fce8d3 100644
--- a/changelog/composer.json
+++ b/changelog/composer.json
@@ -1,8 +1,7 @@
{
"require": {
- "knplabs/github-api": "^2.14",
- "php-http/guzzle6-adapter": "^1.1",
- "cache/redis-adapter": "^1.0",
- "symfony/console": "^4.0"
+ "symfony/console": "^4.0",
+ "knplabs/github-api": "^3.8",
+ "guzzlehttp/guzzle": "^7.4"
}
}