forked from Awesome-Support/importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·37 lines (37 loc) · 950 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
37
{
"name": "pressware/awesome-support-importer",
"description": "Importer add-on for WordPress Awesome Support plugin.",
"autoload": {
"psr-4": {
"Pressware\\AwesomeSupport\\": "src/"
},
"exclude-from-classmap": [
"/Tests/"
]
},
"autoload-dev": {
"psr-4": {
"Pressware\\AwesomeSupport\\Tests\\": "tests/"
}
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"wpfulcrum/extender": "^3.0",
"monolog/monolog": "~1.23"
},
"require-dev": {
"phpro/grumphp": "^0.11.6",
"phpstan/phpstan": "^0.8.0",
"phpunit/phpunit": "^6.2",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"sebastian/phpcpd": "^3.0",
"povils/phpmnd": "^1.1",
"sensiolabs/security-checker": "^4.0",
"nikic/php-parser": "^3.0",
"antecedent/patchwork": "2.0.8",
"brain/monkey": "^2.0",
"mockery/mockery": "~0.9"
}
}