Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
"packages": [
{
"name": "bjornjohansen/wplang",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/bjornjohansen/wplang.git",
"reference": "3194a2a774b53a2622a7ac6bc20c44b04cb254a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bjornjohansen/wplang/zipball/3194a2a774b53a2622a7ac6bc20c44b04cb254a2",
"reference": "3194a2a774b53a2622a7ac6bc20c44b04cb254a2",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"type": "composer-plugin",
"extra": {
"class": "BJ\\Wplang\\Wplang"
},
"autoload": {
"psr-4": {
"BJ\\Wplang\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Bjørn Johansen",
"email": "post@bjornjohansen.no"
}
],
"description": "Composer plugin to download translation files from wordpress.org",
"time": "2019-04-03T08:08:14+00:00"
},
{
"name": "composer/installers",
"version": "v1.9.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.6.* || 2.0.*@dev",
"composer/semver": "1.0.* || 2.0.*@dev",
"phpunit/phpunit": "^4.8.36",
"sebastian/comparator": "^1.2.4",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
"symfony",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
"time": "2020-04-07T06:57:05+00:00"
},
{
"name": "cweagans/composer-patches",
"version": "1.6.7",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0",
"phpunit/phpunit": "~4.6"
},
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "me@cweagans.net"
}
],
"description": "Provides a way to patch Composer packages.",
"time": "2019-08-29T20:11:49+00:00"
},
{
"name": "johnpbloch/wordpress",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress.git",
"reference": "18c41a328193d6f7425a3cea4e01faa220e90218"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/18c41a328193d6f7425a3cea4e01faa220e90218",
"reference": "18c41a328193d6f7425a3cea4e01faa220e90218",
"shasum": ""
},
"require": {
"johnpbloch/wordpress-core": "5.4.2",
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
"php": ">=5.6.20"
},
"type": "package",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "WordPress Community",
"homepage": "http://wordpress.org/about/"
}
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "http://wordpress.org/",
"keywords": [
"blog",
"cms",
"wordpress"
],
"time": "2020-06-10T22:05:43+00:00"
},
{
"name": "johnpbloch/wordpress-core",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "3e67d8b6ee6c11e8ce404da4627117fb7fbf9266"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/3e67d8b6ee6c11e8ce404da4627117fb7fbf9266",
"reference": "3e67d8b6ee6c11e8ce404da4627117fb7fbf9266",
"shasum": ""
},
"require": {
"php": ">=5.6.20"
},
"provide": {
"wordpress/core-implementation": "5.4.2"
},
"type": "wordpress-core",
"extra": {
"patches_applied": {
"Disable WP 1.2 upgrade": "patches/wp-upgrade-110.patch"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "WordPress Community",
"homepage": "https://wordpress.org/about/"
}
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org/",
"keywords": [
"blog",
"cms",
"wordpress"
],
"time": "2020-06-10T22:05:38+00:00"
},
{
"name": "johnpbloch/wordpress-core-installer",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core-installer.git",
"reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/237faae9a60a4a2e1d45dce1a5836ffa616de63e",
"reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.6.0"
},
"conflict": {
"composer/installers": "<1.0.6"
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0",
"phpunit/phpunit": ">=5.7.27"
},
"type": "composer-plugin",
"extra": {
"class": "johnpbloch\\Composer\\WordPressCorePlugin"
},
"autoload": {
"psr-0": {
"johnpbloch\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "John P. Bloch",
"email": "me@johnpbloch.com"
}
],
"description": "A custom installer to handle deploying WordPress with composer",
"keywords": [
"wordpress"
],
"time": "2020-04-16T21:44:57+00:00"
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
{
"name": "koodimonni/composer-dropin-installer",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Koodimonni/Composer-Dropin-Installer.git",
"reference": "a749f19e3a3bc05529190961ed7529592b20138e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Koodimonni/Composer-Dropin-Installer/zipball/a749f19e3a3bc05529190961ed7529592b20138e",
"reference": "a749f19e3a3bc05529190961ed7529592b20138e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*-dev"
},
"type": "composer-plugin",
"extra": {
"class": "Koodimonni\\Composer\\Dropin"
},
"autoload": {
"psr-4": {
"Koodimonni\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Onni Hakala",
"email": "onni@koodimonni.fi",
"role": "Developer"
}
],
"description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.",
"time": "2018-02-04T10:52:01+00:00"
},
{
"name": "wpackagist-plugin/disable-emojis",
"version": "1.7.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-emojis/",
"reference": "tags/1.7.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-emojis.1.7.2.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-emojis/"
},
"name": "wpackagist-plugin/disable-wordpress-updates",
"version": "1.6.6",
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
"reference": "tags/1.6.6"
"url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.6.6.zip"
"composer/installers": "~1.0"
"type": "wordpress-plugin",
"patches_applied": {
"Disable automatic updates": "patches/0001-Patched-Disable-Updates-to-run-checks-during-cron-jo.patch"
"homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
{
"name": "wpackagist-plugin/hyperdb",
"version": "1.6",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/hyperdb/",
"reference": "tags/1.6"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/hyperdb.1.6.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"extra": {
"patches_applied": {
"hyperdb logging": "patches/hyperdb.patch"
}
},
"homepage": "https://wordpress.org/plugins/hyperdb/"
},
{
"name": "wpackagist-plugin/more-privacy-options",
"version": "4.6",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/more-privacy-options/",
"reference": "trunk"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/more-privacy-options.zip?timestamp=1470691290"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"extra": {
"patches_applied": {
"Do send mail on privacy setting change": "patches/mu-plugin-more-privacy-options.patch"
}
},
"homepage": "https://wordpress.org/plugins/more-privacy-options/"
},
{
"name": "wpackagist-plugin/wp-super-cache",
"version": "1.7.1",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.7.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.7.1.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/wp-super-cache/"
},
{
"name": "wpackagist-plugin/wpmu-new-blog-defaults",
"version": "2.2.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wpmu-new-blog-defaults/",
"reference": "tags/2.2.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wpmu-new-blog-defaults.2.2.2.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/wpmu-new-blog-defaults/"
},
"url": "https://themes.svn.wordpress.org/minimalism/",
"reference": "1.0.3"
"url": "https://downloads.wordpress.org/theme/minimalism.1.0.3.zip"
},
"require": {
"composer/installers": "~1.0"
},
"Minimalism theme footer": "patches/themes-minimalism.patch"
"version": "dev-master",
"source": {
"type": "git",
"url": "git@git.autistici.org:noblogs/ai-mu-plugins.git",
"reference": "901619c4f4732f42854a48e66cb0fd469ae32911"
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-muplugin",
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
"description": "must-use plugins for Noblogs",
"time": "2020-07-04T23:40:19+00:00"
"url": "git@git.autistici.org:noblogs/noblogs-wp-ssl.git",
"reference": "50eed1588999fed0a94efe54031a5bde3c15db47"
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-muplugin",
"authors": [
{
"name": "sand",
"email": "sand@autistici.org"
"description": "git@git.autistici.org:ai/noblogs-wp-ssl.git",
"time": "2020-07-04T23:46:53+00:00"
"version": "dev-master",
"source": {
"type": "git",
"url": "git@git.autistici.org:noblogs/r2db.git",
"reference": "5b555ecbde87579abf7778522a36cfe913b2dc30"
"composer/installers": "^1.9"
"type": "wordpress-dropin",
"license": [
"MIT"
],
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "r2db wordpress database",
"aliases": [],
"minimum-stability": "stable",
"noblogs/r2db": 20,
"noblogs/ai-mu-plugins": 20,
"noblogs/noblogs-wp-ssl": 20
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.1"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"