forked from quiet2/network-weathermap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.18 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "howardjones/network-weathermap",
"license": "GPL",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Howard Jones",
"email": "howie@thingy.com"
}
],
"require": {
"php": "^5.6|7.*|8.*",
"ulrichsg/getopt-php": "~3",
"monolog/monolog": "^1.0",
"glopgar/monolog-timer-processor": "^0.1.1",
"bramus/monolog-colored-line-formatter": "~2.0",
"wanfeiyy/dd": "^1.0",
"ext-json": "*",
"ext-pdo": "*",
"ext-gd": "*",
"ext-snmp": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "*",
"phpunit/dbunit": "*",
"phpunit/phpunit": "^9.5",
"phpmd/phpmd": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "*",
"theseer/phpdox": "*",
"codacy/coverage": "dev-master",
"phpunit/php-code-coverage": "^9",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"johnkary/phpunit-speedtrap": "4.*",
"lstrojny/phpunit-clever-and-smart": "^0.5.0",
"slevomat/coding-standard": "^8",
"phploc/phploc": "^7"
},
"autoload": {
"psr-4": {
"Weathermap\\": "lib/Weathermap"
}
}
}