Skip to content

Commit 40a0394

Browse files
author
Yevgeniy Skulditskiy
committed
TML-42565 New version of rdkafka added
1 parent 68f5916 commit 40a0394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "kwn/php-rdkafka-stubs",
3-
"description": "Rdkafka extension stubs for your IDE",
2+
"name": "gfg/php-rdkafka-stubs",
3+
"description": "Rdkafka extension stubs for your IDE. Replace it with kwn/php-rdkafka-stubs as soon as its maintainers update it to support v5 or 6",
44
"license": "MIT",
55
"authors": [
66
{
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"ext-rdkafka": ">=4.0"
12+
"ext-rdkafka": ">=5.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^8.2.4"

0 commit comments

Comments
 (0)