We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf5395 commit c93d278Copy full SHA for c93d278
README.md
@@ -15,7 +15,7 @@ The [documentation](https://arnaud.le-blanc.net/php-rdkafka/phpdoc/book.rdkafka.
15
can help out to understand the internals of this library.
16
17
## Requirements
18
-- php: ^7.3
+- php: ^7.3|^8.0
19
- ext-rdkafka: >=4.0.0
20
- librdkafka: >=0.11.6 (if you use `<librdkafka:1.x` please define your own error callback)
21
composer.json
@@ -17,7 +17,7 @@
"rdkafka"
],
"require": {
- "php": "^7.3",
+ "php": "^7.3|^8.0",
"ext-rdkafka": "^4.0|^5.0",
22
"ext-json": "*"
23
},
0 commit comments