factor grpc extension out to ext-grpc, keep library for now, even though unused

This commit is contained in:
henderkes
2025-12-28 12:11:56 +01:00
parent 5ef4623051
commit 93a35908de
3 changed files with 13 additions and 10 deletions

View File

@@ -151,6 +151,18 @@
"path": "LICENSE"
}
},
"ext-grpc": {
"type": "url",
"url": "https://pecl.php.net/get/grpc",
"path": "php-src/ext/grpc",
"filename": "grpc.tgz",
"license": {
"type": "file",
"path": [
"LICENSE"
]
}
},
"ext-imagick": {
"type": "url",
"url": "https://pecl.php.net/get/imagick",