-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.59 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "coff/hellfire",
"description": "Heating system control device program for Raspberry Pi",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Krzysztof Kubanek",
"email": "krzysztof.kubanek@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/garoevans/php-enum.git"
},
{
"type": "vcs",
"url": "https://github.com/coff/php-w1-server-client.git"
},
{
"type": "vcs",
"url": "https://github.com/coff/php-spi-max6675.git"
},
{
"type": "vcs",
"url": "https://github.com/coff/php-spi-mcp3008.git"
},
{
"type": "vcs",
"url": "https://github.com/coff/php-api-datasource.git"
},
{
"type": "vcs",
"url": "https://github.com/PiPHP/GPIO.git"
},
{
"type": "vcs",
"url": "https://github.com/coff/dashboard.git"
}
],
"autoload": {
"psr-4": {
"Coff\\Hellfire\\": "src/"
}
},
"require": {
"piphp/gpio": "0.4.*",
"garoevans/php-enum": "^1.2",
"monolog/monolog": "^1.22",
"symfony/console": "^3.2",
"coff/php-w1-server-client": "~0.0.4",
"coff/php-spi-max6675": "0.0.*",
"pimple/pimple": "~3.0",
"symfony/event-dispatcher": "^3.2",
"casadatos/dashboard": "^0.0.2",
"volantus/php-pigpio": "^0.3.0",
"php-mqtt/client": "1.1.*"
}
}