[
    {
        "name": "twig/twig",
        "version": "v1.15.1",
        "version_normalized": "1.15.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fabpot/Twig.git",
            "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fabpot/Twig/zipball/1fb5784662f438d7d96a541e305e28b812e2eeed",
            "reference": "1fb5784662f438d7d96a541e305e28b812e2eeed",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "time": "2014-02-13 10:19:29",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-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": "https://github.com/fabpot/Twig/graphs/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "vlucas/valitron",
        "version": "1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/valitron.git",
            "reference": "c0ff8076d694a3c35f97dc34760107bb2bea6f20"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/valitron/zipball/c0ff8076d694a3c35f97dc34760107bb2bea6f20",
            "reference": "c0ff8076d694a3c35f97dc34760107bb2bea6f20",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-06-11 14:25:29",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Valitron": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "http://www.vancelucas.com",
                "role": "Developer"
            }
        ],
        "description": "Simple, elegant, stand-alone validation library with NO dependencies",
        "homepage": "http://github.com/vlucas/valitron",
        "keywords": [
            "valid",
            "validation",
            "validator"
        ]
    },
    {
        "name": "dsawardekar/wp-requirements",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dsawardekar/wp-requirements.git",
            "reference": "3e3b38b637b020834ed17af39440fda5ed4c13ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dsawardekar/wp-requirements/zipball/3e3b38b637b020834ed17af39440fda5ed4c13ef",
            "reference": "3e3b38b637b020834ed17af39440fda5ed4c13ef",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0"
        },
        "time": "2014-05-13 15:26:32",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Darshan Sawardekar",
                "email": "darshan@sawardekar.org",
                "homepage": "http://pressing-matters.io",
                "role": "Developer"
            }
        ],
        "description": "Library for handling minimum system requirements in WordPress Plugins",
        "homepage": "http://github.com/dsawardekar/wp-requirements",
        "keywords": [
            "minimum",
            "system requirements",
            "wordpress"
        ]
    },
    {
        "name": "dsawardekar/encase-php",
        "version": "0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dsawardekar/encase-php.git",
            "reference": "348784176c8666ea5eceeed5d429b2ddbf4ab7e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dsawardekar/encase-php/zipball/348784176c8666ea5eceeed5d429b2ddbf4ab7e0",
            "reference": "348784176c8666ea5eceeed5d429b2ddbf4ab7e0",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0"
        },
        "time": "2014-06-06 11:58:13",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Encase\\": "src/Encase"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Darshan Sawardekar",
                "email": "darshan@sawardekar.org",
                "homepage": "http://pressing-matters.io",
                "role": "Developer"
            }
        ],
        "description": "Lightweight IOC container for PHP",
        "homepage": "http://github.com/dsawardekar/encase-php",
        "keywords": [
            "container",
            "dependency injection",
            "ioc"
        ]
    },
    {
        "name": "dsawardekar/arrow",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dsawardekar/arrow.git",
            "reference": "d940a85d39d65bba25b426655d40d5c521061f05"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dsawardekar/arrow/zipball/d940a85d39d65bba25b426655d40d5c521061f05",
            "reference": "d940a85d39d65bba25b426655d40d5c521061f05",
            "shasum": ""
        },
        "require": {
            "dsawardekar/encase-php": "~0.2.0",
            "dsawardekar/wp-requirements": "~0.3.0",
            "twig/twig": "~1.15.0",
            "vlucas/valitron": "~1.1.5"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.0",
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": "~0.6.0"
        },
        "time": "2014-08-06 15:19:23",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Arrow\\": "lib/Arrow"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Darshan Sawardekar",
                "email": "darshan@sawardekar.org",
                "homepage": "http://pressing-matters.io",
                "role": "Developer"
            }
        ],
        "description": "WordPress Plugin Development Library",
        "homepage": "http://github.com/dsawardekar/arrow",
        "keywords": [
            "library",
            "wordpress",
            "wordpress plugins"
        ]
    }
]
