summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-07 15:29:32 +0200
committerRemi Collet <remi@php.net>2026-04-07 15:29:32 +0200
commit89991d7b7b7441c37f32da921b0b99b1cdddd520 (patch)
tree142ce368ea57b69debd8080e82216cf16c4c14ae /composer.json
parentc7ff51bf25ec1475695eb51edbd85fbd751f785c (diff)
update to 2.0.12HEADmaster
add pie virtual provides
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json23
1 files changed, 23 insertions, 0 deletions
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"
+ }
+ ]
+ }
+}