-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
31 lines (31 loc) · 902 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
{
"name": "igorbelikov/google-api-php-client-multi",
"description": "Google APIs Client Wrapper for PHP with multi keys (for free using)",
"keywords": ["google api", "free"],
"homepage": "http://ibelik.com",
"support": {
"email": "ihor.belikov@gmail.com",
"issues": "https://github.com/igorbelikov/google-api-php-client-multi/issues?state=open",
"source": "https://github.com/igorbelikov/google-api-php-client-multi"
},
"authors": [
{
"name": "Igor Belikov",
"email": "ihor.belikov@gmail.com",
"homepage": "http://ibelik.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.1"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
"google/apiclient": "1.1.8"
},
"autoload": {
"files": [
"Google_Client_Multi.php"
]
}
}