Skip to content

Commit 32ce011

Browse files
authored
Allow rdkafka v6 (#33)
1 parent 9ea8cff commit 32ce011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^8.0",
1717
"ext-pcntl": "*",
18-
"ext-rdkafka": "^5",
18+
"ext-rdkafka": "^5 || ^6",
1919
"psr/log": "^1.1 || ^2 || ^3"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)