-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 760 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 760 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
29
30
{
"name": "joryhogeveen/genesis-widget-column-classes",
"type": "wordpress-plugin",
"description": "Adds Genesis (old bootstrap) column classes to widgets.",
"keywords": [],
"homepage": "https://github.com/JoryHogeveen/genesis-widget-column-classes/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jory Hogeveen",
"email": "info@keraweb.nl",
"homepage": "https://www.keraweb.nl/",
"role": "Owner"
}
],
"require": {
"composer/installers": "1.9.*",
"php": ">=5.6.20"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "5.*",
"mockery/mockery": "1.3.*",
"squizlabs/php_codesniffer": "2.*",
"phpcompatibility/php-compatibility": "9.*"
},
"extra": {
"installer-name": "genesis-widget-column-classes"
}
}