-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
45 lines (45 loc) · 1.19 KB
/
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
43
44
45
{
"name" : "Ramoonus/jQuery-Updater",
"description" : "jQuery Updater for WordPress: add the latest version of jQuery to your WordPress installation",
"version" : "4.0.0",
"authors" : [{
"name" : "Ramoonus",
"email" : "[email protected]",
"homepage" : "www.ramoonus.nl"
}
],
"keywords" : [
"wordpress",
"jquery",
"jquery ui",
"jquery mobile"
],
"minimum-stability" : "stable",
"license" : "GPL-3.0",
"type" : "wordpress-plugin",
"homepage" : "http://www.ramoonus.nl/wordpress/jquery-updater/",
"require" : {
"php" : "^5.6",
"wordpress" : ">=4.9"
},
"require-dev" : {
"phpunit/phpunit" : "7.*",
"phpdocumentor/phpdocumentor" : "2.*",
"squizlabs/php_codesniffer" : "3.*",
"scrutinizer/ocular" : "1.5.*",
"wp-coding-standards/wpcs" : "0.14.*",
"codeclimate/php-test-reporter" : "dev-master"
},
"support" : {
"email" : "support@ramoonus/nl",
"issues" : "https://github.com/Ramoonus/jQuery-Updater/issues",
"forum" : "https://wordpress.org/support/plugin/jquery-updater",
"source" : "https://github.com/Ramoonus/jQuery-Updater"
},
"repositories" : [{
"type" : "git",
"url" : "https://github.com/Ramoonus/jQuery-Updater.git",
"name" : "GitHub"
}
]
}