-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
77 lines (77 loc) · 2.47 KB
/
composer.lock
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "34b32c8d978e9b17324f0465f7322583",
"content-hash": "b8ef530869ea6121b8ea40f8b35ad337",
"packages": [
{
"name": "sqmk/phue",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sqmk/Phue.git",
"reference": "704c0f287e38c4e00a0d8367056a25671098a706"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sqmk/Phue/zipball/704c0f287e38c4e00a0d8367056a25671098a706",
"reference": "704c0f287e38c4e00a0d8367056a25671098a706",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.8.0",
"phpunit/phpunit": "3.7.25",
"squizlabs/php_codesniffer": "1.4.6"
},
"suggest": {
"ext-curl": "Allows usage of cURL transport adapter"
},
"bin": [
"bin/phue-create-user",
"bin/phue-bridge-finder",
"bin/phue-light-finder",
"bin/phue-list-lights"
],
"type": "library",
"autoload": {
"psr-0": {
"Phue": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michael Squires",
"email": "[email protected]",
"role": "lead"
}
],
"description": "Phue - Philips Hue PHP client",
"homepage": "http://github.com/sqmk/Phue",
"keywords": [
"client",
"hue",
"philips",
"phue"
],
"time": "2015-11-22 02:36:24"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}