[
    {
        "name": "composer/installers",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "^4.8.36"
        },
        "time": "2018-08-27T06:10:37+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Composer\\Installers\\Plugin",
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "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": [
            "Craft",
            "Dolibarr",
            "Eliasis",
            "Hurad",
            "ImageCMS",
            "Kanboard",
            "Lan Management System",
            "MODX Evo",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "tarnawski/associator-php-sdk",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tarnawski/associator-php-sdk.git",
            "reference": "7262c62a866776934a1c24235cb4dd12527c2827"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tarnawski/associator-php-sdk/zipball/7262c62a866776934a1c24235cb4dd12527c2827",
            "reference": "7262c62a866776934a1c24235cb4dd12527c2827",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.6"
        },
        "require-dev": {
            "phpcompatibility/php-compatibility": "^9.0",
            "phpmd/phpmd": "^2.6",
            "phpunit/phpunit": "^5",
            "sebastian/phpcpd": "^3.0",
            "squizlabs/php_codesniffer": "3.*"
        },
        "time": "2019-02-02T22:35:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Associator\\": "src/Associator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tomasz Tarnawski",
                "email": "tarnawski27@gmail.com"
            }
        ],
        "description": "PHP SDK to allow access to AssociatorAPI"
    },
    {
        "name": "wpdesk/wp-autoloader",
        "version": "1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/wpdesk/wp-autoloader.git",
            "reference": "2c471071e240b0f093610d45e20601369e3e3d92"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-autoloader/repository/archive.zip?sha=2c471071e240b0f093610d45e20601369e3e3d92",
            "reference": "2c471071e240b0f093610d45e20601369e3e3d92",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "psr/log": "^1.0",
            "wpdesk/wp-basic-requirements": "^2.0"
        },
        "require-dev": {
            "10up/wp_mock": "*",
            "mockery/mockery": "*",
            "phpunit/phpunit": "<7",
            "squizlabs/php_codesniffer": "^3.0.2",
            "wimg/php-compatibility": "^8",
            "wp-coding-standards/wpcs": "^0.14.1"
        },
        "time": "2018-10-18T13:10:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Krzysiek",
                "email": "krzysiek@wpdesk.pl"
            }
        ]
    },
    {
        "name": "wpdesk/wp-basic-requirements",
        "version": "2.2",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/wpdesk/wp-basic-requirements.git",
            "reference": "5cd4ac45986f3919bd63e2c4517dafe12fea5e97"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-basic-requirements/repository/archive.zip?sha=5cd4ac45986f3919bd63e2c4517dafe12fea5e97",
            "reference": "5cd4ac45986f3919bd63e2c4517dafe12fea5e97",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "10up/wp_mock": "*",
            "mockery/mockery": "*",
            "php": ">=5.5",
            "phpunit/phpunit": "<7",
            "squizlabs/php_codesniffer": "^3.0.2",
            "wimg/php-compatibility": "^8",
            "wp-coding-standards/wpcs": "^0.14.1"
        },
        "time": "2018-12-07T16:19:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Krzysiek",
                "email": "krzysiek@wpdesk.pl"
            }
        ]
    },
    {
        "name": "wpdesk/wp-builder",
        "version": "1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/wpdesk/wp-builder.git",
            "reference": "7e54daed6f86260705fa65d2668ae65f9e66114f"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=7e54daed6f86260705fa65d2668ae65f9e66114f",
            "reference": "7e54daed6f86260705fa65d2668ae65f9e66114f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "wpdesk/wp-basic-requirements": "^2.0"
        },
        "require-dev": {
            "10up/wp_mock": "*",
            "mockery/mockery": "*",
            "phpunit/phpunit": "<7",
            "squizlabs/php_codesniffer": "^3.0.2",
            "wimg/php-compatibility": "^8",
            "wp-coding-standards/wpcs": "^0.14.1"
        },
        "time": "2018-10-18T13:11:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "WPDesk\\PluginBuilder\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Krzysiek",
                "email": "krzysiek@wpdesk.pl"
            }
        ]
    },
    {
        "name": "wpdesk/wp-settings",
        "version": "1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/wpdesk/wp-settings.git",
            "reference": "6575bc86da10a47a9cbccaef9ba475601d52617a"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-settings/repository/archive.zip?sha=6575bc86da10a47a9cbccaef9ba475601d52617a",
            "reference": "6575bc86da10a47a9cbccaef9ba475601d52617a",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/php-invoker": "1.1.3",
            "phpunit/phpunit": "3.7.31",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2018-08-01T11:34:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "source/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "WP Desk",
                "email": "wpdesk@wpdesk.net"
            }
        ],
        "description": "A PHP library for implementing a simple, transparent WordPress settings panel.",
        "homepage": "https://wpdesk.net/",
        "keywords": [
            "Settings",
            "options",
            "wpdesk"
        ]
    }
]
