forked from Remzi1993/jquery-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.1 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
{
"name": "remzi1993/jquery-manager",
"description": "Manage jQuery on a WordPress website. The ultimate jQuery debugging tool for WordPress",
"keywords": [
"wordpress",
"plugin",
"jQuery",
"jQuery Migrate",
"jQuery Updater",
"jQuery Manager",
"jQuery Debugging Tool",
"jQuery Developer Tool"
],
"homepage": "https://github.com/Remzi1993/jquery-manager",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Remzi Cavdar",
"email": "[email protected]",
"homepage": "https://twitter.com/remzicavdar"
}
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.6.38",
"composer/installers": "1.9.0",
"collizo4sky/persist-admin-notices-dismissal": "1.4.3"
},
"require-dev": {
"phpunit/phpunit": "9.2.3",
"squizlabs/php_codesniffer": "*",
"phpcompatibility/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"ext-xdebug": "*",
"roave/security-advisories": "dev-master"
}
}