forked from ndigitals/scheduled-featured-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
22 lines (22 loc) · 917 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
{
"name": "ndigitals/scheduled-featured-images",
"description": "Scheduled Featured Images allows you to attach multiple images to any post-type and set them to be the featured imaged based on a schedule.",
"type": "wordpress-plugin",
"homepage": "https://www.ndigitals.com/wordpress/plugins/scheduled-featured-images-plugin/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Tim Nolte",
"email": "[email protected]",
"homepage": "https://www.timnolte.com/"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "3.1.*",
"wp-coding-standards/wpcs": "0.13.*"
},
"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"
}
}