forked from LearnPress/learnpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 901 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
{
"name": "learnpress/learnpress",
"description": "Coding Starndard for learnpress.",
"type": "library",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/LearnPress/learnpress",
"authors": [
{
"name": "LearnPress team",
"email": "[email protected]",
"homepage": "https://thimpress.com"
}
],
"support": {
"issues": "https://github.com/LearnPress/learnpress/issues"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"squizlabs/php_codesniffer": "^3.6.1",
"wp-coding-standards/wpcs": "^2.3.0",
"phpunit/phpunit": "9.5.10",
"phpcompatibility/php-compatibility": "9.3.5",
"wp-cli/wp-cli-bundle": "^2.5.0"
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml",
"phpcs": "phpcs --standard=phpcs.xml"
}
}