forked from zsxsoft/zbp-app-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.07 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
{
"name": "zsxsoft/zbp-app-validator",
"description": "Z-BlogPHP App Validator",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "zsx",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"zsxsoft/php-w3c-validator": "17.11.1.3",
"symfony/console": "^3.3",
"monolog/monolog": "^1.23",
"bramus/monolog-colored-line-formatter": "~2.0",
"guzzlehttp/guzzle": "^6.3",
"nikic/php-parser": "^3.1",
"cocur/background-process": "^0.7.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpcompatibility/php-compatibility": "^9.1.0",
"ext-simplexml": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
"Zsxsoft\\AppValidator\\": "validator/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}