-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
22 lines (22 loc) · 853 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": "deckerweb/builder-template-categories",
"description": "WordPress plugin that enhances the default Shortcodes of the Genesis Framework with a Shortcode UI powered by the Shortcake plugin.",
"keywords": ["templates", "categories", "template", "category", "elementor", "page builder", "pods", "astra", "generatepress", "oceanwp", "crocoblock"],
"type": "wordpress-plugin",
"homepage": "https://github.com/deckerweb/builder-template-categories",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "David Decker",
"homepage": "https://deckerweb-plugins.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/deckerweb/builder-template-categories/issues",
"source": "https://github.com/deckerweb/builder-template-categories"
},
"require": {
"php": ">=5.6.20"
}
}