forked from ZayconFoods/whatcounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (38 loc) · 929 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
39
{
"name": "zaycon/whatcounts",
"description": "PHP API Wrapper for the WhatCounts HTTP API",
"version": "1.1.1",
"homepage": "https://github.com/ZayconFoods/whatcounts",
"license": "MIT",
"keywords": ["Whatcounts", "whatcounts", "WhatCounts"],
"require": {
"php": ">=5.5.9",
"parsecsv/php-parsecsv": "0.4.5",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": "dev-master",
"raveren/kint": "^1.0"
},
"type": "library",
"authors": [
{
"name": "Tony DeStefano",
"email": "[email protected]",
"homepage": "https://www.zayconfresh.com",
"role": "Developer"
},
{
"name": "Mark Simonds",
"email": "[email protected]",
"homepage": "https://www.zayconfresh.com",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"ZayconWhatCounts\\": "src/"
}
}
}