forked from WordPress/wordcamp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
145 lines (145 loc) · 4.25 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "wordcamp/wordcamp.org",
"description": "",
"homepage": "https://wordcamp.org",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://github.com/WordPress/wordcamp.org/issues"
},
"config": {
"platform": {
"php": "7.2"
},
"vendor-dir": "public_html/wp-content/mu-plugins/vendor"
},
"extra": {
"installer-paths": {
"public_html/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"public_html/wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org/"
},
{
"type": "package",
"package": [
{
"name": "wordpress-plugin/bbpress",
"type": "wordpress-plugin",
"version": "2.6",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/bbpress/",
"reference": "branches/2.6/"
}
},
{
"name": "wordpress-plugin/camptix-bd-payments",
"type": "wordpress-plugin",
"version": "1.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/bd-payments-camptix/",
"reference": "tags/1.2/"
}
},
{
"name": "wordpress-plugin/camptix-paystack",
"type": "wordpress-plugin",
"version": "1.0.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/tbz-camptix-paystack/",
"reference": "tags/1.0.0/"
}
},
{
"name": "wordpress-plugin/camptix-paynow",
"type": "wordpress-plugin",
"version": "1.0.4",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/gateway-camptix-paynow-payment/",
"reference": "tags/1.0.4/"
}
},
{
"name": "wordpress-plugin/json-rest-api",
"type": "wordpress-plugin",
"version": "1.2.5",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/json-rest-api/",
"reference": "tags/1.2.5/"
}
},
{
"name": "wordpress-meta/wporg-profiles-wp-activity-notifier",
"type": "wordpress-plugin",
"version": "1.1",
"source": {
"type": "svn",
"url": "https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/plugins/",
"reference": "wporg-profiles-wp-activity-notifier/"
}
}
]
}
],
"require": {
"league/oauth2-client": "2.4.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"wp-coding-standards/wpcs": "2.*",
"wpackagist-plugin/akismet": "4.1.2",
"wordpress-plugin/bbpress": "2.6.*",
"wpackagist-plugin/camptix": "dev-trunk",
"wpackagist-plugin/campt-indian-payment-gateway": "1.8",
"wordpress-plugin/camptix-bd-payments": "1.2",
"wpackagist-plugin/camptix-mercadopago": "1.0.6",
"wpackagist-plugin/camptix-pagseguro": "1.5.5",
"wpackagist-plugin/camptix-payfast-gateway": "1.0.0",
"wpackagist-plugin/camptix-trustcard": "1.0.4",
"wpackagist-plugin/camptix-trustpay": "1.0.5",
"wordpress-plugin/camptix-paystack": "1.0.0",
"wordpress-plugin/camptix-paynow": "1.0.4",
"wpackagist-plugin/classic-editor": "dev-trunk",
"wpackagist-plugin/custom-content-width": "1.0.1",
"wpackagist-plugin/edit-flow": "0.9",
"wpackagist-plugin/email-post-changes": "dev-trunk",
"wpackagist-plugin/gutenberg": "6.2.0",
"wpackagist-plugin/hyperdb": "dev-trunk",
"wpackagist-plugin/jetpack": "7.6.0",
"wordpress-plugin/json-rest-api": "1.2.5",
"wpackagist-plugin/liveblog": "1.9.4",
"wpackagist-plugin/public-post-preview": "2.9.0",
"wpackagist-plugin/pwa": "0.3.0",
"wpackagist-plugin/supportflow": "dev-trunk",
"wpackagist-plugin/tagregator": "dev-trunk",
"wpackagist-plugin/wordpress-importer": "0.6.4",
"wpackagist-plugin/wp-super-cache": "1.6.9",
"wordpress-meta/wporg-profiles-wp-activity-notifier": "1.1",
"wpackagist-theme/p2": "1.5.8",
"wpackagist-theme/twentyten": "2.9",
"wpackagist-theme/twentyeleven": "3.3",
"wpackagist-theme/twentytwelve": "3.0",
"wpackagist-theme/twentythirteen": "2.9",
"wpackagist-theme/twentyfourteen": "2.7",
"wpackagist-theme/twentyfifteen": "2.5",
"wpackagist-theme/twentysixteen": "2.0",
"wpackagist-theme/twentyseventeen": "2.2",
"wpackagist-theme/twentynineteen": "1.4"
},
"scripts": {
"phpcs": [
"phpcs --extensions=php -s -p"
],
"phpcbf": [
"phpcbf -p"
]
}
}