Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinCodes authored Mar 10, 2020
1 parent 74d5832 commit 572aabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^7.1.3",
"ext-json": "*",
"ext-rdkafka": "^3.0.3",
"ext-rdkafka": "^4.0",
"symfony/config": "^3.0||^4.0||^5.0",
"symfony/dependency-injection": "^3.0||^4.0|^5.0",
"symfony/http-kernel": "^3.0||^4.0||^5.0",
Expand All @@ -16,4 +16,4 @@
"autoload": {
"psr-4": { "Koco\\Kafka\\": "" }
}
}
}

0 comments on commit 572aabb

Please sign in to comment.