forked from 10up/brightcove-video-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 888 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
{
"name": "brightcove/brightcove-video-connect",
"type": "wordpress-plugin",
"license": "GPLv2+",
"description": "A Brightcove™ Connector for WordPress that leverages enhanced APIs and Brightcove™ Capabilities",
"homepage": "https://github.com/10up/brightcove-video-connect/",
"keywords": [
"wordpress"
],
"support": {
"issues": "https://wordpress.org/support/plugin/brightcove-video-connect/"
},
"require": {
"php": ">=5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
"phpcompatibility/phpcompatibility-wp": "*"
},
"scripts": {
"lint": "phpcs brightcove-video-connect.php includes uninstall.php",
"lint-fix": "phpcbf brightcove-video-connect.php includes uninstall.php"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
}
}