summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8f0edfbb47f2036d5c5d6e3bafec778f2a8b0337 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "grpc/grpc-php-ext",
    "description": "gRPC PHP Extension",
    "type": "php-ext",
    "require": {
        "php": ">=8.0"
    },
    "php-ext": {
        "extension-name": "grpc"
    }
}