[
    {
        "name": "composer/installers",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "d78064c68299743e0161004f2de3a0204e33b804"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
            "reference": "d78064c68299743e0161004f2de3a0204e33b804",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2016-08-13 20:53:52",
        "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",
            "Hurad",
            "ImageCMS",
            "MODX Evo",
            "Mautic",
            "OXID",
            "Plentymarkets",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "joomla",
            "kohana",
            "laravel",
            "lithium",
            "magento",
            "mako",
            "mediawiki",
            "modulework",
            "moodle",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "otgs/installer",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "ssh://git@git.onthegosystems.com:10022/installer/installer.git",
            "reference": "a44c885a44923f64dde00e24e257ff0384e5238a"
        },
        "require": {
            "composer/installers": "~1.0",
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2016-08-05 08:23:27",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev",
                "dev-develop": "1.7.x-dev"
            }
        },
        "installation-source": "source",
        "scripts": {
            "test": [
                "phpunit"
            ]
        },
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Mihai Grigori",
                "email": "mihai@wpml.org",
                "homepage": "http://www.wp-types.com"
            }
        ],
        "description": "Installs and updates WPML and Toolset dependencies automatically",
        "homepage": "https://git.onthegosystems.com/installer/installer",
        "keywords": [
            "install",
            "plugins",
            "update",
            "utils"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.24.2",
        "version_normalized": "1.24.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
            "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "require-dev": {
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2016-09-01 17:50:53",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.24-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "wpml/commons",
        "version": "dev-develop",
        "version_normalized": "dev-develop",
        "source": {
            "type": "git",
            "url": "ssh://git@git.onthegosystems.com:10022/wpml/wpml-commons.git",
            "reference": "931d9f919b18cacc885a4f9ed2cf6e00b550fdc9"
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2016-06-14 07:12:09",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev",
                "dev-develop": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "scripts": {
            "test": [
                "phpunit"
            ]
        },
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Andrea Sciamanna",
                "email": "andrea.s@icanlocalize.com",
                "homepage": "http://wpml.org"
            },
            {
                "name": "Bruce Pearsons",
                "email": "bruce.p@icanlocalize.com",
                "homepage": "http://wpml.org"
            },
            {
                "name": "Armin Braun",
                "email": "armin.b@icanlocalize.com",
                "homepage": "http://wpml.org"
            }
        ],
        "description": "A set of libraries for WPML Plugins",
        "homepage": "https://git.onthegosystems.com/wpml/wpml-commons",
        "keywords": [
            "auto-loader",
            "twig-extensions"
        ]
    },
    {
        "name": "xrstf/composer-php52",
        "version": "v1.0.20",
        "version_normalized": "1.0.20.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer-php52/composer-php52.git",
            "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
            "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
            "shasum": ""
        },
        "time": "2016-04-16 21:52:24",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-default": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "xrstf\\Composer52": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ]
    }
]
