-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 764 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 764 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
28
{
"name": "sparkbox/sparkpress-block",
"type": "library",
"description": "Starter template for developing WordPress themes and plugins.",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0",
"friendsoftwig/twigcs": "^6.2"
},
"require": {
"vlucas/phpdotenv": "^5.6",
"timber/timber": "^2.0",
"twig/string-extra": "^3.7",
"twig/html-extra": "^3.7"
}
}