diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:51 +0000 |
commit | a1ec78bf0dc93d0e05e5f066f1949dc3baecea06 (patch) | |
tree | ee596ce1bc9840661386f96f9b8d1f919a106317 /vendor/gipfl/curl/composer.json | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-incubator-a1ec78bf0dc93d0e05e5f066f1949dc3baecea06.tar.xz icingaweb2-module-incubator-a1ec78bf0dc93d0e05e5f066f1949dc3baecea06.zip |
Adding upstream version 0.20.0.upstream/0.20.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gipfl/curl/composer.json')
-rw-r--r-- | vendor/gipfl/curl/composer.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/gipfl/curl/composer.json b/vendor/gipfl/curl/composer.json new file mode 100644 index 0000000..845793d --- /dev/null +++ b/vendor/gipfl/curl/composer.json @@ -0,0 +1,29 @@ +{ + "name": "gipfl/curl", + "description": "ReactPHP-friendly async CURL abstraction", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Thomas Gelf", + "email": "thomas@gelf.net" + } + ], + "config": { + "sort-packages": true + }, + "autoload": { + "psr-4": { + "gipfl\\Curl\\": "src" + } + }, + "require": { + "php": ">=5.6.3", + "ext-curl": "*", + "guzzlehttp/psr7": ">=1.6", + "psr/http-message": "^1.0", + "react/event-loop": ">=1.0", + "react/promise": ">=2", + "react/stream": ">=1.0" + } +} |