-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 965 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 965 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "feedlabs/sdk-php",
"description": "This is the php sdk for products of Feed Labs",
"version": "0.0.1",
"type": "library",
"keywords": ["Feed Labs", "feedlabs", "feedify", "sdk"],
"homepage": "http://www.feedlabs.io",
"authors": [
{
"name": "Chris Stasiak",
"email": "chris@feedlabs.io",
"homepage": "http://blog.kris-lab.com",
"role": "Developer"
},
{
"name": "Marian Sollmann",
"email": "marian@feedlabs.io",
"homepage": "https://github.com/mariansollmann",
"role": "Developer"
}
],
"support": {
"email": "hello@feedlabs.io",
"issues": "https://github.com/feedlabs/sdk-php/issues",
"source": "https://github.com/feedlabs/sdk-php"
},
"require-dev": {
"phpunit/phpunit": "~4.1.3",
"tomaszdurka/mocka": "~0.7.0"
},
"autoload": {
"psr-0": {
"Feedlabs": "source/",
"Feedlabs\\Tests": "tests/source/"
}
},
"license": "MIT"
}