2545 lines
		
	
	
		
			87 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			2545 lines
		
	
	
		
			87 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "_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": "34a4f5a56891e51217c305b97e8cc675",
 | 
						|
    "packages": [
 | 
						|
        {
 | 
						|
            "name": "doctrine/annotations",
 | 
						|
            "version": "v1.2.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/annotations.git",
 | 
						|
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
 | 
						|
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
 | 
						|
                "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-09-25 16:45:30"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/cache",
 | 
						|
            "version": "v1.3.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/cache.git",
 | 
						|
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
 | 
						|
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "conflict": {
 | 
						|
                "doctrine/common": ">2.2,<2.4"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": ">=3.7",
 | 
						|
                "satooshi/php-coveralls": "~0.6"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.4.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": "2014-09-17 14:24:04"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/collections",
 | 
						|
            "version": "v1.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/collections.git",
 | 
						|
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
 | 
						|
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.2.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Common\\Collections\\": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jonathan Wage",
 | 
						|
                    "email": "jonwage@gmail.com",
 | 
						|
                    "homepage": "http://www.jwage.com/",
 | 
						|
                    "role": "Creator"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Guilherme Blanco",
 | 
						|
                    "email": "guilhermeblanco@gmail.com",
 | 
						|
                    "homepage": "http://www.instaclick.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Roman Borschel",
 | 
						|
                    "email": "roman@code-factory.org"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Benjamin Eberlei",
 | 
						|
                    "email": "kontakt@beberlei.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Johannes Schmitt",
 | 
						|
                    "email": "schmittjoh@gmail.com",
 | 
						|
                    "homepage": "https://github.com/schmittjoh",
 | 
						|
                    "role": "Developer of wrapped JMSSerializerBundle"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Collections Abstraction library",
 | 
						|
            "homepage": "http://www.doctrine-project.org",
 | 
						|
            "keywords": [
 | 
						|
                "array",
 | 
						|
                "collections",
 | 
						|
                "iterator"
 | 
						|
            ],
 | 
						|
            "time": "2014-02-03 23:07:43"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/common",
 | 
						|
            "version": "dev-master",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/common.git",
 | 
						|
                "reference": "a45d110f71c323e29f41eb0696fa230e3fa1b1b5"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/common/zipball/a45d110f71c323e29f41eb0696fa230e3fa1b1b5",
 | 
						|
                "reference": "a45d110f71c323e29f41eb0696fa230e3fa1b1b5",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "doctrine/annotations": "1.*",
 | 
						|
                "doctrine/cache": "1.*",
 | 
						|
                "doctrine/collections": "1.*",
 | 
						|
                "doctrine/inflector": "1.*",
 | 
						|
                "doctrine/lexer": "1.*",
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~3.7"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.5.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Common\\": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jonathan Wage",
 | 
						|
                    "email": "jonwage@gmail.com",
 | 
						|
                    "homepage": "http://www.jwage.com/",
 | 
						|
                    "role": "Creator"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Guilherme Blanco",
 | 
						|
                    "email": "guilhermeblanco@gmail.com",
 | 
						|
                    "homepage": "http://www.instaclick.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Roman Borschel",
 | 
						|
                    "email": "roman@code-factory.org"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Benjamin Eberlei",
 | 
						|
                    "email": "kontakt@beberlei.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Johannes Schmitt",
 | 
						|
                    "email": "schmittjoh@gmail.com",
 | 
						|
                    "homepage": "http://jmsyst.com",
 | 
						|
                    "role": "Developer of wrapped JMSSerializerBundle"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Common Library for Doctrine projects",
 | 
						|
            "homepage": "http://www.doctrine-project.org",
 | 
						|
            "keywords": [
 | 
						|
                "annotations",
 | 
						|
                "collections",
 | 
						|
                "eventmanager",
 | 
						|
                "persistence",
 | 
						|
                "spl"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-12 22:00:08"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/inflector",
 | 
						|
            "version": "v1.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/inflector.git",
 | 
						|
                "reference": "v1.0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
 | 
						|
                "reference": "v1.0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Common\\Inflector\\": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jonathan Wage",
 | 
						|
                    "email": "jonwage@gmail.com",
 | 
						|
                    "homepage": "http://www.jwage.com/"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Guilherme Blanco",
 | 
						|
                    "email": "guilhermeblanco@gmail.com",
 | 
						|
                    "homepage": "http://www.instaclick.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Roman Borschel",
 | 
						|
                    "email": "roman@code-factory.org"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Benjamin Eberlei",
 | 
						|
                    "email": "kontakt@beberlei.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Johannes M. Schmitt",
 | 
						|
                    "email": "schmittjoh@gmail.com",
 | 
						|
                    "homepage": "https://github.com/schmittjoh",
 | 
						|
                    "role": "Developer of wrapped JMSSerializerBundle"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
 | 
						|
            "homepage": "http://www.doctrine-project.org",
 | 
						|
            "keywords": [
 | 
						|
                "inflection",
 | 
						|
                "pluarlize",
 | 
						|
                "singuarlize",
 | 
						|
                "string"
 | 
						|
            ],
 | 
						|
            "time": "2013-01-10 21:49:15"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/instantiator",
 | 
						|
            "version": "1.0.4",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/instantiator.git",
 | 
						|
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
 | 
						|
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3,<8.0-DEV"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "athletic/athletic": "~0.1.8",
 | 
						|
                "ext-pdo": "*",
 | 
						|
                "ext-phar": "*",
 | 
						|
                "phpunit/phpunit": "~4.0",
 | 
						|
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Instantiator\\": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Marco Pivetta",
 | 
						|
                    "email": "ocramius@gmail.com",
 | 
						|
                    "homepage": "http://ocramius.github.com/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
 | 
						|
            "homepage": "https://github.com/doctrine/instantiator",
 | 
						|
            "keywords": [
 | 
						|
                "constructor",
 | 
						|
                "instantiate"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-13 12:58:55"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/lexer",
 | 
						|
            "version": "v1.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/lexer.git",
 | 
						|
                "reference": "v1.0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://github.com/doctrine/lexer/archive/v1.0.zip",
 | 
						|
                "reference": "v1.0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Common\\Lexer\\": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Guilherme Blanco",
 | 
						|
                    "email": "guilhermeblanco@gmail.com",
 | 
						|
                    "homepage": "http://www.instaclick.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Roman Borschel",
 | 
						|
                    "email": "roman@code-factory.org"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Johannes M. Schmitt",
 | 
						|
                    "email": "schmittjoh@gmail.com",
 | 
						|
                    "homepage": "https://github.com/schmittjoh",
 | 
						|
                    "role": "Developer of wrapped JMSSerializerBundle"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "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": "2013-01-12 18:59:04"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "easyrdf/easyrdf",
 | 
						|
            "version": "0.8.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/njh/easyrdf.git",
 | 
						|
                "reference": "3e43ab7274004e9f4192e06b9fc147781e1f85c2"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/njh/easyrdf/zipball/3e43ab7274004e9f4192e06b9fc147781e1f85c2",
 | 
						|
                "reference": "3e43ab7274004e9f4192e06b9fc147781e1f85c2",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.2.8"
 | 
						|
            },
 | 
						|
            "replace": {
 | 
						|
                "njh/easyrdf": "self.version"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": ">=3.5.15",
 | 
						|
                "sami/sami": "dev-master",
 | 
						|
                "squizlabs/php_codesniffer": ">=1.4.3"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "ml/json-ld": "dev-master"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "EasyRdf_": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Nicholas Humfrey",
 | 
						|
                    "email": "njh@aelius.com",
 | 
						|
                    "homepage": "http://www.aelius.com/njh/",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
 | 
						|
            "homepage": "http://www.easyrdf.org/",
 | 
						|
            "keywords": [
 | 
						|
                "Linked Data",
 | 
						|
                "RDF",
 | 
						|
                "Semantic Web",
 | 
						|
                "Turtle",
 | 
						|
                "rdfa",
 | 
						|
                "sparql"
 | 
						|
            ],
 | 
						|
            "time": "2013-12-30 22:31:37"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "egulias/email-validator",
 | 
						|
            "version": "1.2.5",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/egulias/EmailValidator.git",
 | 
						|
                "reference": "518f80a0ff7c1a35780e7702f4262c8c6f2b807f"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/518f80a0ff7c1a35780e7702f4262c8c6f2b807f",
 | 
						|
                "reference": "518f80a0ff7c1a35780e7702f4262c8c6f2b807f",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "doctrine/lexer": "~1.0",
 | 
						|
                "php": ">= 5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "satooshi/php-coveralls": "dev-master"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.3.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Egulias\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Eduardo Gulias Davis"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A library for validating emails",
 | 
						|
            "homepage": "https://github.com/egulias/EmailValidator",
 | 
						|
            "keywords": [
 | 
						|
                "email",
 | 
						|
                "validation",
 | 
						|
                "validator"
 | 
						|
            ],
 | 
						|
            "time": "2014-11-06 08:59:44"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "guzzlehttp/guzzle",
 | 
						|
            "version": "5.0.3",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/guzzle/guzzle.git",
 | 
						|
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/6c72627de1d66832e4270e36e56acdb0d1d8f282",
 | 
						|
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "guzzlehttp/ringphp": "~1.0",
 | 
						|
                "php": ">=5.4.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "ext-curl": "*",
 | 
						|
                "phpunit/phpunit": "~4.0",
 | 
						|
                "psr/log": "~1.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "5.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "GuzzleHttp\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Michael Dowling",
 | 
						|
                    "email": "mtdowling@gmail.com",
 | 
						|
                    "homepage": "https://github.com/mtdowling"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
 | 
						|
            "homepage": "http://guzzlephp.org/",
 | 
						|
            "keywords": [
 | 
						|
                "client",
 | 
						|
                "curl",
 | 
						|
                "framework",
 | 
						|
                "http",
 | 
						|
                "http client",
 | 
						|
                "rest",
 | 
						|
                "web service"
 | 
						|
            ],
 | 
						|
            "time": "2014-11-04 07:09:15"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "guzzlehttp/ringphp",
 | 
						|
            "version": "1.0.3",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/guzzle/RingPHP.git",
 | 
						|
                "reference": "e7c28f96c5ac12ab0e63412cfc15989756fcb964"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/e7c28f96c5ac12ab0e63412cfc15989756fcb964",
 | 
						|
                "reference": "e7c28f96c5ac12ab0e63412cfc15989756fcb964",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "guzzlehttp/streams": "~3.0",
 | 
						|
                "php": ">=5.4.0",
 | 
						|
                "react/promise": "~2.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "ext-curl": "*",
 | 
						|
                "phpunit/phpunit": "~4.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "GuzzleHttp\\Ring\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Michael Dowling",
 | 
						|
                    "email": "mtdowling@gmail.com",
 | 
						|
                    "homepage": "https://github.com/mtdowling"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "time": "2014-11-04 07:01:14"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "guzzlehttp/streams",
 | 
						|
            "version": "3.0.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/guzzle/streams.git",
 | 
						|
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
 | 
						|
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.4.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "3.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "GuzzleHttp\\Stream\\": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Michael Dowling",
 | 
						|
                    "email": "mtdowling@gmail.com",
 | 
						|
                    "homepage": "https://github.com/mtdowling"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Provides a simple abstraction over streams of data",
 | 
						|
            "homepage": "http://guzzlephp.org/",
 | 
						|
            "keywords": [
 | 
						|
                "Guzzle",
 | 
						|
                "stream"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-12 19:18:40"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "mikey179/vfsStream",
 | 
						|
            "version": "v1.4.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/mikey179/vfsStream.git",
 | 
						|
                "reference": "61b12172292cf539685507aa65b076c1530e83c1"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/61b12172292cf539685507aa65b076c1530e83c1",
 | 
						|
                "reference": "61b12172292cf539685507aa65b076c1530e83c1",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.4.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "org\\bovigo\\vfs\\": "src/main/php"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD"
 | 
						|
            ],
 | 
						|
            "homepage": "http://vfs.bovigo.org/",
 | 
						|
            "time": "2014-09-14 10:18:53"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/php-code-coverage",
 | 
						|
            "version": "2.0.11",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
 | 
						|
                "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
 | 
						|
                "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "phpunit/php-file-iterator": "~1.3",
 | 
						|
                "phpunit/php-text-template": "~1.2",
 | 
						|
                "phpunit/php-token-stream": "~1.3",
 | 
						|
                "sebastian/environment": "~1.0",
 | 
						|
                "sebastian/version": "~1.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "ext-xdebug": ">=2.1.4",
 | 
						|
                "phpunit/phpunit": "~4.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "ext-dom": "*",
 | 
						|
                "ext-xdebug": ">=2.2.1",
 | 
						|
                "ext-xmlwriter": "*"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.0.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "include-path": [
 | 
						|
                ""
 | 
						|
            ],
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sb@sebastian-bergmann.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
 | 
						|
            "keywords": [
 | 
						|
                "coverage",
 | 
						|
                "testing",
 | 
						|
                "xunit"
 | 
						|
            ],
 | 
						|
            "time": "2014-08-31 06:33:04"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/php-file-iterator",
 | 
						|
            "version": "1.3.4",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
 | 
						|
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
 | 
						|
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "File/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "include-path": [
 | 
						|
                ""
 | 
						|
            ],
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sb@sebastian-bergmann.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
 | 
						|
            "keywords": [
 | 
						|
                "filesystem",
 | 
						|
                "iterator"
 | 
						|
            ],
 | 
						|
            "time": "2013-10-10 15:34:57"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/php-text-template",
 | 
						|
            "version": "1.2.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
 | 
						|
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
 | 
						|
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "Text/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "include-path": [
 | 
						|
                ""
 | 
						|
            ],
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sb@sebastian-bergmann.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Simple template engine.",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
 | 
						|
            "keywords": [
 | 
						|
                "template"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-30 17:20:04"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/php-timer",
 | 
						|
            "version": "1.0.5",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/php-timer.git",
 | 
						|
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
 | 
						|
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "PHP/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "include-path": [
 | 
						|
                ""
 | 
						|
            ],
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sb@sebastian-bergmann.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Utility class for timing",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
 | 
						|
            "keywords": [
 | 
						|
                "timer"
 | 
						|
            ],
 | 
						|
            "time": "2013-08-02 07:42:54"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/php-token-stream",
 | 
						|
            "version": "1.3.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
 | 
						|
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
 | 
						|
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-tokenizer": "*",
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.3-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Wrapper around PHP's tokenizer extension.",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
 | 
						|
            "keywords": [
 | 
						|
                "tokenizer"
 | 
						|
            ],
 | 
						|
            "time": "2014-08-31 06:12:13"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/phpunit",
 | 
						|
            "version": "4.1.4",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/phpunit.git",
 | 
						|
                "reference": "a71c4842c5fb836d8b200624583b859ec34e8a26"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a71c4842c5fb836d8b200624583b859ec34e8a26",
 | 
						|
                "reference": "a71c4842c5fb836d8b200624583b859ec34e8a26",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-dom": "*",
 | 
						|
                "ext-json": "*",
 | 
						|
                "ext-pcre": "*",
 | 
						|
                "ext-reflection": "*",
 | 
						|
                "ext-spl": "*",
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "phpunit/php-code-coverage": "~2.0",
 | 
						|
                "phpunit/php-file-iterator": "~1.3.1",
 | 
						|
                "phpunit/php-text-template": "~1.2",
 | 
						|
                "phpunit/php-timer": "~1.0.2",
 | 
						|
                "phpunit/phpunit-mock-objects": "~2.1",
 | 
						|
                "sebastian/comparator": "~1.0",
 | 
						|
                "sebastian/diff": "~1.1",
 | 
						|
                "sebastian/environment": "~1.0",
 | 
						|
                "sebastian/exporter": "~1.0",
 | 
						|
                "sebastian/version": "~1.0",
 | 
						|
                "symfony/yaml": "~2.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "phpunit/php-invoker": "~1.1"
 | 
						|
            },
 | 
						|
            "bin": [
 | 
						|
                "phpunit"
 | 
						|
            ],
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "4.1.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "include-path": [
 | 
						|
                "",
 | 
						|
                "../../symfony/yaml/"
 | 
						|
            ],
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "The PHP Unit Testing framework.",
 | 
						|
            "homepage": "http://www.phpunit.de/",
 | 
						|
            "keywords": [
 | 
						|
                "phpunit",
 | 
						|
                "testing",
 | 
						|
                "xunit"
 | 
						|
            ],
 | 
						|
            "time": "2014-07-18 07:15:58"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "phpunit/phpunit-mock-objects",
 | 
						|
            "version": "dev-master",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
 | 
						|
                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/96c5b81f9842f38fe6c73ad0020306cc4862a9e3",
 | 
						|
                "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "doctrine/instantiator": "~1.0,>=1.0.2",
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "phpunit/php-text-template": "~1.2"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "4.4.*@dev"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "ext-soap": "*"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.4.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sb@sebastian-bergmann.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Mock Object library for PHPUnit",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
 | 
						|
            "keywords": [
 | 
						|
                "mock",
 | 
						|
                "xunit"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-04 10:04:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "psr/log",
 | 
						|
            "version": "1.0.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/php-fig/log",
 | 
						|
                "reference": "1.0.0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
 | 
						|
                "reference": "1.0.0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "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",
 | 
						|
            "keywords": [
 | 
						|
                "log",
 | 
						|
                "psr",
 | 
						|
                "psr-3"
 | 
						|
            ],
 | 
						|
            "time": "2012-12-21 11:40:51"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "react/promise",
 | 
						|
            "version": "v2.1.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/reactphp/promise.git",
 | 
						|
                "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/reactphp/promise/zipball/937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
 | 
						|
                "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.4.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "React\\Promise\\": "src/"
 | 
						|
                },
 | 
						|
                "files": [
 | 
						|
                    "src/functions.php"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jan Sorgalla",
 | 
						|
                    "email": "jsorgalla@googlemail.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
 | 
						|
            "time": "2014-10-15 20:05:57"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sdboyer/gliph",
 | 
						|
            "version": "0.1.8",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sdboyer/gliph.git",
 | 
						|
                "reference": "db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sdboyer/gliph/zipball/db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e",
 | 
						|
                "reference": "db9e4b77622f91e2d338cc45f83c2cd0e3cf0e1e",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "3.7.*",
 | 
						|
                "satooshi/php-coveralls": "0.6.*"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Gliph": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sam Boyer",
 | 
						|
                    "email": "tech@samboyer.org"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A graph library for PHP.",
 | 
						|
            "homepage": "http://github.com/sdboyer/gliph",
 | 
						|
            "keywords": [
 | 
						|
                "gliph",
 | 
						|
                "graph",
 | 
						|
                "library",
 | 
						|
                "php",
 | 
						|
                "spl"
 | 
						|
            ],
 | 
						|
            "time": "2014-08-03 14:34:47"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sebastian/comparator",
 | 
						|
            "version": "1.0.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/comparator.git",
 | 
						|
                "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
 | 
						|
                "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "sebastian/diff": "~1.1",
 | 
						|
                "sebastian/exporter": "~1.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.1"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jeff Welch",
 | 
						|
                    "email": "whatthejeff@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Volker Dusch",
 | 
						|
                    "email": "github@wallbash.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Bernhard Schussek",
 | 
						|
                    "email": "bschussek@2bepublished.at"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Provides the functionality to compare PHP values for equality",
 | 
						|
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
 | 
						|
            "keywords": [
 | 
						|
                "comparator",
 | 
						|
                "compare",
 | 
						|
                "equality"
 | 
						|
            ],
 | 
						|
            "time": "2014-05-11 23:00:21"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sebastian/diff",
 | 
						|
            "version": "1.2.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/diff.git",
 | 
						|
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
 | 
						|
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.2"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.2-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Kore Nordmann",
 | 
						|
                    "email": "mail@kore-nordmann.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Diff implementation",
 | 
						|
            "homepage": "http://www.github.com/sebastianbergmann/diff",
 | 
						|
            "keywords": [
 | 
						|
                "diff"
 | 
						|
            ],
 | 
						|
            "time": "2014-08-15 10:29:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sebastian/environment",
 | 
						|
            "version": "1.2.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/environment.git",
 | 
						|
                "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0d9bf79554d2a999da194a60416c15cf461eb67d",
 | 
						|
                "reference": "0d9bf79554d2a999da194a60416c15cf461eb67d",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.2.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Provides functionality to handle HHVM/PHP environments",
 | 
						|
            "homepage": "http://www.github.com/sebastianbergmann/environment",
 | 
						|
            "keywords": [
 | 
						|
                "Xdebug",
 | 
						|
                "environment",
 | 
						|
                "hhvm"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-22 06:38:05"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sebastian/exporter",
 | 
						|
            "version": "1.0.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/exporter.git",
 | 
						|
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
 | 
						|
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~4.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jeff Welch",
 | 
						|
                    "email": "whatthejeff@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Volker Dusch",
 | 
						|
                    "email": "github@wallbash.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Bernhard Schussek",
 | 
						|
                    "email": "bschussek@2bepublished.at"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Adam Harvey",
 | 
						|
                    "email": "aharvey@php.net"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Provides the functionality to export PHP variables for visualization",
 | 
						|
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
 | 
						|
            "keywords": [
 | 
						|
                "export",
 | 
						|
                "exporter"
 | 
						|
            ],
 | 
						|
            "time": "2014-09-10 00:51:36"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sebastian/version",
 | 
						|
            "version": "1.0.3",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/sebastianbergmann/version.git",
 | 
						|
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
 | 
						|
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "classmap": [
 | 
						|
                    "src/"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Sebastian Bergmann",
 | 
						|
                    "email": "sebastian@phpunit.de",
 | 
						|
                    "role": "lead"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
 | 
						|
            "homepage": "https://github.com/sebastianbergmann/version",
 | 
						|
            "time": "2014-03-07 15:35:33"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "stack/builder",
 | 
						|
            "version": "v1.0.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/stackphp/builder.git",
 | 
						|
                "reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/stackphp/builder/zipball/b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
 | 
						|
                "reference": "b4af43e7b7f3f7fac919ff475b29f7c5dc7b23b7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0",
 | 
						|
                "symfony/http-foundation": "~2.1",
 | 
						|
                "symfony/http-kernel": "~2.1"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "silex/silex": "~1.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Stack": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Igor Wiedler",
 | 
						|
                    "email": "igor@wiedler.ch",
 | 
						|
                    "homepage": "http://wiedler.ch/igor/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Builder for stack middlewares based on HttpKernelInterface.",
 | 
						|
            "keywords": [
 | 
						|
                "stack"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-28 19:42:24"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony-cmf/routing",
 | 
						|
            "version": "1.3.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony-cmf/Routing.git",
 | 
						|
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6",
 | 
						|
                "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/http-kernel": "~2.2",
 | 
						|
                "symfony/routing": "~2.2"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/config": "~2.2",
 | 
						|
                "symfony/dependency-injection": "~2.0@stable",
 | 
						|
                "symfony/event-dispatcher": "~2.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.3-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "Symfony\\Cmf\\Component\\Routing\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony CMF Community",
 | 
						|
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
 | 
						|
            "homepage": "http://cmf.symfony.com",
 | 
						|
            "keywords": [
 | 
						|
                "database",
 | 
						|
                "routing"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-20 20:55:17"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/class-loader",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/ClassLoader",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/ClassLoader.git",
 | 
						|
                "reference": "d1a16139ea522ec3cc20801b7e19cd3cafd12d8c"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/d1a16139ea522ec3cc20801b7e19cd3cafd12d8c",
 | 
						|
                "reference": "d1a16139ea522ec3cc20801b7e19cd3cafd12d8c",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/finder": "~2.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\ClassLoader\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 ClassLoader Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/css-selector",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/CssSelector",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/CssSelector.git",
 | 
						|
                "reference": "41953ad30ffc5cd710d106cf01eff79f6effa117"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/41953ad30ffc5cd710d106cf01eff79f6effa117",
 | 
						|
                "reference": "41953ad30ffc5cd710d106cf01eff79f6effa117",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\CssSelector\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Jean-François Simon",
 | 
						|
                    "email": "jeanfrancois.simon@sensiolabs.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony CssSelector Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-10-26 07:46:28"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/debug",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/Debug",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Debug.git",
 | 
						|
                "reference": "3548595c26175fdaca19cbec204668c22cda41f0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Debug/zipball/3548595c26175fdaca19cbec204668c22cda41f0",
 | 
						|
                "reference": "3548595c26175fdaca19cbec204668c22cda41f0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "psr/log": "~1.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/http-foundation": "~2.1",
 | 
						|
                "symfony/http-kernel": "~2.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/http-foundation": "",
 | 
						|
                "symfony/http-kernel": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Debug\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 Debug Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-10-28 10:06:58"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/dependency-injection",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/DependencyInjection",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/DependencyInjection.git",
 | 
						|
                "reference": "926500fe0b8a6562c4e8b8166a1cb664733804aa"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/926500fe0b8a6562c4e8b8166a1cb664733804aa",
 | 
						|
                "reference": "926500fe0b8a6562c4e8b8166a1cb664733804aa",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/config": "~2.2",
 | 
						|
                "symfony/expression-language": "~2.4",
 | 
						|
                "symfony/yaml": "~2.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/config": "",
 | 
						|
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
 | 
						|
                "symfony/yaml": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\DependencyInjection\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 DependencyInjection Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/event-dispatcher",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/EventDispatcher",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/EventDispatcher.git",
 | 
						|
                "reference": "dcf345d5ed96bc6c3b4521c1989670d2c9e5014e"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/dcf345d5ed96bc6c3b4521c1989670d2c9e5014e",
 | 
						|
                "reference": "dcf345d5ed96bc6c3b4521c1989670d2c9e5014e",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/config": "~2.0",
 | 
						|
                "symfony/dependency-injection": "~2.6",
 | 
						|
                "symfony/expression-language": "~2.6",
 | 
						|
                "symfony/stopwatch": "~2.2"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/dependency-injection": "",
 | 
						|
                "symfony/http-kernel": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\EventDispatcher\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 EventDispatcher Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/http-foundation",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/HttpFoundation",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/HttpFoundation.git",
 | 
						|
                "reference": "4cd6c807598e560db7b3da50c4330fdb4808cfa1"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/4cd6c807598e560db7b3da50c4330fdb4808cfa1",
 | 
						|
                "reference": "4cd6c807598e560db7b3da50c4330fdb4808cfa1",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/expression-language": "~2.4"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\HttpFoundation\\": ""
 | 
						|
                },
 | 
						|
                "classmap": [
 | 
						|
                    "Symfony/Component/HttpFoundation/Resources/stubs"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "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 HttpFoundation Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/http-kernel",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/HttpKernel",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/HttpKernel.git",
 | 
						|
                "reference": "7fa0bd9220cd529ee78d8565bbf8d5a854bd72d2"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7fa0bd9220cd529ee78d8565bbf8d5a854bd72d2",
 | 
						|
                "reference": "7fa0bd9220cd529ee78d8565bbf8d5a854bd72d2",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/debug": "~2.6",
 | 
						|
                "symfony/event-dispatcher": "~2.5",
 | 
						|
                "symfony/http-foundation": "~2.5"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/browser-kit": "~2.2",
 | 
						|
                "symfony/class-loader": "~2.1",
 | 
						|
                "symfony/config": "~2.0",
 | 
						|
                "symfony/console": "~2.2",
 | 
						|
                "symfony/dependency-injection": "~2.0",
 | 
						|
                "symfony/expression-language": "~2.4",
 | 
						|
                "symfony/finder": "~2.0",
 | 
						|
                "symfony/process": "~2.0",
 | 
						|
                "symfony/routing": "~2.2",
 | 
						|
                "symfony/stopwatch": "~2.2",
 | 
						|
                "symfony/templating": "~2.2",
 | 
						|
                "symfony/translation": "~2.0",
 | 
						|
                "symfony/var-dumper": "~2.6"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/browser-kit": "",
 | 
						|
                "symfony/class-loader": "",
 | 
						|
                "symfony/config": "",
 | 
						|
                "symfony/console": "",
 | 
						|
                "symfony/dependency-injection": "",
 | 
						|
                "symfony/finder": "",
 | 
						|
                "symfony/var-dumper": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\HttpKernel\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 HttpKernel Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 20:15:26"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/routing",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/Routing",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Routing.git",
 | 
						|
                "reference": "f0bb6f818f9a7ece41c7dfe14e08b13c2de55b0c"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Routing/zipball/f0bb6f818f9a7ece41c7dfe14e08b13c2de55b0c",
 | 
						|
                "reference": "f0bb6f818f9a7ece41c7dfe14e08b13c2de55b0c",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "doctrine/annotations": "~1.0",
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/config": "~2.2",
 | 
						|
                "symfony/expression-language": "~2.4",
 | 
						|
                "symfony/http-foundation": "~2.3",
 | 
						|
                "symfony/yaml": "~2.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "doctrine/annotations": "For using the annotation loader",
 | 
						|
                "symfony/config": "For using the all-in-one router or any loader",
 | 
						|
                "symfony/expression-language": "For using expression matching",
 | 
						|
                "symfony/yaml": "For using the YAML loader"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Routing\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 Routing Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "keywords": [
 | 
						|
                "router",
 | 
						|
                "routing",
 | 
						|
                "uri",
 | 
						|
                "url"
 | 
						|
            ],
 | 
						|
            "time": "2014-11-03 19:16:49"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/serializer",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/Serializer",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Serializer.git",
 | 
						|
                "reference": "e96b7ac54b3d75a458f76eab11b7cd2d757f09f1"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Serializer/zipball/e96b7ac54b3d75a458f76eab11b7cd2d757f09f1",
 | 
						|
                "reference": "e96b7ac54b3d75a458f76eab11b7cd2d757f09f1",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Serializer\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 Serializer Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/translation",
 | 
						|
            "version": "v2.5.6",
 | 
						|
            "target-dir": "Symfony/Component/Translation",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Translation.git",
 | 
						|
                "reference": "362fe4da2cfe587f72d57aaa2f89e6b61c05dedf"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Translation/zipball/362fe4da2cfe587f72d57aaa2f89e6b61c05dedf",
 | 
						|
                "reference": "362fe4da2cfe587f72d57aaa2f89e6b61c05dedf",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "symfony/config": "~2.0",
 | 
						|
                "symfony/intl": "~2.3",
 | 
						|
                "symfony/yaml": "~2.2"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "symfony/config": "",
 | 
						|
                "symfony/yaml": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.5-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": "2014-10-01 05:50:18"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/validator",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/Validator",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Validator.git",
 | 
						|
                "reference": "6e521cdbc963cef7daf9931a7bde48b56d67d10a"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Validator/zipball/6e521cdbc963cef7daf9931a7bde48b56d67d10a",
 | 
						|
                "reference": "6e521cdbc963cef7daf9931a7bde48b56d67d10a",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "symfony/translation": "~2.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "doctrine/annotations": "~1.0",
 | 
						|
                "doctrine/cache": "~1.0",
 | 
						|
                "egulias/email-validator": "~1.0",
 | 
						|
                "symfony/config": "~2.2",
 | 
						|
                "symfony/expression-language": "~2.4",
 | 
						|
                "symfony/http-foundation": "~2.1",
 | 
						|
                "symfony/intl": "~2.3",
 | 
						|
                "symfony/property-access": "~2.2",
 | 
						|
                "symfony/yaml": "~2.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
 | 
						|
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
 | 
						|
                "egulias/email-validator": "Strict (RFC compliant) email validation",
 | 
						|
                "symfony/config": "",
 | 
						|
                "symfony/expression-language": "For using the 2.4 Expression validator",
 | 
						|
                "symfony/http-foundation": "",
 | 
						|
                "symfony/intl": "",
 | 
						|
                "symfony/property-access": "For using the 2.4 Validator API",
 | 
						|
                "symfony/yaml": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Validator\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 Validator Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/yaml",
 | 
						|
            "version": "v2.6.0-BETA1",
 | 
						|
            "target-dir": "Symfony/Component/Yaml",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Yaml.git",
 | 
						|
                "reference": "9da3813f36985a4089f7e83c601a1034d125ff69"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/9da3813f36985a4089f7e83c601a1034d125ff69",
 | 
						|
                "reference": "9da3813f36985a4089f7e83c601a1034d125ff69",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Yaml\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "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 Yaml Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-11-03 03:55:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "twig/twig",
 | 
						|
            "version": "v1.16.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/fabpot/Twig.git",
 | 
						|
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
 | 
						|
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.2.4"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.16-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": "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"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-17 12:53:44"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "zendframework/zend-escaper",
 | 
						|
            "version": "2.2.6",
 | 
						|
            "target-dir": "Zend/Escaper",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/zendframework/Component_ZendEscaper.git",
 | 
						|
                "reference": "80abc4bc1f48b9fe8ed603aaa9eebd6e6f30fd0f"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/zendframework/Component_ZendEscaper/zipball/80abc4bc1f48b9fe8ed603aaa9eebd6e6f30fd0f",
 | 
						|
                "reference": "80abc4bc1f48b9fe8ed603aaa9eebd6e6f30fd0f",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.2-dev",
 | 
						|
                    "dev-develop": "2.3-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Zend\\Escaper\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "keywords": [
 | 
						|
                "escaper",
 | 
						|
                "zf2"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-04 13:00:13"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "zendframework/zend-feed",
 | 
						|
            "version": "2.2.6",
 | 
						|
            "target-dir": "Zend/Feed",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/zendframework/Component_ZendFeed.git",
 | 
						|
                "reference": "8acb562d99dd0786d25c990530980d2d92b67b35"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/zendframework/Component_ZendFeed/zipball/8acb562d99dd0786d25c990530980d2d92b67b35",
 | 
						|
                "reference": "8acb562d99dd0786d25c990530980d2d92b67b35",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "zendframework/zend-escaper": "self.version",
 | 
						|
                "zendframework/zend-stdlib": "self.version"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
 | 
						|
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations",
 | 
						|
                "zendframework/zend-validator": "Zend\\Validator component"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.2-dev",
 | 
						|
                    "dev-develop": "2.3-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Zend\\Feed\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "description": "provides functionality for consuming RSS and Atom feeds",
 | 
						|
            "keywords": [
 | 
						|
                "feed",
 | 
						|
                "zf2"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-04 13:00:14"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "zendframework/zend-stdlib",
 | 
						|
            "version": "2.2.6",
 | 
						|
            "target-dir": "Zend/Stdlib",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/zendframework/Component_ZendStdlib.git",
 | 
						|
                "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/e646729f2274f4552b6a92e38d8e458efe08ebc5",
 | 
						|
                "reference": "e646729f2274f4552b6a92e38d8e458efe08ebc5",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
 | 
						|
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.2-dev",
 | 
						|
                    "dev-develop": "2.3-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Zend\\Stdlib\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "keywords": [
 | 
						|
                "stdlib",
 | 
						|
                "zf2"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-04 13:00:28"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "packages-dev": [],
 | 
						|
    "aliases": [],
 | 
						|
    "minimum-stability": "stable",
 | 
						|
    "stability-flags": {
 | 
						|
        "symfony/class-loader": 10,
 | 
						|
        "symfony/css-selector": 10,
 | 
						|
        "symfony/debug": 10,
 | 
						|
        "symfony/dependency-injection": 10,
 | 
						|
        "symfony/event-dispatcher": 10,
 | 
						|
        "symfony/http-foundation": 10,
 | 
						|
        "symfony/http-kernel": 10,
 | 
						|
        "symfony/routing": 10,
 | 
						|
        "symfony/serializer": 10,
 | 
						|
        "symfony/validator": 10,
 | 
						|
        "symfony/yaml": 10,
 | 
						|
        "doctrine/common": 20,
 | 
						|
        "phpunit/phpunit-mock-objects": 20
 | 
						|
    },
 | 
						|
    "prefer-stable": false,
 | 
						|
    "platform": {
 | 
						|
        "php": ">=5.4.5"
 | 
						|
    },
 | 
						|
    "platform-dev": []
 | 
						|
}
 |