-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.15 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
42
43
44
{
"name": "dmvs-apac/wp-dm-custom-embed",
"description": "",
"type": "project",
"license": "GPLv2",
"authors": [
{
"name": "Yudhi Satrio",
"email": "y.satrio@dailymotion.com"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "yahnis-elsts/plugin-update-checker",
"version": "4.11",
"source": {
"type" : "git",
"url" : "git@github.com:DMVS-APAC/plugin-update-checker.git",
"reference" : "master"
},
"autoload": {
"files": ["load-v4p11.php"]
}
}
}
],
"autoload": {
"psr-4": {
"Dm\\": ""
}
},
"require": {
"yahnis-elsts/plugin-update-checker": "^4.11"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"wp-coding-standards/wpcs": "2.3.0",
"squizlabs/php_codesniffer": "3.6.1",
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
}
}