-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 665 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "google-spreadsheet/data-extractor",
"type": "library",
"description": "Logging for PHP 7.X",
"keywords": ["data","google","spreadsheet","sheet"],
"homepage": "https://github.com/marcustansoon/php-google-spreadsheet-data-extractor",
"license": "MIT",
"authors": [
{
"name": "M. Tan",
"email": "marcus@hotmail.com",
"homepage": "https://github.com/marcustansoon/php-google-spreadsheet-data-extractor",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-0": {
"Monolog": "src"
}
}
}