-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
19 lines (19 loc) · 524 Bytes
/
Copy pathcomposer.json
File metadata and controls
19 lines (19 loc) · 524 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "rentberry/geocoder-grpc",
"description": "PHP gRPC bindings to https://github.com/Rentberry/geocoder",
"type": "library",
"license": "MIT",
"require": {
"ext-grpc": "@stable",
"grpc/grpc": "^1.80",
"google/protobuf": "^5.34"
},
"autoload": {
"psr-4": {
"Rentberry\\Geocoder\\": "lib/php/php-geocoder-grpc/Rentberry/Geocoder"
},
"classmap": [
"lib/php/php-geocoder-grpc/GPBMetadata/Geocoder.php"
]
}
}