{
    "packages": [
        {
            "name": "composer/installers",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.27 || ^2.7",
                "composer/semver": "^1.7.2 || ^3.4.0",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-phpunit": "^1",
                "symfony/phpunit-bridge": "^7.1.1",
                "symfony/process": "^5 || ^6 || ^7"
            },
            "time": "2024-06-24T20:46:46+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",
                "concreteCMS",
                "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.3.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": "gamajo/template-loader",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GaryJones/Gamajo-Template-Loader.git",
                "reference": "fa92a37b780d945463f7fea328dce14933558752"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GaryJones/Gamajo-Template-Loader/zipball/fa92a37b780d945463f7fea328dce14933558752",
                "reference": "fa92a37b780d945463f7fea328dce14933558752",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
                "php": ">=7.1",
                "phpcompatibility/phpcompatibility-wp": "^1",
                "roave/security-advisories": "dev-master",
                "squizlabs/php_codesniffer": "^3.3",
                "wp-coding-standards/wpcs": "^1"
            },
            "suggest": {
                "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
            },
            "time": "2018-09-24T10:23:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "class-gamajo-template-loader.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Gary Jones",
                    "homepage": "https://gamajo.com",
                    "role": "Developer"
                }
            ],
            "description": "A class for your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin",
            "homepage": "https://github.com/GaryJones/Gamajo-Template-Loader",
            "keywords": [
                "templates",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/GaryJones/Gamajo-Template-Loader/issues",
                "source": "https://github.com/GaryJones/Gamajo-Template-Loader/tree/develop"
            },
            "install-path": "../gamajo/template-loader"
        },
        {
            "name": "wixel/gump",
            "version": "v1.12.2",
            "version_normalized": "1.12.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Wixel/GUMP.git",
                "reference": "3878abe3cb53c90bfce59add8eb18f78b1955445"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wixel/GUMP/zipball/3878abe3cb53c90bfce59add8eb18f78b1955445",
                "reference": "3878abe3cb53c90bfce59add8eb18f78b1955445",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-iconv": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "kamermans/docblock-reflection": "^1.0",
                "maddhatter/markdown-table": "^1.0",
                "mockery/mockery": "^1.3",
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^6"
            },
            "time": "2022-02-17T08:59:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "gump.class.php"
                ],
                "psr-4": {
                    "GUMP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sean Nieuwoudt",
                    "homepage": "https://wixelhq.com"
                },
                {
                    "name": "Filis Futsarov",
                    "homepage": "https://filis.me"
                }
            ],
            "description": "A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.",
            "homepage": "https://wixelhq.com/",
            "keywords": [
                "validate",
                "validation",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Wixel/GUMP/issues",
                "source": "https://github.com/Wixel/GUMP/tree/v1.12.2"
            },
            "install-path": "../wixel/gump"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
