forked from allegro/php-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 990 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "tankonyako/php-protobuf",
"description": "Google's Protocol Buffers for PHP",
"type": "library",
"keywords": [
"protocol buffers",
"data",
"pb"
],
"homepage": "https://github.com/allegro/php-protobuf",
"autoload": {
"psr-0": {
"": "stubs"
}
},
"authors": [
{
"name": "Hubert Jagodziński",
"email": "hubert.jagodzinski@allegro.pl",
"homepage": "https://github.com/hjagodzinski",
"role": "Original Author"
},
{
"name": "Mateusz Gajewski",
"email": "mateusz.gajewski@allegro.pl",
"homepage": "https://github.com/wendigo",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/allegro/php-protobuf/issues"
},
"require": {
"php": ">=8",
"pear/console_commandline": "^1.2"
},
"license": "BSD-3-Clause"
}