forked from howardjones/network-weathermap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 938 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
32
33
34
35
36
{
"name": "howardjones/network-weathermap",
"license": "GPL",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Howard Jones",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6.0",
"ulrichsg/getopt-php": "~3",
"monolog/monolog": "^1.0",
"glopgar/monolog-timer-processor": "^0.1.1",
"bramus/monolog-colored-line-formatter": "~2.0"
},
"require-dev": {
"phpunit/dbunit": "*",
"phpunit/phpunit": "~5",
"phpmd/phpmd": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "*",
"theseer/phpdox": "*",
"codacy/coverage": "dev-master",
"phpunit/php-code-coverage": "~4",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"johnkary/phpunit-speedtrap": "^1.1",
"lstrojny/phpunit-clever-and-smart": "^0.5.0",
"phploc/phploc": "^4.0"
},
"autoload": {
"psr-4": {"Weathermap\\": "lib/Weathermap"}
}
}