summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..a834ee3
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,19 @@
+{
+ "name": "rdkafka/rdkafka",
+ "type": "php-ext",
+ "license": "MIT",
+ "description": "A PHP extension for Kafka",
+ "require": {
+ "php": ">= 7.0.0"
+ },
+ "php-ext": {
+ "extension-name": "rdkafka",
+ "configure-options": [
+ {
+ "name": "with-rdkafka",
+ "description": "Use system librdkafka",
+ "needs-value": true
+ }
+ ]
+ }
+}