We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f5916 commit 40a0394Copy full SHA for 40a0394
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "kwn/php-rdkafka-stubs",
3
- "description": "Rdkafka extension stubs for your IDE",
+ "name": "gfg/php-rdkafka-stubs",
+ "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",
4
"license": "MIT",
5
"authors": [
6
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "ext-rdkafka": ">=4.0"
+ "ext-rdkafka": ">=5.0"
13
},
14
"require-dev": {
15
"phpunit/phpunit": "^8.2.4"
0 commit comments