kalenjordan/magehero

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "bd1b554b15e62a79a0f29b3b651966a6",
    "packages": [
        {
            "name": "container-interop/container-interop",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
                "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
            "time": "2014-12-30 15:22:37"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2014-12-23 22:40:37"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.7",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Cache\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2015-04-15 00:11:59"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09 13:34:57"
        },
        {
            "name": "erusev/parsedown",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "468d1e3da8bde049debee7f484a4f9c4b26b41ba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/468d1e3da8bde049debee7f484a4f9c4b26b41ba",
                "reference": "468d1e3da8bde049debee7f484a4f9c4b26b41ba",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "time": "2015-03-18 18:44:57"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "c67e4c2f7e06f89ca0eb4ce72b191144e40dc3ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/c67e4c2f7e06f89ca0eb4ce72b191144e40dc3ef",
                "reference": "c67e4c2f7e06f89ca0eb4ce72b191144e40dc3ef",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "time": "2015-02-12 00:36:44"
        },
        {
            "name": "j7mbo/twitter-api-php",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/J7mbo/twitter-api-php.git",
                "reference": "ab76f1c1e6bf83f0a257216cbaf9932b7cc19a3f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/ab76f1c1e6bf83f0a257216cbaf9932b7cc19a3f",
                "reference": "ab76f1c1e6bf83f0a257216cbaf9932b7cc19a3f",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "TwitterAPIExchange.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GNU Public License"
            ],
            "authors": [
                {
                    "name": "James Mallison",
                    "homepage": "https://github.com/j7mbo/twitter-api-php"
                }
            ],
            "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
            "homepage": "https://github.com/j7mbo/twitter-api-php",
            "keywords": [
                "api",
                "php",
                "twitter"
            ],
            "time": "2013-10-03 10:04:59"
        },
        {
            "name": "lusitanian/oauth",
            "version": "v0.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
                "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/ac5a1cd5a4519143728dce2213936eea302edf8a",
                "reference": "ac5a1cd5a4519143728dce2213936eea302edf8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*",
                "predis/predis": "0.8.*@dev",
                "symfony/http-foundation": "~2.1"
            },
            "suggest": {
                "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
                "predis/predis": "Allows using the Redis storage backend.",
                "symfony/http-foundation": "Allows using the Symfony Session storage backend."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "OAuth": "src",
                    "OAuth\\Unit": "tests"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Desberg",
                    "email": "david@daviddesberg.com"
                },
                {
                    "name": "Pieter Hordijk",
                    "email": "info@pieterhordijk.com"
                }
            ],
            "description": "PHP 5.3+ oAuth 1/2 Library",
            "keywords": [
                "Authentication",
                "authorization",
                "oauth",
                "security"
            ],
            "time": "2014-09-05 15:19:58"
        },
        {
            "name": "mnapoli/php-di",
            "version": "4.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/mnapoli/PHP-DI.git",
                "reference": "265d8a1d8cbc18600fe2c3358d33ca0f5be7b6ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mnapoli/PHP-DI/zipball/265d8a1d8cbc18600fe2c3358d33ca0f5be7b6ce",
                "reference": "265d8a1d8cbc18600fe2c3358d33ca0f5be7b6ce",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "~1.0",
                "doctrine/annotations": "~1.2",
                "doctrine/cache": "~1.0",
                "mnapoli/phpdocreader": "~1.3",
                "myclabs/php-enum": "~1.1",
                "ocramius/proxy-manager": "~0.5",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DI\\": "src/DI/"
                },
                "files": [
                    "src/DI/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP-DI is a Container that makes Dependency Injection as practical as possible in PHP",
            "homepage": "http://mnapoli.github.com/PHP-DI/",
            "keywords": [
                "container",
                "dependency injection",
                "di"
            ],
            "time": "2015-03-24 05:51:50"
        },
        {
            "name": "mnapoli/phpdocreader",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mnapoli/PhpDocReader.git",
                "reference": "8a6e123fd1ce54f7fcbd71747b3bf04e465da229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mnapoli/PhpDocReader/zipball/8a6e123fd1ce54f7fcbd71747b3bf04e465da229",
                "reference": "8a6e123fd1ce54f7fcbd71747b3bf04e465da229",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PhpDocReader": "src/",
                    "UnitTest": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "time": "2014-08-21 08:20:45"
        },
        {
            "name": "myclabs/php-enum",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/php-enum.git",
                "reference": "e5976f17636cd68cf07ee5fc3d036c0fd30d6297"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/e5976f17636cd68cf07ee5fc3d036c0fd30d6297",
                "reference": "e5976f17636cd68cf07ee5fc3d036c0fd30d6297",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MyCLabs\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "http://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
            "time": "2015-02-15 21:39:11"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/translation": "2.6.*"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Carbon": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2015-03-26 03:05:57"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "0.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "1.5.*"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-stdlib": "To use the hydrator proxy",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
            "time": "2014-09-28 14:18:11"
        },
        {
            "name": "symfony/console",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/Console",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Console.git",
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667",
                "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.1",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/process": "~2.1"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30 15:54:10"
        },
        {
            "name": "symfony/translation",
            "version": "v2.6.6",
            "target-dir": "Symfony/Component/Translation",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Translation.git",
                "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Translation/zipball/bd939f05cdaca128f4ddbae1b447d6f0203b60af",
                "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.3,>=2.3.12",
                "symfony/intl": "~2.3",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/yaml": "~2.2"
            },
            "suggest": {
                "psr/log": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Translation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Translation Component",
            "homepage": "http://symfony.com",
            "time": "2015-03-30 15:54:10"
        },
        {
            "name": "thepixeldeveloper/sitemap",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ThePixelDeveloper/Sitemap-v2.git",
                "reference": "0fb93d554734ff2f9ef3086d6d74d369b3ff7db6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ThePixelDeveloper/Sitemap-v2/zipball/0fb93d554734ff2f9ef3086d6d74d369b3ff7db6",
                "reference": "0fb93d554734ff2f9ef3086d6d74d369b3ff7db6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.13"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Sitemap": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mathew Davies",
                    "email": "thepixeldeveloper@googlemail.com",
                    "homepage": "http://mathew-davies.co.uk",
                    "role": "Developer"
                }
            ],
            "description": "XML sitemap generation",
            "keywords": [
                "Sitemap",
                "xml"
            ],
            "time": "2014-11-29 16:18:49"
        },
        {
            "name": "torophp/torophp",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/anandkunal/ToroPHP.git",
                "reference": "4e5f5388b2967754cbf57079acccdbac7467160b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/anandkunal/ToroPHP/zipball/4e5f5388b2967754cbf57079acccdbac7467160b",
                "reference": "4e5f5388b2967754cbf57079acccdbac7467160b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Toro.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Martin Bean",
                    "email": "martin@martinbean.co.uk",
                    "homepage": "http://www.martinbean.co.uk",
                    "role": "Developer"
                },
                {
                    "name": "Kunal Anand",
                    "email": "kunal.r.anand@gmail.com",
                    "homepage": "http://kunalanand.com/",
                    "role": "Developer"
                },
                {
                    "name": "Danillo César de O. Melo",
                    "email": "danillos@gmail.com",
                    "homepage": "http://www.danillocesar.com.br/",
                    "role": "Contributor"
                },
                {
                    "name": "Robbie Coleman",
                    "homepage": "http://robbie.robnrob.com",
                    "role": "Contributor"
                },
                {
                    "name": "John Kurkowski",
                    "role": "Contributor"
                },
                {
                    "name": "Berker Peksag",
                    "homepage": "http://berkerpeksag.com",
                    "role": "Developer"
                },
                {
                    "name": "Jason Mooberry",
                    "homepage": "http://jasonmooberry.com/",
                    "role": "Developer"
                }
            ],
            "description": "Toro is a PHP router for developing RESTful web applications and APIs.",
            "homepage": "http://github.com/anandkunal/ToroPHP",
            "keywords": [
                "framework",
                "php",
                "router"
            ],
            "time": "2015-04-15 21:01:31"
        },
        {
            "name": "twig/twig",
            "version": "1.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "67920147a81d5bd5bcd052b239ff85bae789f5a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/67920147a81d5bd5bcd052b239ff85bae789f5a3",
                "reference": "67920147a81d5bd5bcd052b239ff85bae789f5a3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.18-dev"
                }
            },
            "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"
            ],
            "time": "2015-03-26 12:33:23"
        },
        {
            "name": "zendframework/zend-code",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendCode.git",
                "reference": "cfd5951ff4348e4430850560416c7ddb755f95d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendCode/zipball/cfd5951ff4348e4430850560416c7ddb755f95d3",
                "reference": "cfd5951ff4348e4430850560416c7ddb755f95d3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-eventmanager": "self.version"
            },
            "require-dev": {
                "doctrine/common": ">=2.1",
                "zendframework/zend-stdlib": "self.version"
            },
            "suggest": {
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Code\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "code",
                "zf2"
            ],
            "time": "2015-04-01 17:59:08"
        },
        {
            "name": "zendframework/zend-eventmanager",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendEventManager.git",
                "reference": "38df5b567d4ff4d22144745c503ba0502d0d5695"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendEventManager/zipball/38df5b567d4ff4d22144745c503ba0502d0d5695",
                "reference": "38df5b567d4ff4d22144745c503ba0502d0d5695",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-stdlib": "self.version"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\EventManager\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "eventmanager",
                "zf2"
            ],
            "time": "2015-04-01 18:05:26"
        },
        {
            "name": "zendframework/zend-stdlib",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/Component_ZendStdlib.git",
                "reference": "eab586f4c18af3fa63c977611939f1f4a3cf1030"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/eab586f4c18af3fa63c977611939f1f4a3cf1030",
                "reference": "eab586f4c18af3fa63c977611939f1f4a3cf1030",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev",
                    "dev-develop": "2.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Stdlib\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zf2",
            "keywords": [
                "stdlib",
                "zf2"
            ],
            "time": "2015-04-01 18:09:29"
        },
        {
            "name": "zendframework/zendframework1",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zf1.git",
                "reference": "ac25b834cad87dd39375615517e181ef538c5bdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zf1/zipball/ac25b834cad87dd39375615517e181ef538c5bdc",
                "reference": "ac25b834cad87dd39375615517e181ef538c5bdc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11"
            },
            "require-dev": {
                "phpunit/dbunit": "1.3.*",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.12.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "library/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework"
            ],
            "time": "2015-04-17 15:15:29"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "torophp/torophp": 20,
        "twig/twig": 20,
        "zendframework/zendframework1": 20,
        "j7mbo/twitter-api-php": 20,
        "erusev/parsedown": 20,
        "ezyang/htmlpurifier": 20,
        "thepixeldeveloper/sitemap": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}