-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.44 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
{
"type": "library",
"license": "Apache-2.0",
"readme": "README.md",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2",
"psr/log": "^1.1",
"simplepie/utility-pack": "^2.2",
"symfony/finder": "^4.2"
},
"require-dev": {
"bramus/monolog-colored-line-formatter": "^3.0",
"friendsofphp/php-cs-fixer": "^2.14",
"mamuz/php-dependency-analysis": "dev-master",
"monolog/monolog": "^1.24",
"pdepend/pdepend": "^2.5",
"pepakriz/phpstan-exception-rules": "^0.8.2",
"phan/phan": "^2.1",
"php-coveralls/php-coveralls": "^2.0",
"phploc/phploc": "^5.0",
"phpmetrics/phpmetrics": "^2.4",
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan-deprecation-rules": "^0.11.2",
"phpstan/phpstan-strict-rules": "^0.11.1",
"phpunit/phpunit": "^8.1",
"sebastian/phpcpd": "^4.0",
"squizlabs/php_codesniffer": "dev-master",
"thecodingmachine/phpstan-strict-rules": "^0.11.2",
"vimeo/psalm": "^3.4",
"wapmorgan/php-code-analyzer": "^1.0"
},
"config": {
"bin-dir": "bin/",
"classmap-authoritative": true,
"optimize-autoloader": true
},
"suggest": {
"bramus/monolog-colored-line-formatter": "Color-codes your Monolog messages by severity.",
"monolog/monolog": "A high-quality PSR-3 logging library."
}
}