-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 924 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
{
"name": "codeinwp/themeisle-sdk",
"description": "ThemeIsle SDK",
"type": "library",
"keywords": [
"wordpress"
],
"homepage": "https://github.com/Codeinwp/themeisle-sdk",
"license": "GPL-2.0+",
"authors": [
{
"name": "ThemeIsle team",
"email": "[email protected]",
"homepage": "https://themeisle.com"
}
],
"version": "3.3.35",
"require-dev": {
"codeinwp/phpcs-ruleset": "dev-main",
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source -s --runtime-set testVersion 7.2- ",
"phpcs": "phpcs --standard=phpcs.xml -s --runtime-set testVersion 7.2-",
"lint": "composer run-script phpcs"
},
"support": {
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}