-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomposer.json
61 lines (61 loc) · 1.64 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "awesomemotive/wp101plugin",
"description": "A complete set of WordPress 101 tutorial videos directly within the dashboard. Choose which videos to show, or add your own!",
"type": "wordpress-plugin",
"homepage": "https://wp101plugin.com",
"authors": [
{
"name": "Shawn Hesketh",
"homepage": "https://www.wp101.com"
},
{
"name": "Liquid Web",
"homepage": "https://www.liquidweb.com"
},
{
"name": "Mark Jaquith",
"homepage": "https://coveredwebservices.com"
},
{
"name": "Pippin Williamson",
"homepage": "https://pippinsplugins.com"
},
{
"name": "Justin Sainton",
"homepage": "https://zao.is"
},
{
"name": "Travis Smith",
"homepage": "https://wpsmith.net"
},
{
"name": "John Sundberg",
"homepage": "http://blackhillswebworks.com"
}
],
"support": {
"issues": "https://github.com/awesomemotive/wp101plugin/issues",
"forum": "https://wordpress.org/support/plugin/wp101",
"source": "https://github.com/awesomemotive/wp101plugin",
"docs": "https://wp101plugin.com"
},
"require": {},
"require-dev": {
"php": "^7.4",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"mockery/mockery": "^1.6",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^9.0",
"stevegrunwell/phpunit-markup-assertions": "^1.4",
"stevegrunwell/runkit7-installer": "^1.2.0",
"wp-coding-standards/wpcs": "^3.0"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.4"
}
}
}