Skip to content

Commit c93d278

Browse files
authored
MPM-299 Allow php ^8.0 (#56)
* Allow php ^8.0 * Single pipe * README changes Co-authored-by: Marko <[email protected]>
1 parent baf5395 commit c93d278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [documentation](https://arnaud.le-blanc.net/php-rdkafka/phpdoc/book.rdkafka.
1515
can help out to understand the internals of this library.
1616

1717
## Requirements
18-
- php: ^7.3
18+
- php: ^7.3|^8.0
1919
- ext-rdkafka: >=4.0.0
2020
- librdkafka: >=0.11.6 (if you use `<librdkafka:1.x` please define your own error callback)
2121

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rdkafka"
1818
],
1919
"require": {
20-
"php": "^7.3",
20+
"php": "^7.3|^8.0",
2121
"ext-rdkafka": "^4.0|^5.0",
2222
"ext-json": "*"
2323
},

0 commit comments

Comments
 (0)