-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 736 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 736 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
26
27
28
29
{
"name": "alecrust/protected-video",
"description": "YouTube/Vimeo player that prevents easy sharing of the video.",
"homepage": "https://github.com/AlecRust/protected-video",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"authors": [
{
"name": "Alec Rust",
"homepage": "https://www.alecrust.com/"
}
],
"require-dev": {
"phpro/grumphp": "*",
"phpmd/phpmd": "*",
"povils/phpmnd": "*",
"squizlabs/php_codesniffer": "*",
"phpstan/phpstan": "*",
"szepeviktor/phpstan-wordpress": "*",
"wp-coding-standards/wpcs": "*",
"phpcompatibility/phpcompatibility-wp": "*"
},
"config": {
"allow-plugins": {
"phpro/grumphp": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}