From 89073f3e8a5e11a302cf2d3d25f498019216da05 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Fri, 21 May 2021 13:00:17 +0300 Subject: [PATCH] define composer for fallback "php-http-curl" --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7208af0 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "neur0toxine/psr.http-client-implementation.php-http-curl", + "description": "Satisfy \"psr/http-client-implementation\" with packages provided by user, or fallback to \"php-http-curl\".", + "type": "metapackage", + "license": "MIT", + "keywords": [ + "composer", + "fallback", + "default", + "psr", + "http-client-implementation" + ], + "require": { + "php-http/curl-client": "*" + } +} \ No newline at end of file