{
    "packages": [
        {
            "name": "composer/installers",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
                "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "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": "^5.3",
                "symfony/process": "^5"
            },
            "time": "2022-08-20T06:45:11+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "plugin-modifies-install-path": true
            },
            "installation-source": "dist",
            "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": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "matomo",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.2.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"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "mwstake/mediawiki-component-commonwebapis",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hallowelt/mwstake-mediawiki-component-commonwebapis.git",
                "reference": "792f9a6cbc0dcdcab5cf409ecd2b97ceef9dd91b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hallowelt/mwstake-mediawiki-component-commonwebapis/zipball/792f9a6cbc0dcdcab5cf409ecd2b97ceef9dd91b",
                "reference": "792f9a6cbc0dcdcab5cf409ecd2b97ceef9dd91b",
                "shasum": ""
            },
            "require": {
                "mwstake/mediawiki-component-datastore": "~1",
                "mwstake/mediawiki-component-utils": "~2",
                "mwstake/mediawiki-componentloader": "~1"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "0.4.0",
                "jakub-onderka/php-parallel-lint": "1.0.0",
                "mediawiki/mediawiki-codesniffer": "29.0.0",
                "mediawiki/minus-x": "1.0.0",
                "phpunit/phpunit": "^6.5"
            },
            "time": "2023-07-07T10:13:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "MWStake\\MediaWiki\\Component\\CommonWebAPIs\\": "src/",
                    "MWStake\\MediaWiki\\Component\\CommonWebAPIs\\Tests\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "BlueSpice",
                    "email": "support@bluespice.com"
                }
            ],
            "description": "Provides various web APIs (Action API and REST)",
            "support": {
                "issues": "https://github.com/hallowelt/mwstake-mediawiki-component-commonwebapis/issues",
                "source": "https://github.com/hallowelt/mwstake-mediawiki-component-commonwebapis/tree/2.0.5"
            },
            "install-path": "../mwstake/mediawiki-component-commonwebapis"
        },
        {
            "name": "mwstake/mediawiki-component-datastore",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hallowelt/mwstake-mediawiki-component-datastore.git",
                "reference": "47f914673c76381fb1470a99c732d18448d4fdf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hallowelt/mwstake-mediawiki-component-datastore/zipball/47f914673c76381fb1470a99c732d18448d4fdf0",
                "reference": "47f914673c76381fb1470a99c732d18448d4fdf0",
                "shasum": ""
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "0.4.0",
                "jakub-onderka/php-parallel-lint": "1.0.0",
                "mediawiki/mediawiki-codesniffer": "29.0.0",
                "mediawiki/minus-x": "1.0.0"
            },
            "time": "2023-09-26T09:01:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "MWStake\\MediaWiki\\Component\\DataStore\\": "src/",
                    "MWStake\\MediaWiki\\Component\\DataStore\\Tests\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "HalloWelt! GmbH",
                    "email": "info@hallowelt.com",
                    "homepage": "http://www.hallowelt.com"
                }
            ],
            "description": "datastore",
            "support": {
                "issues": "https://github.com/hallowelt/mwstake-mediawiki-component-datastore/issues",
                "source": "https://github.com/hallowelt/mwstake-mediawiki-component-datastore/tree/1.0.5"
            },
            "install-path": "../mwstake/mediawiki-component-datastore"
        },
        {
            "name": "mwstake/mediawiki-component-formengine",
            "version": "2.0.13",
            "version_normalized": "2.0.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hallowelt/mwstake-mediawiki-component-formengine.git",
                "reference": "fdfecef09e83501fdf2458c3bf1c9394e198f2c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hallowelt/mwstake-mediawiki-component-formengine/zipball/fdfecef09e83501fdf2458c3bf1c9394e198f2c6",
                "reference": "fdfecef09e83501fdf2458c3bf1c9394e198f2c6",
                "shasum": ""
            },
            "require": {
                "mwstake/mediawiki-componentloader": "~1"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "0.4.0",
                "jakub-onderka/php-parallel-lint": "1.0.0",
                "mediawiki/mediawiki-codesniffer": "29.0.0",
                "mediawiki/minus-x": "1.0.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2023-10-26T10:45:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "MWStake\\MediaWiki\\Component\\FormEngine\\": "src/",
                    "MWStake\\MediaWiki\\Component\\FormEngine\\Tests\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Hallo Welt! GmbH",
                    "email": "info@hallowelt.com",
                    "homepage": "http://www.hallowelt.com"
                }
            ],
            "support": {
                "issues": "https://github.com/hallowelt/mwstake-mediawiki-component-formengine/issues",
                "source": "https://github.com/hallowelt/mwstake-mediawiki-component-formengine/tree/2.0.13"
            },
            "install-path": "../mwstake/mediawiki-component-formengine"
        },
        {
            "name": "mwstake/mediawiki-component-utils",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hallowelt/mwstake-mediawiki-component-utils.git",
                "reference": "c8909f8143c3771b2e83f45c676b8bc3bf1883a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hallowelt/mwstake-mediawiki-component-utils/zipball/c8909f8143c3771b2e83f45c676b8bc3bf1883a9",
                "reference": "c8909f8143c3771b2e83f45c676b8bc3bf1883a9",
                "shasum": ""
            },
            "require": {
                "mwstake/mediawiki-componentloader": "~1"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "0.4.0",
                "jakub-onderka/php-parallel-lint": "1.0.0",
                "mediawiki/mediawiki-codesniffer": "29.0.0",
                "mediawiki/minus-x": "1.0.0",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2023-03-17T10:44:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "MWStake\\MediaWiki\\Component\\Utils\\": "src/",
                    "MWStake\\MediaWiki\\Component\\Utils\\Tests\\": "tests/phpunit/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "BlueSpice",
                    "email": "support@bluespice.com"
                }
            ],
            "support": {
                "issues": "https://github.com/hallowelt/mwstake-mediawiki-component-utils/issues",
                "source": "https://github.com/hallowelt/mwstake-mediawiki-component-utils/tree/2.0.4"
            },
            "install-path": "../mwstake/mediawiki-component-utils"
        },
        {
            "name": "mwstake/mediawiki-componentloader",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hallowelt/mwstake-mediawiki-componentloader.git",
                "reference": "d4a0b61ac6bc97d367402d619762d3745b0eb3e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hallowelt/mwstake-mediawiki-componentloader/zipball/d4a0b61ac6bc97d367402d619762d3745b0eb3e4",
                "reference": "d4a0b61ac6bc97d367402d619762d3745b0eb3e4",
                "shasum": ""
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "0.4.0",
                "jakub-onderka/php-parallel-lint": "1.0.0",
                "mediawiki/mediawiki-codesniffer": "29.0.0",
                "mediawiki/minus-x": "1.0.0"
            },
            "time": "2022-01-10T15:05:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "MWStake\\MediaWiki\\ComponentLoader\\": "src/",
                    "MWStake\\MediaWiki\\ComponentLoader\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "BlueSpice",
                    "email": "support@bluespice.com"
                }
            ],
            "description": "Required for proper initialization of MWStake components",
            "support": {
                "issues": "https://github.com/hallowelt/mwstake-mediawiki-componentloader/issues",
                "source": "https://github.com/hallowelt/mwstake-mediawiki-componentloader/tree/1.0.0"
            },
            "install-path": "../mwstake/mediawiki-componentloader"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
