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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-14 18:51:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-14 18:51:15 +0300
commit49fd8e74731d7b9101ed79ae99c31e2f7cdefc58 (patch)
tree5c0a66c92614927d46ca7df2ad0cbffefce18037 /.gitignore
parent642cd66f3da880cfc4adafce9bf0a5b4f5f3bf65 (diff)
Add an adapter for HTTPlug
Ref http://httplug.io/ Once we have this (for 19), I will finish a nextcloud-http-client meta package for apps, so composer can pull libraries that depend on an HTTP implementation, without actually pulling in one (and thus avoiding the dependency hell). Future package repo: https://github.com/ChristophWurst/nextcloud-http-client Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 00afa94c..1da9aca9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,6 +54,18 @@ phpseclib/phpseclib/composer.json
phpseclib/phpseclib/composer.lock
phpseclib/phpseclib/phpunit.xml.dist
+php-http/guzzle6-adapter/CHANGELOG.md
+php-http/guzzle6-adapter/README.md
+
+php-http/httplug/CHANGELOG.md
+php-http/httplug/README.md
+
+php-http/promise/CHANGELOG.md
+php-http/promise/README.md
+
+psr/http-client/CHANGELOG.md
+psr/http-client/README.md
+
php-opencloud/openstack/doc
php-opencloud/openstack/tests
php-opencloud/openstack/samples