[
    {
        "name": "doctrine/annotations",
        "version": "v1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-08-31T12:32:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.5.4",
        "version_normalized": "1.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
            "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2015-12-19T05:03:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "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"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-04-14T22:21:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.5.3",
        "version_normalized": "2.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
            "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
            "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"
        },
        "time": "2015-12-25T13:10:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\": "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": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.5.4",
        "version_normalized": "2.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
            "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.7-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2016-01-05T22:11:12+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "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"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
            "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "~2.3",
            "doctrine/doctrine-cache-bundle": "~1.0",
            "jdorn/sql-formatter": "~1.1",
            "php": ">=5.3.2",
            "symfony/console": "~2.3|~3.0",
            "symfony/doctrine-bridge": "~2.2|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "phpunit/phpunit": "~4",
            "satooshi/php-coveralls": "~0.6.1",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "symfony/validator": "~2.2|~3.0",
            "symfony/yaml": "~2.2|~3.0",
            "twig/twig": "~1.10"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "to use the data collector"
        },
        "time": "2016-01-10T17:21:44+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
            "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2|~3.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~4",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "~0.6.1",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "~2.2|~3.0",
            "symfony/finder": "~2.2|~3.0",
            "symfony/framework-bundle": "~2.2|~3.0",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "symfony/security-acl": "~2.3|~3.0",
            "symfony/validator": "~2.2|~3.0",
            "symfony/yaml": "~2.2|~3.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2016-01-26T17:28:51+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Fabio B. Silva",
                "email": "fabio.bat.silva@gmail.com"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@hotmail.com"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Bundle for Doctrine Cache",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "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": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.4.8",
        "version_normalized": "2.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
            "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.1",
            "doctrine/dbal": "~2.4",
            "ext-pdo": "*",
            "php": ">=5.3.2",
            "symfony/console": "~2.0"
        },
        "require-dev": {
            "satooshi/php-coveralls": "dev-master",
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2015-08-31T13:19:01+00:00",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "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"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "e-moe/guzzle6-bundle",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/e-moe/guzzle6-bundle.git",
            "reference": "09e266f14d93a0c7053eb328256c5c32bb70ad9b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/e-moe/guzzle6-bundle/zipball/09e266f14d93a0c7053eb328256c5c32bb70ad9b",
            "reference": "09e266f14d93a0c7053eb328256c5c32bb70ad9b",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.0",
            "php": ">=5.5",
            "symfony/framework-bundle": "~2.7"
        },
        "require-dev": {
            "phpmd/phpmd": "^2.2",
            "phpunit/phpunit": "^4.7",
            "squizlabs/php_codesniffer": "^2.3",
            "symfony/monolog-bundle": "~2.7"
        },
        "suggest": {
            "symfony/monolog-bundle": "Log requests"
        },
        "time": "2015-09-12T13:49:39+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Emoe\\GuzzleBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nikolay Labinskiy aka e-moe",
                "email": "e-moe@ukr.net"
            }
        ],
        "description": "Integrates Guzzle 6 into your Symfony2 application",
        "homepage": "https://github.com/e-moe/guzzle6-bundle",
        "keywords": [
            "Guzzle",
            "api",
            "bundle",
            "client",
            "curl",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "friendsofsymfony/user-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "d1fccc6335b74beca94525551cacc06b256ed261"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d1fccc6335b74beca94525551cacc06b256ed261",
            "reference": "d1fccc6335b74beca94525551cacc06b256ed261",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/form": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0",
            "symfony/security-bundle": "~2.3|~3.0",
            "symfony/twig-bundle": "~2.3|~3.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.3",
            "swiftmailer/swiftmailer": "~4.3|~5",
            "symfony/console": "~2.3|~3.0",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "symfony/validator": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0",
            "willdurand/propel-typehintable-behavior": "~1.0"
        },
        "suggest": {
            "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
        },
        "time": "2016-05-27T12:14:43+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "FOS\\UserBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            },
            {
                "name": "Thibault Duplessis",
                "email": "thibault.duplessis@gmail.com"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "genemu/form-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "target-dir": "Genemu/Bundle/FormBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/genemu/GenemuFormBundle.git",
            "reference": "9e4cccf6864ee7c6329abef4195f70c33ff5e550"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/genemu/GenemuFormBundle/zipball/9e4cccf6864ee7c6329abef4195f70c33ff5e550",
            "reference": "9e4cccf6864ee7c6329abef4195f70c33ff5e550",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/form": "~2.7 || ^3.0",
            "symfony/framework-bundle": "~2.7 || ^3.0",
            "twig/twig": "~1.14"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "In order to use some form types with Doctrine",
            "doctrine/mongodb-odm-bundle": "For MongoDB integration",
            "symfony/finder": "For an image type",
            "symfony/twig-bridge": "For integration into Twig templates"
        },
        "time": "2016-04-21T09:18:54+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Genemu\\Bundle\\FormBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Olivier Chauvel",
                "email": "olivier@generation-multiple.com"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/genemu/GenemuFormBundle/contributors"
            },
            {
                "name": "Bilal Amarni",
                "email": "bilal.amarni@gmail.com"
            }
        ],
        "description": "Extra form types for your Symfony2 projects",
        "keywords": [
            "extra form",
            "form"
        ]
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.9.3",
        "version_normalized": "3.9.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle3.git",
            "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
            "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": "~2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "~1.3",
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "~1.0",
            "symfony/class-loader": "~2.1",
            "zendframework/zend-cache": "2.*,<2.3",
            "zendframework/zend-log": "2.*,<2.3"
        },
        "suggest": {
            "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
        },
        "time": "2015-03-18T18:23:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ],
        "abandoned": "guzzlehttp/guzzle"
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22T15:46:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "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",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "9f83dded91781a01c63574e387eaa769be769115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
            "reference": "9f83dded91781a01c63574e387eaa769be769115",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "time": "2018-12-04T20:46:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
            "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "~2.3|~3.0"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpspec/prophecy-phpunit": "~1.0",
            "symfony/filesystem": "~2.2"
        },
        "time": "2015-11-10T17:04:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Incenteev\\ParameterHandler\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Composer script handling your ignored parameter file",
        "homepage": "https://github.com/Incenteev/ParameterHandler",
        "keywords": [
            "parameters management"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-01-12T16:20:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "knplabs/knp-components",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/knp-components.git",
            "reference": "4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba",
            "reference": "4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "~1.0@beta",
            "doctrine/orm": "~2.4",
            "phpunit/phpunit": "~4.2",
            "ruflin/elastica": "~1.0",
            "symfony/event-dispatcher": "~2.5"
        },
        "suggest": {
            "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
            "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
            "doctrine/orm": "to allow usage pagination with Doctrine ORM",
            "propel/propel1": "to allow usage pagination with Propel ORM",
            "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
            "solarium/solarium": "to allow usage pagination with Solarium Client"
        },
        "time": "2015-09-01T10:54:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Component": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/knp-components/contributors"
            }
        ],
        "description": "Knplabs component library",
        "homepage": "http://github.com/KnpLabs/knp-components",
        "keywords": [
            "components",
            "knp",
            "knplabs",
            "pager",
            "paginator"
        ]
    },
    {
        "name": "knplabs/knp-paginator-bundle",
        "version": "2.5.3",
        "version_normalized": "2.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
            "reference": "c988761005504007c6c87d6a557641281194a0e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5",
            "reference": "c988761005504007c6c87d6a557641281194a0e5",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-components": "~1.2",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.3|~3.0",
            "twig/twig": "~1.12|~2"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4|~3.0"
        },
        "time": "2016-04-20T11:40:30+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\PaginatorBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony2 Community",
                "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
            }
        ],
        "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
        "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
        "keywords": [
            "Symfony2",
            "bundle",
            "knp",
            "knplabs",
            "pager",
            "pagination",
            "paginator"
        ]
    },
    {
        "name": "knplabs/knp-snappy",
        "version": "0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/snappy.git",
            "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
            "reference": "44f7a9b37d5686fd7db4c1e9569a802a5d16923f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/process": "~2.3|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.7"
        },
        "suggest": {
            "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
        },
        "time": "2015-11-17T13:16:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Snappy": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/snappy/contributors"
            }
        ],
        "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
        "homepage": "http://github.com/KnpLabs/snappy",
        "keywords": [
            "knp",
            "knplabs",
            "pdf",
            "snapshot",
            "thumbnail",
            "wkhtmltopdf"
        ]
    },
    {
        "name": "knplabs/knp-snappy-bundle",
        "version": "v1.4",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
            "reference": "efda38a2f9eb47830eb2a7642541abaaf5a1d34f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/efda38a2f9eb47830eb2a7642541abaaf5a1d34f",
            "reference": "efda38a2f9eb47830eb2a7642541abaaf5a1d34f",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-snappy": "~0.1",
            "php": ">=5.3.2",
            "symfony/finder": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0",
            "symfony/validator": "~2.3|~3.0"
        },
        "time": "2015-11-11T17:40:14+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\SnappyBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
            }
        ],
        "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
        "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "pdf",
            "snappy"
        ]
    },
    {
        "name": "kriswallsmith/assetic",
        "version": "v1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/assetic.git",
            "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
            "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/process": "~2.1|~3.0"
        },
        "conflict": {
            "twig/twig": "<1.23"
        },
        "require-dev": {
            "cssmin/cssmin": "3.0.1",
            "joliclic/javascript-packer": "1.1",
            "kamicane/packager": "1.0",
            "leafo/lessphp": "^0.3.7",
            "leafo/scssphp": "~0.1",
            "mrclay/minify": "~2.2",
            "patchwork/jsqueeze": "~1.0|~2.0",
            "phpunit/phpunit": "~4.8",
            "psr/log": "~1.0",
            "ptachoire/cssembed": "~1.0",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "twig/twig": "~1.8|~2.0"
        },
        "suggest": {
            "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
            "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
            "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
            "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
            "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
            "twig/twig": "Assetic provides the integration with the Twig templating engine"
        },
        "time": "2015-11-12T13:51:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Assetic": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Asset Management for PHP",
        "homepage": "https://github.com/kriswallsmith/assetic",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ]
    },
    {
        "name": "kriswallsmith/buzz",
        "version": "v0.15",
        "version_normalized": "0.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/Buzz.git",
            "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
            "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2015-06-25T17:26:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Buzz": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Lightweight HTTP client",
        "homepage": "https://github.com/kriswallsmith/Buzz",
        "keywords": [
            "curl",
            "http client"
        ]
    },
    {
        "name": "leaphub/phpcs-symfony2-standard",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "target-dir": "leaphub/phpcs/Symfony2",
        "source": {
            "type": "git",
            "url": "https://github.com/leaphub/phpcs-symfony2-standard.git",
            "reference": "3a69d4c86585b474f434cc0422569f372038147c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leaphub/phpcs-symfony2-standard/zipball/3a69d4c86585b474f434cc0422569f372038147c",
            "reference": "3a69d4c86585b474f434cc0422569f372038147c",
            "shasum": ""
        },
        "require": {
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-03-25T10:07:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP_CodeSniffer standard for Symfony 2 applications",
        "homepage": "https://github.com/leaphub/phpcs-symfony2-standard",
        "keywords": [
            "Coding Standard",
            "phpcs",
            "symfony 2"
        ]
    },
    {
        "name": "liuggio/ExcelBundle",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/liuggio/ExcelBundle.git",
            "reference": "b4fe94b64449490a1b5fbbce827c2501be335126"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/liuggio/ExcelBundle/zipball/b4fe94b64449490a1b5fbbce827c2501be335126",
            "reference": "b4fe94b64449490a1b5fbbce827c2501be335126",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "phpoffice/phpexcel": "~1.8.1",
            "symfony/framework-bundle": "~2.6|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6",
            "sensio/framework-extra-bundle": "~2.3|~3.0",
            "symfony/browser-kit": "~2.6|~3.0",
            "symfony/class-loader": "~2.6|~3.0",
            "symfony/finder": "~2.6|~3.0",
            "symfony/form": "~2.6|~3.0",
            "symfony/validator": "~2.6|~3.0"
        },
        "time": "2016-06-20T17:11:22+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "exclude-from-classmap": [
                "/Tests/"
            ],
            "psr-4": {
                "Liuggio\\ExcelBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "ExcelBundle Contributors",
                "homepage": "https://github.com/liuggio/ExcelBundle#contributors"
            },
            {
                "name": "Giulio De Donato",
                "email": "liuggio@gmail.com"
            }
        ],
        "description": "This is a Symfony2 Bundle helps you to read and write Excel files (including pdf, xlsx, odt), thanks to the PHPExcel library",
        "homepage": "http://www.welcometothebundle.com",
        "keywords": [
            "Symfony2",
            "bundle",
            "excel",
            "xls"
        ]
    },
    {
        "name": "misd/guzzle-bundle",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/misd-service-development/guzzle-bundle.git",
            "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/misd-service-development/guzzle-bundle/zipball/555c105ef4ac66597a029fe634dee0fe4f9cb084",
            "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": "~3.0",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.2"
        },
        "conflict": {
            "jms/serializer-bundle": "<0.11-dev",
            "sensio/framework-extra-bundle": ">=4.0-dev"
        },
        "require-dev": {
            "doctrine/cache": "~1.0",
            "jms/serializer-bundle": "~0.11",
            "phpunit/phpunit": "~4.3",
            "sensio/framework-extra-bundle": "~2.2",
            "symfony/monolog-bundle": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "jms/serializer-bundle": "Serialize/deserialize objects to/from XML, JSON and YAML",
            "sensio/framework-extra-bundle": "Provides a parameter converter",
            "symfony/monolog-bundle": "Log requests"
        },
        "time": "2014-12-01T08:29:51+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Misd\\GuzzleBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Wilkinson",
                "email": "chris.wilkinson@admin.cam.ac.uk"
            }
        ],
        "description": "Integrates Guzzle into your Symfony2 application",
        "homepage": "https://github.com/misd-service-development/guzzle-bundle",
        "keywords": [
            "Guzzle",
            "api",
            "bundle",
            "client",
            "curl",
            "http",
            "http client",
            "rest",
            "web service"
        ],
        "abandoned": true
    },
    {
        "name": "monolog/monolog",
        "version": "1.18.1",
        "version_normalized": "1.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a5f2734e8c16f3aa21b3da09715d10e15b4d2d45",
            "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "^0.13",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3",
            "videlalvaro/php-amqplib": "~2.4"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
        },
        "time": "2016-03-13T16:08:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
            "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2016-03-18T20:34:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.2.0"
        },
        "time": "2015-05-01T07:00:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://blog.rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "http://phpexcel.codeplex.com",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "psliwa/pdf-bundle",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "target-dir": "Ps/PdfBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/psliwa/PdfBundle.git",
            "reference": "accfb89a7d7933efd311f572f9f24d597daed010"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/psliwa/PdfBundle/zipball/accfb89a7d7933efd311f572f9f24d597daed010",
            "reference": "accfb89a7d7933efd311f572f9f24d597daed010",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psliwa/php-pdf": "^1.1.5",
            "sensio/framework-extra-bundle": ">=2.0 <4.0.0",
            "symfony/symfony": "~2.3|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4,<6.0.0"
        },
        "time": "2015-12-06T14:17:28+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Ps\\PdfBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Piotr Śliwa",
                "email": "me@psliwa.org",
                "homepage": "http://psliwa.org"
            }
        ],
        "description": "This bundle integrates Symfony2 with PHPPdf library.",
        "keywords": [
            "PHPPdf",
            "pdf"
        ]
    },
    {
        "name": "psliwa/php-pdf",
        "version": "1.2.9",
        "version_normalized": "1.2.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/psliwa/PHPPdf.git",
            "reference": "de9df6bd8d9c77d600f32bed12ff749896b0f06c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/psliwa/PHPPdf/zipball/de9df6bd8d9c77d600f32bed12ff749896b0f06c",
            "reference": "de9df6bd8d9c77d600f32bed12ff749896b0f06c",
            "shasum": ""
        },
        "require": {
            "zendframework/zend-cache": "^2.0",
            "zendframework/zendpdf": "~2.0.0"
        },
        "require-dev": {
            "imagine/imagine": ">=0.2.0,<0.6.0",
            "phpunit/phpunit": ">=4,<6.0.0",
            "zendframework/zend-barcode": "^2.0",
            "zendframework/zend-validator": "^2.0"
        },
        "suggest": {
            "imagine/Imagine": "If you want to use image generating (required version: >=v0.2.6)",
            "zendframework/zend-barcode": "If you want to use barcodes",
            "zendframework/zend-validator": "If you want to use barcodes (required by zend-barcode)"
        },
        "time": "2016-03-06T18:15:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPPdf": "lib/",
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Piotr Śliwa",
                "email": "peter.pl7@gmail.com",
                "homepage": "http://ohey.pl"
            }
        ],
        "description": "Pdf and graphic files generator library for PHP.",
        "keywords": [
            "PHPPdf",
            "pdf"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21T11:40:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "pugx/autocompleter-bundle",
        "version": "v1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PUGX/PUGXAutoCompleterBundle.git",
            "reference": "20f8b81ad7358d472948bb98e7c0c7144278f5a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PUGX/PUGXAutoCompleterBundle/zipball/20f8b81ad7358d472948bb98e7c0c7144278f5a0",
            "reference": "20f8b81ad7358d472948bb98e7c0c7144278f5a0",
            "shasum": ""
        },
        "require": {
            "doctrine/orm": "~2.2",
            "symfony/form": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0"
        },
        "require-dev": {
            "lexik/form-filter-bundle": ">=3.0",
            "phpunit/phpunit": "4.*"
        },
        "suggest": {
            "lexik/form-filter-bundle": "To use autocomplete on a filter."
        },
        "time": "2016-01-14T17:59:56+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PUGX\\AutocompleterBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Massimiliano Arione",
                "email": "garakkio@gmail.com"
            }
        ],
        "description": "Add an autocomplete type to forms",
        "keywords": [
            "field",
            "form",
            "symfony"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2016-02-11T07:05:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sendgrid/php-http-client",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sendgrid/php-http-client.git",
            "reference": "01c3fc4b94df008cfe03ffb467d4c6dbe6dcfb2c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/01c3fc4b94df008cfe03ffb467d4c6dbe6dcfb2c",
            "reference": "01c3fc4b94df008cfe03ffb467d4c6dbe6dcfb2c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2016-06-11T00:47:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SendGrid": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matt Bernier",
                "email": "dx@sendgrid.com"
            },
            {
                "name": "Elmer Thomas",
                "email": "elmer@thinkingserious.com"
            }
        ],
        "description": "HTTP REST client, simplified for PHP",
        "homepage": "http://github.com/sendgrid/php-http-client",
        "keywords": [
            "api",
            "fluent",
            "http",
            "rest",
            "sendgrid"
        ]
    },
    {
        "name": "sendgrid/sendgrid",
        "version": "5.0.4",
        "version_normalized": "5.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sendgrid/sendgrid-php.git",
            "reference": "1050d195525ff529036e7804f2c303261d65dca3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/1050d195525ff529036e7804f2c303261d65dca3",
            "reference": "1050d195525ff529036e7804f2c303261d65dca3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "sendgrid/php-http-client": "3.1.0"
        },
        "replace": {
            "sendgrid/sendgrid-php": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2016-07-08T02:55:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/SendGrid.php",
                "lib/helpers/mail/Mail.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
        "homepage": "http://github.com/sendgrid/sendgrid-php",
        "keywords": [
            "email",
            "grid",
            "send",
            "sendgrid"
        ]
    },
    {
        "name": "sensio/buzz-bundle",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "target-dir": "Sensio/Bundle/BuzzBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioBuzzBundle.git",
            "reference": "ad7c722f755471b80f5c9c7dd703b2975f8a518b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioBuzzBundle/zipball/ad7c722f755471b80f5c9c7dd703b2975f8a518b",
            "reference": "ad7c722f755471b80f5c9c7dd703b2975f8a518b",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/buzz": "> 0.6",
            "php": ">=5.3.2"
        },
        "time": "2016-03-15T10:06:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\BuzzBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marc Weistroff",
                "email": "marc.weistroff@sensio.com"
            }
        ],
        "description": "Bundle around the Buzz HTTP client",
        "homepage": "https://github.com/sensio/SensioBuzzBundle",
        "keywords": [
            "buzz",
            "http client"
        ],
        "abandoned": "symfony/flex"
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v4.0.5",
        "version_normalized": "4.0.5.0",
        "target-dir": "Sensio/Bundle/DistributionBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "c89375c9d95fc5afaeb99e7a49b428b6e3beb9d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/c89375c9d95fc5afaeb99e7a49b428b6e3beb9d3",
            "reference": "c89375c9d95fc5afaeb99e7a49b428b6e3beb9d3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "sensiolabs/security-checker": "~3.0",
            "symfony/class-loader": "~2.2",
            "symfony/framework-bundle": "~2.3",
            "symfony/process": "~2.2"
        },
        "require-dev": {
            "symfony/form": "~2.2",
            "symfony/validator": "~2.2",
            "symfony/yaml": "~2.2"
        },
        "suggest": {
            "symfony/form": "If you want to use the configurator",
            "symfony/validator": "If you want to use the configurator",
            "symfony/yaml": "If you want to use  the configurator"
        },
        "time": "2016-02-12T16:21:25+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\DistributionBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Base bundle for Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.16",
        "version_normalized": "3.0.16.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
            "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.3|~3.0",
            "symfony/dom-crawler": "~2.3|~3.0",
            "symfony/expression-language": "~2.4|~3.0",
            "symfony/finder": "~2.3|~3.0",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "symfony/security-bundle": "~2.4|~3.0",
            "symfony/twig-bundle": "~2.3|~3.0",
            "twig/twig": "~1.11|~2.0"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
            "symfony/security-bundle": ""
        },
        "time": "2016-03-25T17:08:27+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle provides a way to configure your controllers with annotations",
        "keywords": [
            "annotations",
            "controllers"
        ]
    },
    {
        "name": "sensio/generator-bundle",
        "version": "v2.5.3",
        "version_normalized": "2.5.3.0",
        "target-dir": "Sensio/Bundle/GeneratorBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
            "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.5",
            "symfony/framework-bundle": "~2.2"
        },
        "require-dev": {
            "doctrine/orm": "~2.2,>=2.2.3",
            "symfony/doctrine-bridge": "~2.2",
            "twig/twig": "~1.11"
        },
        "time": "2015-03-17T06:36:52+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sensio\\Bundle\\GeneratorBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you",
        "abandoned": "symfony/maker-bundle"
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
            "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.0|~3.0"
        },
        "time": "2015-11-07T08:07:40+00:00",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SensioLabs\\Security": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "A security checker for your composer.lock"
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "2.9.1",
        "version_normalized": "2.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
            "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-05-22T02:43:20+00:00",
        "bin": [
            "scripts/phpcs",
            "scripts/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "CodeSniffer.php",
                "CodeSniffer/CLI.php",
                "CodeSniffer/Exception.php",
                "CodeSniffer/File.php",
                "CodeSniffer/Fixer.php",
                "CodeSniffer/Report.php",
                "CodeSniffer/Reporting.php",
                "CodeSniffer/Sniff.php",
                "CodeSniffer/Tokens.php",
                "CodeSniffer/Reports/",
                "CodeSniffer/Tokenizers/",
                "CodeSniffer/DocGenerators/",
                "CodeSniffer/Standards/AbstractPatternSniff.php",
                "CodeSniffer/Standards/AbstractScopeSniff.php",
                "CodeSniffer/Standards/AbstractVariableSniff.php",
                "CodeSniffer/Standards/IncorrectPatternException.php",
                "CodeSniffer/Standards/Generic/Sniffs/",
                "CodeSniffer/Standards/MySource/Sniffs/",
                "CodeSniffer/Standards/PEAR/Sniffs/",
                "CodeSniffer/Standards/PSR1/Sniffs/",
                "CodeSniffer/Standards/PSR2/Sniffs/",
                "CodeSniffer/Standards/Squiz/Sniffs/",
                "CodeSniffer/Standards/Zend/Sniffs/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "http://www.squizlabs.com/php-codesniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.1",
        "version_normalized": "5.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
            "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1,<0.9.4"
        },
        "time": "2015-06-06T14:19:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/assetic-bundle",
        "version": "v2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/assetic-bundle.git",
            "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
            "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
            "shasum": ""
        },
        "require": {
            "kriswallsmith/assetic": "~1.3",
            "php": ">=5.3.0",
            "symfony/console": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "conflict": {
            "kriswallsmith/spork": "<=0.2",
            "twig/twig": "<1.20"
        },
        "require-dev": {
            "kriswallsmith/spork": "~0.3",
            "patchwork/jsqueeze": "~1.0",
            "symfony/class-loader": "~2.3|~3.0",
            "symfony/css-selector": "~2.3|~3.0",
            "symfony/dom-crawler": "~2.3|~3.0",
            "symfony/phpunit-bridge": "~2.7|~3.0",
            "symfony/twig-bundle": "~2.3|~3.0"
        },
        "suggest": {
            "kriswallsmith/spork": "to be able to dump assets in parallel",
            "symfony/twig-bundle": "to use the Twig integration"
        },
        "time": "2015-12-28T13:12:39+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\AsseticBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Integrates Assetic into Symfony2",
        "homepage": "https://github.com/symfony/AsseticBundle",
        "keywords": [
            "assets",
            "compression",
            "minification"
        ],
        "abandoned": "symfony/webpack-encore-pack"
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/82fd8f36e2cccbe94faf237403c48052d4d4b77e",
            "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.12",
            "php": ">=5.3.2",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/http-kernel": "~2.3|~3.0",
            "symfony/monolog-bridge": "~2.3|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "symfony/console": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "time": "2016-03-13T15:55:56+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            }
        },
        "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 MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/phpunit-bridge",
        "version": "v2.8.3",
        "version_normalized": "2.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "ee8ead4f78e21ed6c873d1cc19e141949d9ed493"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ee8ead4f78e21ed6c873d1cc19e141949d9ed493",
            "reference": "ee8ead4f78e21ed6c873d1cc19e141949d9ed493",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2016-01-21T09:24:53+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PHPUnit Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
            "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2016-03-03T16:49:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "apcu",
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "1289d16209491b584839022f29257ad859b8532d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
            "reference": "1289d16209491b584839022f29257ad859b8532d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2016-01-20T09:13:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.3.11",
        "version_normalized": "2.3.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
            "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/http-kernel": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7|~3.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2016-01-15T16:41:20+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            }
        },
        "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 SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/symfony",
        "version": "v2.7.11",
        "version_normalized": "2.7.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "66c99826ce3d4392aa1fd08564946cb4277e3897"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/66c99826ce3d4392aa1fd08564946cb4277e3897",
            "reference": "66c99826ce3d4392aa1fd08564946cb4277e3897",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "paragonie/random_compat": "~1.0",
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "symfony/polyfill-apcu": "~1.1",
            "symfony/polyfill-mbstring": "~1.1",
            "twig/twig": "~1.23|~2.0"
        },
        "replace": {
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/debug-bundle": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/intl": "self.version",
            "symfony/locale": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/property-access": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-acl": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/swiftmailer-bridge": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/var-dumper": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "~1.2",
            "doctrine/orm": "~2.4,>=2.4.5",
            "egulias/email-validator": "~1.2",
            "ircmaxell/password-compat": "~1.0",
            "monolog/monolog": "~1.11",
            "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
        },
        "time": "2016-03-25T18:14:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\": "src/Symfony/Bridge/",
                "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                "Symfony\\Component\\": "src/Symfony/Component/"
            },
            "classmap": [
                "src/Symfony/Component/HttpFoundation/Resources/stubs",
                "src/Symfony/Component/Intl/Resources/stubs"
            ],
            "files": [
                "src/Symfony/Component/Intl/Resources/stubs/functions.php"
            ],
            "exclude-from-classmap": [
                "**/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "https://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.24.0",
        "version_normalized": "1.24.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
            "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "require-dev": {
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~2.7"
        },
        "time": "2016-01-25T21:22:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.24-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "zendframework/zend-barcode",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-barcode.git",
            "reference": "c86b20cfba409a3e8c84a75857e1d90754bfa277"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/c86b20cfba409a3e8c84a75857e1d90754bfa277",
            "reference": "c86b20cfba409a3e8c84a75857e1d90754bfa277",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-stdlib": "self.version",
            "zendframework/zend-validator": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-servicemanager": "self.version",
            "zendframework/zendpdf": "*"
        },
        "suggest": {
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, required when using the factory methods of Zend\\Barcode.",
            "zendframework/zend-validator": "Zend\\Validator component",
            "zendframework/zendpdf": "ZendPdf component"
        },
        "time": "2014-03-06T17:27:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Barcode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a generic way to generate barcodes",
        "homepage": "https://github.com/zendframework/zend-barcode",
        "keywords": [
            "barcode",
            "zf2"
        ],
        "abandoned": "laminas/laminas-barcode"
    },
    {
        "name": "zendframework/zend-cache",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-cache.git",
            "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/ead910ec8b0aa464ede58c959665d0292d9482b0",
            "reference": "ead910ec8b0aa464ede58c959665d0292d9482b0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-eventmanager": "self.version",
            "zendframework/zend-serializer": "self.version",
            "zendframework/zend-servicemanager": "self.version",
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-serializer": "self.version",
            "zendframework/zend-session": "self.version"
        },
        "suggest": {
            "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
            "ext-dba": "DBA, to use the DBA storage adapter",
            "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
            "ext-mongo": "Mongo, to use MongoDb storage adapter",
            "ext-wincache": "WinCache, to use the WinCache storage adapter",
            "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-session": "Zend\\Session component"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a generic way to cache any data",
        "homepage": "https://github.com/zendframework/zend-cache",
        "keywords": [
            "cache",
            "zf2"
        ],
        "abandoned": "laminas/laminas-cache"
    },
    {
        "name": "zendframework/zend-eventmanager",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-eventmanager.git",
            "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
            "reference": "aa23086ec1d6d0dad7a33e4eaf3fc851c2bc851b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-event-manager",
        "keywords": [
            "eventmanager",
            "zf2"
        ],
        "abandoned": "laminas/laminas-eventmanager"
    },
    {
        "name": "zendframework/zend-json",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-json.git",
            "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e0a2e72459b029c3d3785fe8a0b41312670bfd24",
            "reference": "e0a2e72459b029c3d3785fe8a0b41312670bfd24",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-http": "self.version",
            "zendframework/zend-server": "self.version"
        },
        "suggest": {
            "zendframework/zend-http": "Zend\\Http component",
            "zendframework/zend-server": "Zend\\Server component",
            "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
        },
        "time": "2014-03-06T17:27:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Json\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
        "homepage": "https://github.com/zendframework/zend-json",
        "keywords": [
            "json",
            "zf2"
        ],
        "abandoned": "laminas/laminas-json"
    },
    {
        "name": "zendframework/zend-math",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-math.git",
            "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-math/zipball/0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
            "reference": "0e5ba13e2bc64f6544f5508acf705dd2fc12d91d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master"
        },
        "suggest": {
            "ext-bcmath": "If using the bcmath functionality",
            "ext-gmp": "If using the gmp functionality",
            "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
            "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-math",
        "keywords": [
            "math",
            "zf2"
        ],
        "abandoned": "laminas/laminas-math"
    },
    {
        "name": "zendframework/zend-memory",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-memory.git",
            "reference": "e19c0fe0fa85f8ed00e710d03f77c0246c049444"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/e19c0fe0fa85f8ed00e710d03f77c0246c049444",
            "reference": "e19c0fe0fa85f8ed00e710d03f77c0246c049444",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-cache": "self.version"
        },
        "suggest": {
            "zendframework/zend-cache": "To support swap the memory objects"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Memory\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-memory",
        "keywords": [
            "memory",
            "zf2"
        ],
        "abandoned": "laminas/laminas-memory"
    },
    {
        "name": "zendframework/zend-serializer",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-serializer.git",
            "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/aabfa157039e0c8ca0627a002e8e8f13e62393a8",
            "reference": "aabfa157039e0c8ca0627a002e8e8f13e62393a8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-json": "self.version",
            "zendframework/zend-math": "self.version",
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-servicemanager": "self.version"
        },
        "suggest": {
            "zendframework/zend-servicemanager": "To support plugin manager support"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Serializer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
        "homepage": "https://github.com/zendframework/zend-serializer",
        "keywords": [
            "serializer",
            "zf2"
        ],
        "abandoned": "laminas/laminas-serializer"
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
            "reference": "b9eaf9e3268d2e10ddca807e3a2980b3e662a8e0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master"
        },
        "suggest": {
            "zendframework/zend-di": "Zend\\Di component"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-service-manager",
        "keywords": [
            "servicemanager",
            "zf2"
        ],
        "abandoned": "laminas/laminas-servicemanager"
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/b42d784bd142e916058a9d68eeafcc10ff63c12e",
            "reference": "b42d784bd142e916058a9d68eeafcc10ff63c12e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-eventmanager": "self.version",
            "zendframework/zend-filter": "self.version",
            "zendframework/zend-serializer": "self.version",
            "zendframework/zend-servicemanager": "self.version"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
            "zendframework/zend-filter": "To support naming strategy hydrator usage",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ],
        "abandoned": "laminas/laminas-stdlib"
    },
    {
        "name": "zendframework/zend-validator",
        "version": "2.2.10",
        "version_normalized": "2.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "6c5637d535bc2cdaa5c85467490bfb17744c13e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/6c5637d535bc2cdaa5c85467490bfb17744c13e6",
            "reference": "6c5637d535bc2cdaa5c85467490bfb17744c13e6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "dev-master",
            "zendframework/zend-db": "self.version",
            "zendframework/zend-filter": "self.version",
            "zendframework/zend-i18n": "self.version",
            "zendframework/zend-math": "self.version",
            "zendframework/zend-servicemanager": "self.version",
            "zendframework/zend-session": "self.version",
            "zendframework/zend-uri": "self.version"
        },
        "suggest": {
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
            "zendframework/zend-math": "Zend\\Math component",
            "zendframework/zend-resources": "Translations of validator messages",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2014-03-05T17:29:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev",
                "dev-develop": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Validator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a set of commonly needed validators",
        "homepage": "https://github.com/zendframework/zend-validator",
        "keywords": [
            "validator",
            "zf2"
        ],
        "abandoned": "laminas/laminas-validator"
    },
    {
        "name": "zendframework/zendpdf",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/ZendPdf.git",
            "reference": "041f90c339cff63a3c4d03a28ef1ea5188059793"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/ZendPdf/zipball/041f90c339cff63a3c4d03a28ef1ea5188059793",
            "reference": "041f90c339cff63a3c4d03a28ef1ea5188059793",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "zendframework/zend-memory": ">=2.0.0",
            "zendframework/zend-stdlib": ">=2.0.0"
        },
        "time": "2012-11-16T11:16:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ZendPdf\\": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Pdf Component",
        "homepage": "http://packages.zendframework.com/",
        "keywords": [
            "pdf",
            "zf2"
        ],
        "abandoned": true
    }
]
