forked from studiopress/genesis-sample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 959 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
{
"name": "hellotham/visual-voyager",
"type": "wordpress-theme",
"description": "Visual Voyager child theme for the Genesis Framework",
"homepage": "https://github.com/hellotham/visual-voyager",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "HelloTham",
"email": "[email protected]"
}
],
"require": {
"php": "^5.2 || ^7",
"composer/installers": "^1"
},
"require-dev": {
"php": "^5.6 || ^7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpcompatibility/phpcompatibility-wp": "^2",
"squizlabs/php_codesniffer": "^3.3.2",
"wp-coding-standards/wpcs": "^1.1"
},
"config": {
"sort-order": true
},
"scripts": {
"install-codestandards": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
"phpcs": "phpcs",
"phpcbf": "phpcbf"
},
"support": {
"issues": "https://github.com/hellotham/visual-voyager/issues",
"source": "https://github.com/hellotham/visual-voyager"
}
}