-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 951 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
{
"name": "rahulsprajapati/cmb2-brightcove-video-field",
"description": "CMB2-Brightcove-Video-Field",
"authors": [
{
"name": "Rahul Prajapati",
"email": "[email protected]",
"homepage": "https://github.com/rahulsprajapati",
"role": "Developer"
}
],
"type": "wordpress-plugin",
"prefer-stable": true,
"homepage": "https://github.com/rahulsprajapati/cmb2-brightcove-video-field",
"support": {
"issues": "https://github.com/rahulsprajapati/cmb2-brightcove-video-field/issues",
"source": "https://github.com/rahulsprajapati/cmb2-brightcove-video-field/"
},
"minimum-stability": "dev",
"require-dev": {
"squizlabs/php_codesniffer": "~3.3",
"automattic/vipwpcs": "~0.4",
"phpcompatibility/php-compatibility": "~9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5"
},
"require": {
"php": ">7.0"
},
"suggest": {
"composer/installers": "~1.6"
}
}