forked from wp-shortcake/shortcake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (22 loc) · 764 Bytes
/
composer.json
File metadata and controls
23 lines (22 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "fusioneng/shortcake",
"description": "Shortcake makes using WordPress shortcodes a piece of cake.",
"type": "wordpress-plugin",
"homepage": "https://github.com/fusioneng/Shortcake",
"license": "GPL-2.0+",
"authors": [
{
"name": "Fusion",
"email": "tech@fusion.net",
"homepage": "http://fusion.net"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "3.2.2",
"wp-coding-standards/wpcs": "0.14.0"
},
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
}
}