-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (61 loc) · 1.51 KB
/
Copy pathcomposer.json
File metadata and controls
62 lines (61 loc) · 1.51 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "moxiworks/moxiworks_platform",
"homepage": "https://github.com/moxiworks-platform/moxiworks-php",
"description": "MoxiWorks Platform Client Library for PHP.",
"keywords": ["moxiworks"],
"type": "library",
"license": "Apache-2.0",
"version": "0.13.17",
"authors": [
{
"name": "MoxiWorks",
"homepage": "http://moxiworks.com"
}
],
"support": {
"email": "api@moxiworks.com",
"docs": "http://moxiworks-platform.github.io/",
"issues": "https://github.com/moxiworks-platform/moxiworks-php/issues"
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1",
"guzzlehttp/psr7": "~1.0",
"guzzlehttp/promises": "~1.0",
"mtdowling/jmespath.php": "~2.2",
"symfony/dependency-injection": "~3.4"
},
"require-dev": {
"ext-openssl": "*",
"ext-pcre": "*",
"ext-spl": "*",
"ext-json": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"nette/neon": "^2.3",
"andrewsville/php-token-reflection": "^1.4",
"psr/cache": "^1.0",
"phpunit/phpunit": "*",
"php-vcr/php-vcr": "~1.2"
},
"suggest": {
"ext-curl": "To send requests using cURL",
"doctrine/cache": "To use the DoctrineCacheAdapter"
},
"autoload": {
"psr-4": {
"MoxiworksPlatform\\": "src/"
},
"files": ["src/ApplicationHelper.php"]
},
"autoload-dev": {
"psr-4": {
"MoxiworksPlatform\\Test\\": "tests/"
},
"classmap": ["build/"]
},
"extra": {
}
}