forked from Hi-Media/EmrMonitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 926 Bytes
/
composer.json
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
{
"name": "himedia/emr-monitoring",
"description": "?",
"keywords": ["?"],
"type": "library",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Geoffroy Aubry",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"psr/log": "1.0.0",
"geoffroy-aubry/errorhandler": "1.*",
"geoffroy-aubry/logger": "1.*",
"geoffroy-aubry/helpers": "1.*",
"ulrichsg/getopt-php": "dev-master"
},
"require-dev": {
"phpunit/phpunit": ">=3.7",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "dev-master",
"apigen/apigen": "2.8.0"
},
"autoload": {
"psr-0": {"Himedia": "src/"}
}
}