-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
41 lines (41 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
{
"name": "michaelbourne/gravity-forms-zoom-webinar-registration",
"description": "Register attendees in your Zoom Webinar through a Gravity Form",
"version": "1.3.0",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Michael Bourne",
"email": "[email protected]",
"homepage": "https://ursa6.com"
}
],
"support": {
"issues": "https://github.com/michaelbourne/gravity-forms-zoom-webinar-registration/issues"
},
"type": "wordpress-plugin",
"require": {
"php": ">=8.0",
"composer/installers": "^2.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.2",
"wp-coding-standards/wpcs": "^3.1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/php-compatibility": "*"
},
"archive": {
"exclude": [
"/vendor/wp-coding-standards",
"/vendor/bin",
"/vendor/squizlabs",
"/vendor/dealerdirect"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
}
}