Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Nov 4, 2024
1 parent 9a93590 commit 46c6920
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "arnaud-lb/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
}
]
}
}

0 comments on commit 46c6920

Please sign in to comment.