forked from emoncms/emoncms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 700 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 700 Bytes
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
{
"name": "emoncms/emoncms",
"homepage": "https://emoncms.org",
"description": "Web-app for processing, logging and visualising energy, temperature and other environmental data",
"type": "project",
"support": {
"forum": "https://community.openenergymonitor.org/"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
},
"license": "AGPL-3.0-or-later",
"require": {
"ext-mysqli": "*",
"ext-gettext": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-openssl": "*",
"ext-ctype": "*"
}
}