Skip to content
Snippets Groups Projects
composer.lock 18.9 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
        "_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#composer-lock-the-lock-file",
            "This file is @generated automatically"
        ],
    
        "content-hash": "3dcdbd9dc528dda94268de4f8fb9b61b",
    
        "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"
                ],
                "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.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/johnpbloch/wordpress.git",
                    "reference": "2cdacd2a14c9960bcd86d8b4d7b1f211b3e77684"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/2cdacd2a14c9960bcd86d8b4d7b1f211b3e77684",
                    "reference": "2cdacd2a14c9960bcd86d8b4d7b1f211b3e77684",
                    "shasum": ""
                },
                "require": {
                    "johnpbloch/wordpress-core": "5.4.1",
                    "johnpbloch/wordpress-core-installer": "^1.0",
                    "php": ">=5.6.20"
                },
                "type": "package",
    
    lucha's avatar
    lucha committed
                "extra": {
                    "patches_applied": []
                },
    
                "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-04-29T19:02:59+00:00"
            },
            {
                "name": "johnpbloch/wordpress-core",
                "version": "5.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/johnpbloch/wordpress-core.git",
                    "reference": "4639993365dbb3c935d420df22f84c136d9ef4d1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/4639993365dbb3c935d420df22f84c136d9ef4d1",
                    "reference": "4639993365dbb3c935d420df22f84c136d9ef4d1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6.20"
                },
                "provide": {
                    "wordpress/core-implementation": "5.4.1"
                },
                "type": "wordpress-core",
    
    lucha's avatar
    lucha committed
                "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-04-29T19:02:53+00:00"
            },
            {
                "name": "johnpbloch/wordpress-core-installer",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/johnpbloch/wordpress-core-installer.git",
                    "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/fd12f5cfe27223b92b0f4bbc097059eb23cc56c4",
                    "reference": "fd12f5cfe27223b92b0f4bbc097059eb23cc56c4",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.0"
                },
                "conflict": {
                    "composer/installers": "<1.0.6"
                },
                "require-dev": {
                    "composer/composer": "^1.0",
                    "phpunit/phpunit": ">=4.8.35"
                },
                "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": "2018-11-09T20:10:38+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"
            },
    
    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",
                    "reference": null,
                    "shasum": null
    
    lucha's avatar
    lucha committed
                },
                "require": {
    
                    "composer/installers": "~1.0"
    
    lucha's avatar
    lucha committed
                },
    
                "type": "wordpress-plugin",
    
    lucha's avatar
    lucha committed
                "extra": {
    
                    "patches_applied": {
                        "Disable automatic updates": "patches/0001-Patched-Disable-Updates-to-run-checks-during-cron-jo.patch"
    
    lucha's avatar
    lucha committed
                    }
                },
    
                "homepage": "https://wordpress.org/plugins/disable-wordpress-updates/"
    
    lucha's avatar
    lucha committed
            },
    
            {
                "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",
                    "reference": null,
                    "shasum": null
                },
                "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",
                    "reference": null,
                    "shasum": null
                },
                "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/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",
                    "reference": null,
                    "shasum": null
                },
                "require": {
                    "composer/installers": "~1.0"
                },
                "type": "wordpress-plugin",
                "homepage": "https://wordpress.org/plugins/wpmu-new-blog-defaults/"
            },
    
    lucha's avatar
    lucha committed
            {
    
    lucha's avatar
    lucha committed
                "name": "wpackagist-theme/minimalism",
                "version": "1.0.3",
    
    lucha's avatar
    lucha committed
                "source": {
                    "type": "svn",
    
    lucha's avatar
    lucha committed
                    "url": "https://themes.svn.wordpress.org/minimalism/",
                    "reference": "1.0.3"
    
    lucha's avatar
    lucha committed
                },
                "dist": {
                    "type": "zip",
    
    lucha's avatar
    lucha committed
                    "url": "https://downloads.wordpress.org/theme/minimalism.1.0.3.zip",
    
    lucha's avatar
    lucha committed
                    "reference": null,
                    "shasum": null
                },
                "require": {
                    "composer/installers": "~1.0"
                },
    
    lucha's avatar
    lucha committed
                "type": "wordpress-theme",
    
    lucha's avatar
    lucha committed
                "extra": {
    
    lucha's avatar
    lucha committed
                    "patches_applied": {
                        "Minimalism theme footer": "patches/0001-Patch-theme-minimalism.patch"
                    }
    
    lucha's avatar
    lucha committed
                },
    
    lucha's avatar
    lucha committed
                "homepage": "https://wordpress.org/themes/minimalism/"
    
    lucha's avatar
    lucha committed
        "packages-dev": [
            {
                "name": "lucha/r2db",
                "version": "dev-master",
                "source": {
                    "type": "git",
                    "url": "git@git.autistici.org:lucha/r2db.git",
    
                    "reference": "636019a5fd859f54c1e2fe0db8be181fd185c855"
    
    lucha's avatar
    lucha committed
                },
                "require": {
    
    lucha's avatar
    lucha committed
                },
    
    lucha's avatar
    lucha committed
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "lucha",
                        "email": "lucha@paranoici.org"
                    }
                ],
                "description": "r2db wordpress database",
    
                "time": "2020-05-23T22:04:37+00:00"
    
    lucha's avatar
    lucha committed
            }
        ],
    
        "aliases": [],
        "minimum-stability": "stable",
    
    lucha's avatar
    lucha committed
        "stability-flags": {
            "lucha/r2db": 20
        },
    
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": {
            "php": ">=7.1"
        },
        "platform-dev": []
    }