Skip to content

Commit

Permalink
MPM-299 Allow php ^8.0 (#56)
Browse files Browse the repository at this point in the history
* Allow php ^8.0

* Single pipe

* README changes

Co-authored-by: Marko <marko.jovanovic@jobcloud.ch>
  • Loading branch information
bajdzun and bajdzun authored Feb 19, 2021
1 parent baf5395 commit c93d278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [documentation](https://arnaud.le-blanc.net/php-rdkafka/phpdoc/book.rdkafka.
can help out to understand the internals of this library.

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rdkafka"
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"ext-rdkafka": "^4.0|^5.0",
"ext-json": "*"
},
Expand Down

0 comments on commit c93d278

Please sign in to comment.