-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 789 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 789 Bytes
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-shortcode-extras",
"description": "WordPress plugin - short description: A collection of totally useful extra Shortcodes to make the life of Site Builders more easy.",
"keywords": ["shortcodes", "builder", "elementor", "block editor", "gutenberg", "astra", "genesis", "genesiswp"],
"type": "wordpress-plugin",
"homepage": "https://github.com/deckerweb/builder-shortcode-extras",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "David Decker",
"homepage": "https://deckerweb.de/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/deckerweb/builder-shortcode-extras/issues",
"source": "https://github.com/deckerweb/builder-shortcode-extras"
},
"require": {
"php": ">=7.4"
}
}