Skip to content
Snippets Groups Projects
composer.lock 68.4 KiB
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"
    ],
lucha's avatar
lucha committed
    "content-hash": "1c5239f227d0730fd34ee135b79c6cf4",
    "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"
                }
            ],
            "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",
            "version": "5.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress.git",
                "reference": "0973abd5c01ecce0b60bc1c81a6dd072827de930"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/0973abd5c01ecce0b60bc1c81a6dd072827de930",
                "reference": "0973abd5c01ecce0b60bc1c81a6dd072827de930",
                "shasum": ""
            },
            "require": {
                "johnpbloch/wordpress-core": "5.5.1",
                "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-09-01T19:07:41+00:00"
        },
        {
            "name": "johnpbloch/wordpress-core",
            "version": "5.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress-core.git",
                "reference": "fa5bcb1579eae33baef6c04355f8d6657e5bd349"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/fa5bcb1579eae33baef6c04355f8d6657e5bd349",
                "reference": "fa5bcb1579eae33baef6c04355f8d6657e5bd349",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6.20"
            },
            "provide": {
                "wordpress/core-implementation": "5.5.1"
            },
            "type": "wordpress-core",
lucha's avatar
lucha committed
            "extra": {
                "patches_applied": {
                    "Disable WP 1.2 upgrade": "patches/core/wp-upgrade-110.patch",
                    "Do not leak how many users/blogs there are to api.wordpress.org": "patches/core/0101-Do-not-leak-how-many-users-blogs-there-are-to-api.wo.patch",
                    "Anonymize user-agent and don't send some headers when checking for updates": "patches/core/0102-anonymize-user-agent-and-don-t-send-some-headers-whe.patch",
                    "Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch",
                    "Don't leak which blog has been logged into via get_bloginfo()": "patches/core/0110-Don-t-leak-which-blog-has-been-logged-into-via-get_b.patch",
                    "Do not use fake wordpress version": "patches/core/0153-do-not-use-fake-wordpress-version.patch",
                    "Stop Wordpress from hardcoding the location of debug.log": "patches/core/0199-patch-stops-wordpress-from-hardcoding-the-location-o.patch",
                    "Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch"
lucha's avatar
lucha committed
                }
            },
            "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-09-01T19:07:35+00:00"
        },
        {
            "name": "johnpbloch/wordpress-core-installer",
            "version": "2.0.0",
            "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"
lucha's avatar
lucha committed
        },
        {
            "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": "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/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/r2db",
            "version": "0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://git.autistici.org/api/v4/projects/449/packages/composer/archives/noblogs/r2db.zip?sha=6db8ed54d228e00305d43d36ea77a869f7d48764",
                "reference": "6db8ed54d228e00305d43d36ea77a869f7d48764",
                "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",
            "version": "0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://git.autistici.org/api/v4/projects/456/packages/composer/archives/noblogs/remove-gravatar.zip?sha=4fa1d9a959e444f6e35898599bd653cab4c0c723",
                "reference": "4fa1d9a959e444f6e35898599bd653cab4c0c723",
                "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."
        },
lucha's avatar
lucha committed
        {
            "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": "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"
        },
lucha's avatar
lucha committed
        {
            "name": "wpackagist-plugin/autopost-to-mastodon",
            "version": "3.6",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/autopost-to-mastodon/",
                "reference": "tags/3.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/autopost-to-mastodon.3.6.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/autopost-to-mastodon/"
        },
        {
            "name": "wpackagist-plugin/bogo",
            "version": "3.3.4",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/bogo/",
                "reference": "tags/3.3.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/bogo.3.3.4.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/bogo/"
        },
        {
            "name": "wpackagist-plugin/buddypress",
            "version": "6.3.0",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/buddypress/",
                "reference": "tags/6.3.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/buddypress.6.3.0.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
lucha's avatar
lucha committed
            "extra": {
                "patches_applied": []
            },
            "homepage": "https://wordpress.org/plugins/buddypress/"
        },
lucha's avatar
lucha committed
        {
            "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/"
        },
lucha's avatar
lucha committed
        {
            "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"
lucha's avatar
lucha committed
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/disable-emojis/"
        },
lucha's avatar
lucha committed
        {
            "name": "wpackagist-plugin/disable-wordpress-updates",
            "version": "1.6.6",
lucha's avatar
lucha committed
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
                "reference": "tags/1.6.6"
lucha's avatar
lucha committed
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.6.6.zip"
lucha's avatar
lucha committed
            },
            "require": {
                "composer/installers": "~1.0"
lucha's avatar
lucha committed
            },
            "type": "wordpress-plugin",
lucha's avatar
lucha committed
            "extra": {
                    "Run update checks during cron": "patches/plugins/disable-wordpress-updates.patch"
lucha's avatar
lucha committed
                }
            },
            "homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
lucha's avatar
lucha committed
        },
lucha's avatar
lucha committed
        {
            "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",
            "version": "0.8.3",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/event-list/",
                "reference": "tags/0.8.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/event-list.0.8.3.zip"
            },
            "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/hyperdb",
            "version": "1.7",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/hyperdb/",
                "reference": "tags/1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/hyperdb.1.7.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "extra": {
                "patches_applied": {
                    "A few fixes to the global wpdb_hash instance (moved into wpdb)": "patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch",
                    "Profiling: changing the define AI_DB_PROFILER to true will enable query logging (use with caution!)": "patches/hyperdb/0116-Performance-tweaks.patch",
                    "Prevent mysql-proxy to cache the admin section": "patches/hyperdb/0117-prevent-mysql-proxy-to-cache-the-admin-section.patch",
                    "Awful workaround (?)": "patches/hyperdb/0126-awful-workaround.patch",
                    "Added optional logging": "patches/hyperdb/0158-Added-optional-logging.patch",
                    "Adding extreme debugging when wp_debug is true": "patches/hyperdb/0161-adding-extreme-debugging-when-wp_debug-is-true.patch"
                }
            },
            "homepage": "https://wordpress.org/plugins/hyperdb/"
        },
lucha's avatar
lucha committed
        {
            "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/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/"
        },
lucha's avatar
lucha committed
        {
            "name": "wpackagist-plugin/nofollow-free",
            "version": "1.6.3",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/nofollow-free/",
                "reference": "tags/1.6.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/nofollow-free.1.6.3.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/nofollow-free/"
        },
        {
            "name": "wpackagist-plugin/oembed-provider",
            "version": "2.1.0",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/oembed-provider/",
                "reference": "tags/2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/oembed-provider.2.1.0.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/oembed-provider/"
        },
        {
            "name": "wpackagist-plugin/pubsubhubbub",
            "version": "3.0.3",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/pubsubhubbub/",
                "reference": "tags/3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/pubsubhubbub.3.0.3.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/pubsubhubbub/"
        },
        {
            "name": "wpackagist-plugin/rss-license",
            "version": "0.1",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/rss-license/",
                "reference": "tags/0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/rss-license.0.1.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/rss-license/"
        },
        {
            "name": "wpackagist-plugin/simply-exclude",
            "version": "2.0.6.6",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/simply-exclude/",
                "reference": "tags/2.0.6.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/simply-exclude.2.0.6.6.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/simply-exclude/"
        },
        {
            "name": "wpackagist-plugin/soundcloud-shortcode",
            "version": "3.0.2",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/soundcloud-shortcode/",
                "reference": "tags/3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/soundcloud-shortcode.3.0.2.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/soundcloud-shortcode/"
        },
        {