forked from asimlqt/php-google-spreadsheet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 805 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
{
"name": "asimlqt/php-google-spreadsheet-client",
"type": "library",
"description": "Google Spreadsheet PHP Client",
"keywords": ["google", "spreadsheet"],
"homepage": "https://github.com/asimlqt/php-google-spreadsheet-client",
"license": "Apache-2.0",
"authors": [
{
"name": "Asim Liaquat",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Martin Czygan",
"email": "[email protected]",
"homepage": "http://twitter.com/cvvfj",
"role": "Packager"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.4.2"
},
"autoload": {
"psr-4": {"Google\\": "src/Google"}
}
}