From 89991d7b7b7441c37f32da921b0b99b1cdddd520 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Apr 2026 15:29:32 +0200 Subject: update to 2.0.12 add pie virtual provides --- composer.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fa2e8bf --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "name": "pecl/oauth", + "type": "php-ext", + "description": "OAuth 1.0 consumer and provider extension", + "license": "BSD-3-Clause", + "require": { + "php": ">=7.1.0", + "ext-hash": "*" + }, + "php-ext": { + "extension-name": "oauth", + "configure-options": [ + { + "name": "enable-oauth", + "description": "Include oauth support" + }, + { + "name": "without-curl", + "description": "Ignore presence of cURL and disable it" + } + ] + } +} -- cgit