-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 742 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 742 Bytes
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
{
"require": {
"automattic/jetpack-autoloader": "^3.0",
"wp-media/apply-filters-typed": "^1.2"
},
"require-dev": {
"phpstan/phpstan": "^1.11.2",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.3",
"php-stubs/wordpress-stubs": "^5.8",
"wp-coding-standards/wpcs": "^3.0",
"automattic/vipwpcs": "^3.0",
"squizlabs/php_codesniffer": "^3.9"
},
"config": {
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": {
"CoolKidsNetwork\\": "includes/"
}
}
}