-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
39 lines (39 loc) · 1021 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
38
39
{
"name": "christophherr/prometheus2",
"type": "wordpress-theme",
"description": "Modular, sassified child theme for the Genesis Framework with a Gulp 4 workflow based on the Genesis Sample Theme 2.6",
"keywords": [
"genesis child theme",
"sass partials",
"mobile-first",
"modular",
"config-based",
"gulp4"
],
"homepage": "https://github.com/christophherr/prometheus",
"version": "2.0.0",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Christoph Herr",
"email": "[email protected]",
"homepage": "https://www.christophherr.com",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ^7"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"squizlabs/php_codesniffer": "^3.3",
"wimg/php-compatibility": "^8.2",
"wp-coding-standards/wpcs": "^1.1"
},
"scripts": {
"phpcs": "phpcs"
},
"support": {
"issues": "https://github.com/christophherr/prometheus/issues"
}
}