-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
42 lines (42 loc) · 936 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
40
41
42
{
"name": "joryhogeveen/off-canvas-sidebars",
"type": "wordpress-plugin",
"description": "Add off-canvas sidebars using the Slidebars jQuery plugin",
"keywords": [
"wordpress",
"off-canvas-sidebars",
"canvas",
"mobile menu",
"slidebars"
],
"homepage": "https://github.com/JoryHogeveen/off-canvas-sidebars/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jory Hogeveen",
"email": "[email protected]",
"homepage": "https://www.keraweb.nl/",
"role": "Owner"
}
],
"funding": [
{
"type": "donation",
"url": "https://www.keraweb.nl/donate.php?for=off-canvas-sidebars"
}
],
"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": "off-canvas-sidebars"
}
}