forked from duncan3dc/sonos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.18 KB
/
Copy pathcomposer.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "duncan3dc/sonos",
"type": "library",
"description": "Control Sonos speakers using a simple API",
"keywords": ["sonos","upnp","streaming"],
"homepage": "https://github.com/duncan3dc/sonos",
"license": "Apache-2.0",
"authors": [{
"name": "Craig Duncan",
"email": "git@duncanc.co.uk",
"homepage": "https://github.com/duncan3dc",
"role": "Developer"
}],
"require": {
"duncan3dc/cache": "^0.3.0",
"duncan3dc/domparser": "^1.4.1",
"duncan3dc/logger-aware-trait": "^0.1.0",
"duncan3dc/speaker": "^0.7.0",
"guzzlehttp/guzzle": "^6.0",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"ext-soap": "*",
"ext-sockets": "*",
"php": "^7.0"
},
"require-dev": {
"duncan3dc/object-intruder": "^0.3.0",
"mockery/mockery": "^1.0",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.4",
"php-coveralls/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {"duncan3dc\\Sonos\\": "src/"}
},
"autoload-dev": {
"psr-4": {"duncan3dc\\SonosTests\\": "tests/"}
}
}