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
"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",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
"reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
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
}
},
"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",
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
"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"
],
},
{
"name": "cweagans/composer-patches",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"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.",
},
{
"name": "johnpbloch/wordpress",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress.git",
"reference": "d7a597988102967cdfc28851b6b897d018613823"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/d7a597988102967cdfc28851b6b897d018613823",
"reference": "d7a597988102967cdfc28851b6b897d018613823",
"shasum": ""
},
"require": {
"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"
],
},
{
"name": "johnpbloch/wordpress-core",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "82592ec73d42cf784da38adb0028a24dbacab1b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/82592ec73d42cf784da38adb0028a24dbacab1b4",
"reference": "82592ec73d42cf784da38adb0028a24dbacab1b4",
"shasum": ""
},
"require": {
"php": ">=5.6.20"
},
"provide": {
},
"type": "wordpress-core",
"Patch definition of WP_CONTENT_URL to include SSL when it might not ": "patches/core/0052-fix-ssl-wp-content-url.patch",
"Anonymize requests to api.wordpress.org for updates": "patches/core/anonymize-update.php.patch",
"Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch",
"Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch",
"Remove Google Fonts API calls": "patches/core/0165-remove-google-fonts.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"
],
},
{
"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"
{
"name": "koodimonni/composer-dropin-installer",
"source": {
"type": "git",
"url": "https://github.com/Koodimonni/Composer-Dropin-Installer.git",
"reference": "2ebddd0ead26f52962be385dcc85057be4c5a69e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Koodimonni/Composer-Dropin-Installer/zipball/2ebddd0ead26f52962be385dcc85057be4c5a69e",
"reference": "2ebddd0ead26f52962be385dcc85057be4c5a69e",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 | ^2.0",
"php": ">=5.3.2"
},
"type": "composer-plugin",
"extra": {
"class": "Koodimonni\\Composer\\Dropin"
},
"autoload": {
"psr-4": {
}
},
"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": "2020-08-17T07:41:05+00:00"
},
{
"name": "noblogs/ai-buddypress-plugin",
"url": "https://git.autistici.org/api/v4/projects/486/packages/composer/archives/noblogs/ai-buddypress-plugin.zip?sha=040fbb40e585eade232f046bd31f9b10415263d5",
"reference": "040fbb40e585eade232f046bd31f9b10415263d5",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "git@git.autistici.org:noblogs/ai-buddypress-plugin.git"
{
"name": "noblogs/ai-mu-plugins",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/452/packages/composer/archives/noblogs/ai-mu-plugins.zip?sha=65a0039b2a06c415c8a5ccfee73e9254a1dacfad",
"reference": "65a0039b2a06c415c8a5ccfee73e9254a1dacfad",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-muplugin",
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "must-use plugins for Noblogs"
},
{
"name": "noblogs/eu-compliance",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/466/packages/composer/archives/noblogs/eu-compliance.zip?sha=05a3c2427024a8f3611b59c3ee2c3f7e1f9f553b",
"reference": "05a3c2427024a8f3611b59c3ee2c3f7e1f9f553b",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-plugin",
"license": [
"MIT"
],
"authors": [
{
"name": "lechuck",
"email": "l3chuck@autistici.org"
}
],
"description": "Wordpress plugin: EU cookie banner."
},
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
{
"name": "noblogs/noblogs-home",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/467/packages/composer/archives/noblogs/noblogs-home.zip?sha=5a09630127c6b9e6c8d3d12a02167151dcc1f447",
"reference": "5a09630127c6b9e6c8d3d12a02167151dcc1f447",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-theme",
"license": [
"MIT"
],
"authors": [
{
"name": "shammash",
"email": "shammash@autistici.org"
},
{
"name": "agata",
"email": "agata@insiberia.net"
}
],
"description": "Wordpress theme: Noblogs Buddypress home page."
},
{
"name": "noblogs/noblogs-wp-ssl",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/221/packages/composer/archives/noblogs/noblogs-wp-ssl.zip?sha=fe58b34f3a940322ecf74356425d0dc4fc47b7c8",
"reference": "fe58b34f3a940322ecf74356425d0dc4fc47b7c8",
"shasum": ""
},
"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"
},
{
"name": "noblogs/nospam",
"version": "0.1.1",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/465/packages/composer/archives/noblogs/nospam.zip?sha=bddebbc78c31565cbf53ae69412eae52dc273c41",
"reference": "bddebbc78c31565cbf53ae69412eae52dc273c41",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-plugin",
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "git@git.autistici.org:noblogs/nospam.git"
},
{
"name": "noblogs/r2db",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/449/packages/composer/archives/noblogs/r2db.zip?sha=9261edddf161b186ed8bf6245c6fe5baa88d5068",
"reference": "9261edddf161b186ed8bf6245c6fe5baa88d5068",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-dropin",
"license": [
"MIT"
],
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "r2db wordpress database"
},
{
"name": "noblogs/remove-gravatar",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/456/packages/composer/archives/noblogs/remove-gravatar.zip?sha=080ff553dc8fa0b6c7e2939f6d88f42e747fb2ee",
"reference": "080ff553dc8fa0b6c7e2939f6d88f42e747fb2ee",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-plugin",
"license": [
"MIT"
],
"authors": [
{
"name": "lechuck",
"email": "l3chuck@autistici.org"
}
],
"description": "Wordpress plugin: avoid sending out user information to gravatar."
},
{
"name": "noblogs/themes-child",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/464/packages/composer/archives/noblogs/themes-child.zip?sha=31565c3f63df9b488cc0bde3f9263f48a0edbf5c",
"reference": "31565c3f63df9b488cc0bde3f9263f48a0edbf5c",
"shasum": ""
},
"type": "project",
"license": [
"GPL-2.0-or-later"
],
"description": "A selection of -child themes for Wordpress",
"homepage": "https://git.autistici.org/noblogs/themes-child"
},
{
"name": "noblogs/themes-misc",
"version": "0.1.0",
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/487/packages/composer/archives/noblogs/themes-misc.zip?sha=fb6cefe9a3091e296b78769750d2dd6d06a25962",
"reference": "fb6cefe9a3091e296b78769750d2dd6d06a25962",
"shasum": ""
},
"type": "project",
"license": [
"GPL-2.0-or-later"
],
"description": "Wordpress themes which are not in the wordpress.org repo",
"homepage": "https://git.autistici.org/noblogs/themes-misc"
},
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
{
"name": "npm-asset/prototype-js-core",
"version": "1.7.3",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/prototype-js-core/-/prototype-js-core-1.7.3.tgz"
},
"type": "npm-asset",
"license": [
"ISC"
]
},
{
"name": "npm-asset/scriptaculous-js",
"version": "1.9.0",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/scriptaculous-js/-/scriptaculous-js-1.9.0.tgz"
},
"require": {
"npm-asset/prototype-js-core": ">=1.7.3,<2.0.0"
},
"type": "npm-asset",
"license": [
"ISC"
]
},
{
"name": "oomphinc/composer-installers-extender",
"version": "v1.1.2",
"source": {
"type": "git",
"url": "https://github.com/oomphinc/composer-installers-extender.git",
"reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56",
"reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"composer/installers": "^1.0"
},
"type": "composer-plugin",
"extra": {
"class": "OomphInc\\ComposerInstallersExtender\\Plugin"
},
"autoload": {
"psr-4": {
"OomphInc\\ComposerInstallersExtender\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stephen Beemsterboer",
"email": "stephen@oomphinc.com",
"homepage": "https://github.com/balbuf"
}
],
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
"homepage": "http://www.oomphinc.com/",
"time": "2017-03-31T16:57:39+00:00"
},
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
{
"name": "stuttter/ludicrousdb",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/stuttter/ludicrousdb.git",
"reference": "a6256d45888493e77156c79926501eadbb7f65f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stuttter/ludicrousdb/zipball/a6256d45888493e77156c79926501eadbb7f65f0",
"reference": "a6256d45888493e77156c79926501eadbb7f65f0",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.2"
},
"type": "wordpress-muplugin",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "John James Jacoby",
"email": "johnjamesjacoby@me.com"
},
{
"name": "Jonny Harris",
"email": "jon@spacedmonkey.co.uk"
}
],
"description": "LudicrousDB is a database class that supports replication, failover, load balancing, & partitioning, based on Automattic's HyperDB drop-in.",
"homepage": "https://github.com/stuttter/ludicrousdb",
"time": "2019-10-18T17:56:48+00:00"
},
{
"name": "wpackagist-plugin/autopost-to-mastodon",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/autopost-to-mastodon/",
"url": "https://downloads.wordpress.org/plugin/autopost-to-mastodon.3.6.1.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/autopost-to-mastodon/"
},
{
"name": "wpackagist-plugin/bogo",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/bogo/",
"url": "https://downloads.wordpress.org/plugin/bogo.3.4.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/bogo/"
},
{
"name": "wpackagist-plugin/buddypress",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/buddypress/",
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/buddypress.6.4.0.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"patches_applied": {
"Disable gravatar": "patches/buddypress/0053-Patch-buddypress.patch",
"Force https on buddypress login redirect": "patches/buddypress/0147-forced-https-on-buddypress-login-redirect.patch"
}
"homepage": "https://wordpress.org/plugins/buddypress/"
},
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
{
"name": "wpackagist-plugin/classic-editor",
"version": "1.6",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/classic-editor/",
"reference": "tags/1.6"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/classic-editor.1.6.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/classic-editor/"
},
{
"name": "wpackagist-plugin/disable-comments",
"version": "1.11.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-comments/",
"reference": "tags/1.11.0"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-comments.1.11.0.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-comments/"
},
{
"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",
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
"url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.6.7.zip"
"composer/installers": "~1.0"
"type": "wordpress-plugin",
"Run update checks during cron": "patches/plugins/disable-wordpress-updates.patch"
"homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
{
"name": "wpackagist-plugin/dvk-social-sharing",
"version": "1.3.3",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/dvk-social-sharing/",
"reference": "tags/1.3.3"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/dvk-social-sharing.1.3.3.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/dvk-social-sharing/"
},
{
"name": "wpackagist-plugin/event-list",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/event-list/",
"url": "https://downloads.wordpress.org/plugin/event-list.0.8.5.zip"
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/event-list/"
},
{
"name": "wpackagist-plugin/feedwordpress",
"version": "2020.0818",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/feedwordpress/",
"reference": "tags/2020.0818"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/feedwordpress.2020.0818.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/feedwordpress/"
},
{
"name": "wpackagist-plugin/footnotation",
"version": "1.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/footnotation/",
"reference": "tags/1.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/footnotation.1.2.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/footnotation/"
},
{
"name": "wpackagist-plugin/i-love-xm24-ribbon",
"version": "0.0.4",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/i-love-xm24-ribbon/",
"reference": "trunk"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/i-love-xm24-ribbon.zip?timestamp=1491226646"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/i-love-xm24-ribbon/"
},
{
"name": "wpackagist-plugin/katex",
"version": "2.1.1",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/katex/",
"reference": "tags/2.1.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/katex.2.1.1.zip"
},
"require": {
"composer/installers": "~1.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/katex/"
},
{
"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/plugins/more-privacy-options.patch"
}
},
"homepage": "https://wordpress.org/plugins/more-privacy-options/"
},