-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 758 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 758 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
{
"name": "superpwa/super-progressive-web-apps",
"description": "Super Progressive Web Apps WordPress plugin",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Arun Basil Lal",
"email": "arun@superpwa.com"
},
{
"name": "Jose Varghese",
"email": "jose@superpwa.com"
},
{
"name": "Maria Daniel Deepak",
"email": "daniel@danieldeepak.com"
}
],
"minimum-stability": "stable",
"require": {},
"require-dev": {
"squizlabs/php_codesniffer": "^3.3",
"wp-coding-standards/wpcs": "^1.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
}
}