forked from felixarntz/bootstrap-for-contact-form-7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·34 lines (34 loc) · 937 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
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "smeedijzer-internet/bootstrap-4-for-contact-form-7",
"description": "This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.",
"version": "1.0",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"plugin",
"contact form 7",
"wpcf7",
"bootstrap",
"bootstrap 4",
"bootstrap framework",
"addon",
"contact form 7 addon",
"contact form",
"cf7bs"
],
"homepage": "https://github.com/smeedijzer-internet/bootstrap-4-for-contact-form-7",
"authors": [
{
"name": "Smeedijzer",
"homepage": "https://github.com/smeedijzer-internet/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/smeedijzer-internet/bootstrap-4-for-contact-form-7/issues"
},
"require": {
"composer/installers": "~1.0"
}
}