-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 778 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 778 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
{
"name": "bostondv/enhanced-text-widget",
"type": "wordpress-plugin",
"license": "MIT",
"description": "An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, Shortcodes and/or PHP as content with linkable widget title.",
"homepage": "http://wordpress.org/plugins/enhanced-text-widget/",
"authors": [
{
"name": "Boston Dell-Vandenberg",
"email": "hello@bostondv.com",
"homepage": "https://bostondv.com/"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/bostondv/enhanced-text-widget/issues/",
"forum": "http://wordpress.org/support/plugin/enhanced-text-widget/"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}