summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index a834ee3..fda59c2 100644
--- a/composer.json
+++ b/composer.json
@@ -4,14 +4,15 @@
"license": "MIT",
"description": "A PHP extension for Kafka",
"require": {
- "php": ">= 7.0.0"
+ "php": ">= 8.1.0"
},
"php-ext": {
"extension-name": "rdkafka",
+ "download-url-method": ["pre-packaged-binary", "composer-default"],
"configure-options": [
{
"name": "with-rdkafka",
- "description": "Use system librdkafka",
+ "description": "Path to librdkafka installation (optional, auto-detected from /usr/local and /usr if omitted)",
"needs-value": true
}
]