-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
35 lines (35 loc) · 996 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
{
"name": "cobwebinfo/shrek-api-client",
"description": "The client for Cobweb information's SHREK API.",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/cobwebinfo/shrek-api-client",
"keywords": [],
"authors": [
{
"name": "John Richardson",
"email": "[email protected]",
"homepage": "https://github.com/cobwebinfo/shrek-api-client"
}
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "~6.0",
"league/oauth2-client": "~1.4",
"symfony/yaml": "^3.1",
"mockery/mockery": "^0.9.5",
"asika/http": "~1.0"
},
"require-dev": {},
"autoload": {
"psr-4": {
"Cobwebinfo\\ShrekApiClient\\": "src/Cobwebinfo/ShrekApiClient/"
}
},
"autoload-dev": {
"psr-0": {}
},
"extra": {
"branch-alias": {}
}
}