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"
],
"content-hash": "46871cbc8da2608ae1255966c4e47188",
"packages": [
{
"name": "bjornjohansen/wplang",
"source": {
"type": "git",
"url": "https://github.com/bjornjohansen/wplang.git",
"reference": "30e147e6438c7e873ffe9723c316ea9ac2ff26fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bjornjohansen/wplang/zipball/30e147e6438c7e873ffe9723c316ea9ac2ff26fb",
"reference": "30e147e6438c7e873ffe9723c316ea9ac2ff26fb",
"shasum": ""
},
"require": {
},
"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",
"support": {
"issues": "https://github.com/bjornjohansen/wplang/issues",
"source": "https://github.com/bjornjohansen/wplang/tree/0.2.0"
},
"time": "2021-10-27T19:29:47+00:00"
},
{
"name": "composer/installers",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
"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": {
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
}
},
"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",
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
"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"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0"
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-09-13T08:19:44+00:00"
},
{
"name": "cweagans/composer-patches",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"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.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
"time": "2022-12-20T22:53:13+00:00"
},
{
"name": "johnpbloch/wordpress",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress.git",
"reference": "236680349aff347c8bac55665245d3b347d162f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/236680349aff347c8bac55665245d3b347d162f0",
"reference": "236680349aff347c8bac55665245d3b347d162f0",
"shasum": ""
},
"require": {
"johnpbloch/wordpress-core": "6.2.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": "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"
],
"docs": "https://developer.wordpress.org/",
"forum": "https://wordpress.org/support/",
"issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser"
"time": "2023-05-20T04:40:46+00:00"
},
{
"name": "johnpbloch/wordpress-core",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "5ed6d4a0469ff42d7ec4a1f72558be8f897a6e18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/5ed6d4a0469ff42d7ec4a1f72558be8f897a6e18",
"reference": "5ed6d4a0469ff42d7ec4a1f72558be8f897a6e18",
"shasum": ""
},
"require": {
"php": ">=5.6.20"
},
"provide": {
"wordpress/core-implementation": "6.2.2"
},
"type": "wordpress-core",
"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"
],
"support": {
"forum": "https://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"time": "2023-05-20T04:40:42+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"
],
"support": {
"issues": "https://github.com/johnpbloch/wordpress-core-installer/issues",
"source": "https://github.com/johnpbloch/wordpress-core-installer/tree/master"
},
"time": "2020-04-16T21:44:57+00:00"
{
"name": "koodimonni/composer-dropin-installer",
"version": "1.4",
"source": {
"type": "git",
"url": "https://github.com/Koodimonni/Composer-Dropin-Installer.git",
"reference": "9596ef8f50cbba2cdc707ca3b1f5e4a0e9fa7e7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Koodimonni/Composer-Dropin-Installer/zipball/9596ef8f50cbba2cdc707ca3b1f5e4a0e9fa7e7e",
"reference": "9596ef8f50cbba2cdc707ca3b1f5e4a0e9fa7e7e",
"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@keksi.io",
"role": "Developer"
}
],
"description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.",
"support": {
"issues": "https://github.com/Koodimonni/Composer-Dropin-Installer/issues",
"source": "https://github.com/Koodimonni/Composer-Dropin-Installer/tree/1.4"
"time": "2022-02-02T11:42:57+00:00"
{
"name": "noblogs/ai-authenticate-rest-api-plugin",
"version": "0.0.4",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/ai-authenticate-rest-api-plugin.git",
"reference": "9b747f7e265b14c6f5795a6836ea28f9f6cbc534"
"url": "https://git.autistici.org/api/v4/projects/578/packages/composer/archives/noblogs/ai-authenticate-rest-api-plugin.zip?sha=9b747f7e265b14c6f5795a6836ea28f9f6cbc534",
"reference": "9b747f7e265b14c6f5795a6836ea28f9f6cbc534",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-plugin",
"authors": [
{
"name": "ale",
"email": "ale@autistici.org"
}
],
"description": "git@git.autistici.org:noblogs/ai-authenticate-rest-api-plugin.git"
},
"version": "0.0.23",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/ai-global-activity-plugin.git",
"reference": "841251761b8bbd2a4ebb7d58cd2277b9ef0fb3ee"
"url": "https://git.autistici.org/api/v4/projects/485/packages/composer/archives/noblogs/ai-global-activity-plugin.zip?sha=841251761b8bbd2a4ebb7d58cd2277b9ef0fb3ee",
"reference": "841251761b8bbd2a4ebb7d58cd2277b9ef0fb3ee",
"shasum": ""
},
"require": {
"composer/installers": "^1.9"
},
"type": "wordpress-plugin",
"authors": [
{
"name": "lucha",
"email": "lucha@paranoici.org"
}
],
"description": "git@git.autistici.org:noblogs/ai-global-activity-plugin.git"
},
{
"name": "noblogs/ai-mu-plugins",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/ai-mu-plugins.git",
"reference": "b2e4d8f074527cd1ccf8806a5d17b835e17b9df8"
"dist": {
"type": "zip",
"url": "https://git.autistici.org/api/v4/projects/452/packages/composer/archives/noblogs/ai-mu-plugins.zip?sha=b2e4d8f074527cd1ccf8806a5d17b835e17b9df8",
"reference": "b2e4d8f074527cd1ccf8806a5d17b835e17b9df8",
"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",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/eu-compliance.git",
"reference": "05a3c2427024a8f3611b59c3ee2c3f7e1f9f553b"
},
"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."
},
{
"name": "noblogs/noblogs-wp-ssl",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/noblogs-wp-ssl.git",
"reference": "fe58b34f3a940322ecf74356425d0dc4fc47b7c8"
},
"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"
},
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/nospam.git",
"reference": "3a2b9c127af8b053b8827ddbc389d8c603aa2881"
"url": "https://git.autistici.org/api/v4/projects/465/packages/composer/archives/noblogs/nospam.zip?sha=3a2b9c127af8b053b8827ddbc389d8c603aa2881",
"reference": "3a2b9c127af8b053b8827ddbc389d8c603aa2881",
"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",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/r2db.git",
"reference": "9261edddf161b186ed8bf6245c6fe5baa88d5068"
},
"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",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/remove-gravatar.git",
"reference": "080ff553dc8fa0b6c7e2939f6d88f42e747fb2ee"
},
"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."
},
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/themes-child.git",
"reference": "6d783595c42291582598c4d12bc5829d9f5f6c4b"
"url": "https://git.autistici.org/api/v4/projects/464/packages/composer/archives/noblogs/themes-child.zip?sha=6d783595c42291582598c4d12bc5829d9f5f6c4b",
"reference": "6d783595c42291582598c4d12bc5829d9f5f6c4b",
"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",
"source": {
"type": "git",
"url": "https://git.autistici.org/noblogs/themes-misc.git",
"reference": "26168154078ac2fda242d053dfee21cc33536828"
"url": "https://git.autistici.org/api/v4/projects/487/packages/composer/archives/noblogs/themes-misc.zip?sha=26168154078ac2fda242d053dfee21cc33536828",
"reference": "26168154078ac2fda242d053dfee21cc33536828",
"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"
},
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
{
"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": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/oomphinc/composer-installers-extender.git",
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
"composer/installers": "^1.0 || ^2.0",
"php": ">=7.1"
},
"require-dev": {
"composer/composer": "^2.0",
"phpunit/phpunit": "^7.2",
"squizlabs/php_codesniffer": "^3.3"
},
"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"
},
{
"name": "Nathan Dentzau",
"email": "nate@oomphinc.com",
"homepage": "http://oomph.is/ndentzau"
}
],
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
"homepage": "http://www.oomphinc.com/",
"support": {
"issues": "https://github.com/oomphinc/composer-installers-extender/issues",
"source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
"time": "2021-12-15T12:32:42+00:00"
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
823
824
{
"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",
"support": {
"issues": "https://github.com/stuttter/ludicrousdb/issues",
"source": "https://github.com/stuttter/ludicrousdb"
},
"version": "0.17.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/activitypub/",
"reference": "tags/0.17.0"
"url": "https://downloads.wordpress.org/plugin/activitypub.0.17.0.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/activitypub/"
},
{
"name": "wpackagist-plugin/autopost-to-mastodon",
"version": "3.7",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/autopost-to-mastodon/",
"reference": "tags/3.7"
"url": "https://downloads.wordpress.org/plugin/autopost-to-mastodon.3.7.zip"
},
"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.7.zip"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/bogo/"
},
{
"name": "wpackagist-plugin/classic-editor",
"version": "1.6.3",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/classic-editor/",
"reference": "tags/1.6.3"
"url": "https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/classic-editor/"
},
{
"name": "wpackagist-plugin/creative-commons",
"version": "2021.04.1",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/creative-commons/",
"reference": "tags/2021.04.1"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/creative-commons.2021.04.1.zip"
},
"require": {
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/creative-commons/"
},
{
"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": {
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-comments/"
},
"version": "1.7.4",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-emojis/",
"reference": "tags/1.7.4"
"url": "https://downloads.wordpress.org/plugin/disable-emojis.1.7.4.zip"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-emojis/"
},
{
"name": "wpackagist-plugin/disable-remove-google-fonts",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-remove-google-fonts/",
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-remove-google-fonts.1.5.4.zip"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-remove-google-fonts/"
},
"name": "wpackagist-plugin/disable-wordpress-updates",
"version": "1.7.1",
"type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
"reference": "tags/1.7.1"
"url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.7.1.zip"
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
{
"name": "wpackagist-plugin/dvk-social-sharing",
"version": "1.3.4",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/dvk-social-sharing/",
"reference": "tags/1.3.4"