[
    {
        "name": "dflydev/doctrine-orm-service-provider",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
            "reference": "84b3f4887a999cbd017010f758122d8409cccac0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/84b3f4887a999cbd017010f758122d8409cccac0",
            "reference": "84b3f4887a999cbd017010f758122d8409cccac0",
            "shasum": ""
        },
        "require": {
            "doctrine/orm": "~2.3",
            "php": ">=5.3.3",
            "pimple/pimple": ">=2.1,<4"
        },
        "time": "2015-09-07T12:14:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dflydev\\Provider\\DoctrineOrm\\": "src/Dflydev/Provider/DoctrineOrm"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            }
        ],
        "description": "Doctrine ORM Service Provider",
        "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/",
        "keywords": [
            "cilex",
            "doctrine",
            "orm",
            "pimple",
            "silex"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
            "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^7.5@dev"
        },
        "time": "2019-08-08T18:11:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "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.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^4.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2018-08-21T18:01:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.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": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan-shim": "^0.9.2",
            "phpunit/phpunit": "^7.0",
            "vimeo/psalm": "^3.2.2"
        },
        "time": "2019-06-09T13:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "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": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.11.0",
        "version_normalized": "2.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/inflector": "^1.0",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^1.1",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^1.0",
            "phpstan/phpstan": "^0.11",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0",
            "symfony/phpunit-bridge": "^4.0.5"
        },
        "time": "2019-09-10T10:10:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
        "homepage": "https://www.doctrine-project.org/projects/common.html",
        "keywords": [
            "common",
            "doctrine",
            "php"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.9.2",
        "version_normalized": "2.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
            "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.0",
            "doctrine/event-manager": "^1.0",
            "ext-pdo": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "jetbrains/phpstorm-stubs": "^2018.1.2",
            "phpstan/phpstan": "^0.10.1",
            "phpunit/phpunit": "^7.4",
            "symfony/console": "^2.0.5|^3.0|^4.0",
            "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2018-12-31T03:27:51+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
            }
        },
        "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": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
        "homepage": "https://www.doctrine-project.org/projects/dbal.html",
        "keywords": [
            "abstraction",
            "database",
            "dbal",
            "mysql",
            "persistence",
            "pgsql",
            "php",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-06-11T11:59:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Event Manager component",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "eventdispatcher",
            "eventmanager"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "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/instantiator",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-shim": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-03-17T17:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
            "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2019-07-30T19:33:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.6.4",
        "version_normalized": "2.6.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
            "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "~1.5",
            "doctrine/cache": "~1.6",
            "doctrine/collections": "^1.4",
            "doctrine/common": "^2.7.1",
            "doctrine/dbal": "^2.6",
            "doctrine/instantiator": "~1.1",
            "ext-pdo": "*",
            "php": "^7.1",
            "symfony/console": "~3.0|~4.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpunit/phpunit": "^7.5",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2019-09-20T14:30:26+00:00",
        "bin": [
            "bin/doctrine"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\ORM\\": "lib/Doctrine/ORM"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "doctrine/persistence",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpstan/phpstan": "^0.8",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-04-23T08:28:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
        "homepage": "https://doctrine-project.org/projects/persistence.html",
        "keywords": [
            "mapper",
            "object",
            "odm",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/reflection",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/reflection.git",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "doctrine/common": "^2.8",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-06-14T14:45:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Reflection component",
        "homepage": "https://www.doctrine-project.org/projects/reflection.html",
        "keywords": [
            "reflection"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.11",
        "version_normalized": "2.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1",
            "symfony/phpunit-bridge": "^4.4@dev"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-08-13T17:33:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "hoa/compiler",
        "version": "3.17.08.08",
        "version_normalized": "3.17.08.08",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Compiler.git",
            "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
            "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0",
            "hoa/file": "~1.0",
            "hoa/iterator": "~2.0",
            "hoa/math": "~1.0",
            "hoa/protocol": "~1.0",
            "hoa/regex": "~1.0",
            "hoa/visitor": "~2.0"
        },
        "require-dev": {
            "hoa/json": "~2.0",
            "hoa/test": "~2.0"
        },
        "time": "2017-08-08T07:44:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Compiler\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Compiler library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "algebraic",
            "ast",
            "compiler",
            "context-free",
            "coverage",
            "exhaustive",
            "grammar",
            "isotropic",
            "language",
            "lexer",
            "library",
            "ll1",
            "llk",
            "parser",
            "pp",
            "random",
            "regular",
            "rule",
            "sampler",
            "syntax",
            "token",
            "trace",
            "uniform"
        ]
    },
    {
        "name": "hoa/consistency",
        "version": "1.17.05.02",
        "version_normalized": "1.17.05.02",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Consistency.git",
            "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
            "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
            "shasum": ""
        },
        "require": {
            "hoa/exception": "~1.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "hoa/stream": "~1.0",
            "hoa/test": "~2.0"
        },
        "time": "2017-05-02T12:18:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Consistency\\": "."
            },
            "files": [
                "Prelude.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Consistency library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "autoloader",
            "callable",
            "consistency",
            "entity",
            "flex",
            "keyword",
            "library"
        ]
    },
    {
        "name": "hoa/event",
        "version": "1.17.01.13",
        "version_normalized": "1.17.01.13",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Event.git",
            "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
            "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-01-13T15:30:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Event\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Event library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "event",
            "library",
            "listener",
            "observer"
        ]
    },
    {
        "name": "hoa/exception",
        "version": "1.17.01.16",
        "version_normalized": "1.17.01.16",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Exception.git",
            "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
            "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/event": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-01-16T07:53:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Exception\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Exception library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "exception",
            "library"
        ]
    },
    {
        "name": "hoa/file",
        "version": "1.17.07.11",
        "version_normalized": "1.17.07.11",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/File.git",
            "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
            "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/event": "~1.0",
            "hoa/exception": "~1.0",
            "hoa/iterator": "~2.0",
            "hoa/stream": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-07-11T07:42:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\File\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\File library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "Socket",
            "directory",
            "file",
            "finder",
            "library",
            "link",
            "temporary"
        ]
    },
    {
        "name": "hoa/iterator",
        "version": "2.17.01.10",
        "version_normalized": "2.17.01.10",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Iterator.git",
            "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
            "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-01-10T10:34:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Iterator\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Iterator library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "iterator",
            "library"
        ]
    },
    {
        "name": "hoa/math",
        "version": "1.17.05.16",
        "version_normalized": "1.17.05.16",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Math.git",
            "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
            "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
            "shasum": ""
        },
        "require": {
            "hoa/compiler": "~3.0",
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0",
            "hoa/iterator": "~2.0",
            "hoa/protocol": "~1.0",
            "hoa/zformat": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-05-16T08:02:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Math\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Math library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "arrangement",
            "combination",
            "combinatorics",
            "counting",
            "library",
            "math",
            "permutation",
            "sampler",
            "set"
        ]
    },
    {
        "name": "hoa/protocol",
        "version": "1.17.01.14",
        "version_normalized": "1.17.01.14",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Protocol.git",
            "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
            "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-01-14T12:26:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Protocol\\": "."
            },
            "files": [
                "Wrapper.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Protocol library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "library",
            "protocol",
            "resource",
            "stream",
            "wrapper"
        ]
    },
    {
        "name": "hoa/regex",
        "version": "1.17.01.13",
        "version_normalized": "1.17.01.13",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Regex.git",
            "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
            "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0",
            "hoa/math": "~1.0",
            "hoa/protocol": "~1.0",
            "hoa/ustring": "~4.0",
            "hoa/visitor": "~2.0"
        },
        "time": "2017-01-13T16:10:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Regex\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Regex library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "compiler",
            "library",
            "regex"
        ]
    },
    {
        "name": "hoa/stream",
        "version": "1.17.02.21",
        "version_normalized": "1.17.02.21",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Stream.git",
            "reference": "3293cfffca2de10525df51436adf88a559151d82"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
            "reference": "3293cfffca2de10525df51436adf88a559151d82",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/event": "~1.0",
            "hoa/exception": "~1.0",
            "hoa/protocol": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-02-21T16:01:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Stream\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Stream library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "Context",
            "bucket",
            "composite",
            "filter",
            "in",
            "library",
            "out",
            "protocol",
            "stream",
            "wrapper"
        ]
    },
    {
        "name": "hoa/ustring",
        "version": "4.17.01.16",
        "version_normalized": "4.17.01.16",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Ustring.git",
            "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
            "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "suggest": {
            "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
            "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
        },
        "time": "2017-01-16T07:08:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Ustring\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Ustring library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "library",
            "search",
            "string",
            "unicode"
        ]
    },
    {
        "name": "hoa/visitor",
        "version": "2.17.01.16",
        "version_normalized": "2.17.01.16",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Visitor.git",
            "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
            "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0"
        },
        "require-dev": {
            "hoa/test": "~2.0"
        },
        "time": "2017-01-16T07:02:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Visitor\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Visitor library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "library",
            "structure",
            "visit",
            "visitor"
        ]
    },
    {
        "name": "hoa/zformat",
        "version": "1.17.01.10",
        "version_normalized": "1.17.01.10",
        "source": {
            "type": "git",
            "url": "https://github.com/hoaproject/Zformat.git",
            "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
            "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
            "shasum": ""
        },
        "require": {
            "hoa/consistency": "~1.0",
            "hoa/exception": "~1.0"
        },
        "time": "2017-01-10T10:39:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hoa\\Zformat\\": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ivan Enderlin",
                "email": "ivan.enderlin@hoa-project.net"
            },
            {
                "name": "Hoa community",
                "homepage": "https://hoa-project.net/"
            }
        ],
        "description": "The Hoa\\Zformat library.",
        "homepage": "https://hoa-project.net/",
        "keywords": [
            "library",
            "parameter",
            "zformat"
        ]
    },
    {
        "name": "jms/metadata",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/8d8958103485c2cbdd9a9684c3869312ebdaf73a",
            "reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/cache": "^1.0",
            "doctrine/coding-standard": "^4.0",
            "phpunit/phpunit": "^7.0",
            "symfony/cache": "^3.1|^4.0"
        },
        "time": "2019-09-17T15:30:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "jms/serializer",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/serializer.git",
            "reference": "4c1e4296734385af7718ca71ec0febb4815b4a87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4c1e4296734385af7718ca71ec0febb4815b4a87",
            "reference": "4c1e4296734385af7718ca71ec0febb4815b4a87",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/instantiator": "^1.0.3",
            "hoa/compiler": "^3.17.08.08",
            "jms/metadata": "^2.0",
            "php": "^7.2"
        },
        "conflict": {
            "hoa/consistency": "<1.17.05.02",
            "hoa/core": "*",
            "hoa/iterator": "<2.16.03.15"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "doctrine/orm": "~2.1",
            "doctrine/phpcr-odm": "^1.3|^2.0",
            "ext-pdo_sqlite": "*",
            "jackalope/jackalope-doctrine-dbal": "^1.1.5",
            "phpunit/phpunit": "^7.5||^8.0",
            "psr/container": "^1.0",
            "symfony/dependency-injection": "^3.0|^4.0",
            "symfony/expression-language": "^3.0|^4.0",
            "symfony/filesystem": "^3.0|^4.0",
            "symfony/form": "^3.0|^4.0",
            "symfony/translation": "^3.0|^4.0",
            "symfony/validator": "^3.1.9|^4.0",
            "symfony/yaml": "^3.3|^4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "doctrine/cache": "Required if you like to use cache functionality.",
            "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
            "symfony/yaml": "Required if you'd like to use the YAML metadata format."
        },
        "time": "2019-09-20T14:24:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JMS\\Serializer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            }
        ],
        "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
        "homepage": "http://jmsyst.com/libs/serializer",
        "keywords": [
            "deserialization",
            "jaxb",
            "json",
            "serialization",
            "xml"
        ]
    },
    {
        "name": "lokhman/silex-config",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lokhman/silex-config.git",
            "reference": "4a290c9dfdd80a52d1c399e6d5dd448962a42215"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lokhman/silex-config/zipball/4a290c9dfdd80a52d1c399e6d5dd448962a42215",
            "reference": "4a290c9dfdd80a52d1c399e6d5dd448962a42215",
            "shasum": ""
        },
        "require": {
            "silex/silex": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.0"
        },
        "time": "2017-03-08T11:55:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lokhman\\Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Lokhman",
                "email": "alex.lokhman@gmail.com"
            }
        ],
        "description": "Silex 2.0+ service provider for lightweight framework configuration",
        "keywords": [
            "config",
            "silex",
            "tools"
        ]
    },
    {
        "name": "lokhman/silex-console",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lokhman/silex-console.git",
            "reference": "d86a8433133dffcfd6e3086489ba63d4b6dbb445"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lokhman/silex-console/zipball/d86a8433133dffcfd6e3086489ba63d4b6dbb445",
            "reference": "d86a8433133dffcfd6e3086489ba63d4b6dbb445",
            "shasum": ""
        },
        "require": {
            "silex/silex": "~2.0",
            "symfony/console": "^3.2",
            "symfony/process": "^3.2"
        },
        "suggest": {
            "doctrine/dbal": "For using Doctrine service provider",
            "doctrine/migrations": "For using Doctrine Migrations service provider",
            "ext-pcntl": "For process control in cron",
            "mtdowling/cron-expression": "For using cron commands"
        },
        "time": "2017-03-17T15:07:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lokhman\\Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Lokhman",
                "email": "alex.lokhman@gmail.com"
            }
        ],
        "description": "Silex 2.0+ console application",
        "keywords": [
            "console",
            "silex",
            "tools"
        ]
    },
    {
        "name": "lokhman/silex-firewall",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lokhman/silex-firewall.git",
            "reference": "a3dadce94869d35ff55c7179a4d32258f7d621fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lokhman/silex-firewall/zipball/a3dadce94869d35ff55c7179a4d32258f7d621fc",
            "reference": "a3dadce94869d35ff55c7179a4d32258f7d621fc",
            "shasum": ""
        },
        "require": {
            "silex/silex": "~2.0"
        },
        "time": "2017-05-16T13:14:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lokhman\\Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Lokhman",
                "email": "alex.lokhman@gmail.com"
            }
        ],
        "description": "Silex 2.0+ service provider for firewall rules",
        "keywords": [
            "firewall",
            "silex",
            "tools"
        ]
    },
    {
        "name": "lokhman/silex-tools",
        "version": "2.1.4",
        "version_normalized": "2.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lokhman/silex-tools.git",
            "reference": "91e84099479beb4e866abc88a55ed1e457a8a9e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lokhman/silex-tools/zipball/91e84099479beb4e866abc88a55ed1e457a8a9e9",
            "reference": "91e84099479beb4e866abc88a55ed1e457a8a9e9",
            "shasum": ""
        },
        "require": {
            "lokhman/silex-config": "^2.0",
            "lokhman/silex-console": "^2.0",
            "lokhman/silex-firewall": "^2.0",
            "silex/silex": "~2.0"
        },
        "suggest": {
            "lokhman/silex-assetic": "For using Assetic library",
            "lokhman/silex-autoreload": "For using AutoReload functionality",
            "lokhman/silex-hashids": "For using Hashids library",
            "lokhman/silex-restful": "For implementing RESTful functionality"
        },
        "time": "2017-05-16T13:57:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lokhman\\Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Lokhman",
                "email": "alex.lokhman@gmail.com"
            }
        ],
        "description": "Tools for Silex 2.0+ framework",
        "keywords": [
            "silex",
            "tools"
        ]
    },
    {
        "name": "php-imap/php-imap",
        "version": "3.0.30",
        "version_normalized": "3.0.30.0",
        "source": {
            "type": "git",
            "url": "https://github.com/barbushin/php-imap.git",
            "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/barbushin/php-imap/zipball/15340028e27fdbe619999f4c300af2a06dd4a4f0",
            "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "ext-imap": "*",
            "ext-mbstring": "*",
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2019-09-07T13:44:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpImap\\": "src/PhpImap"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sergey Barbushin",
                "email": "barbushin@gmail.com",
                "homepage": "http://linkedin.com/in/barbushin"
            }
        ],
        "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)",
        "homepage": "https://github.com/barbushin/php-imap",
        "keywords": [
            "imap",
            "mail",
            "mailbox",
            "php",
            "pop3",
            "receive emails"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.2"
        },
        "time": "2018-01-21T07:42:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "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",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "silex/silex",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Silex.git",
            "reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Silex/zipball/6bc31c1b8c4ef614a7115320fd2d3b958032f131",
            "reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "pimple/pimple": "^3.0",
            "symfony/event-dispatcher": "^4.0",
            "symfony/http-foundation": "^4.0",
            "symfony/http-kernel": "^4.0",
            "symfony/routing": "^4.0"
        },
        "replace": {
            "silex/api": "self.version",
            "silex/providers": "self.version"
        },
        "require-dev": {
            "doctrine/dbal": "^2.2",
            "monolog/monolog": "^1.4.1",
            "swiftmailer/swiftmailer": "^5",
            "symfony/asset": "^4.0",
            "symfony/browser-kit": "^4.0",
            "symfony/config": "^4.0",
            "symfony/css-selector": "^4.0",
            "symfony/debug": "^4.0",
            "symfony/doctrine-bridge": "^4.0",
            "symfony/dom-crawler": "^4.0",
            "symfony/expression-language": "^4.0",
            "symfony/finder": "^4.0",
            "symfony/form": "^4.0",
            "symfony/intl": "^4.0",
            "symfony/monolog-bridge": "^4.0",
            "symfony/options-resolver": "^4.0",
            "symfony/phpunit-bridge": "^3.2",
            "symfony/process": "^4.0",
            "symfony/security": "^4.0",
            "symfony/serializer": "^4.0",
            "symfony/translation": "^4.0",
            "symfony/twig-bridge": "^4.0",
            "symfony/validator": "^4.0",
            "symfony/var-dumper": "^4.0",
            "symfony/web-link": "^4.0",
            "twig/twig": "^2.0"
        },
        "time": "2018-04-20T05:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "The PHP micro-framework based on the Symfony Components",
        "homepage": "http://silex.sensiolabs.org",
        "keywords": [
            "microframework"
        ],
        "abandoned": "symfony/flex"
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.1",
        "version_normalized": "6.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
            "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-04-21T09:21:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-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": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "sybio/image-workshop",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Sybio/ImageWorkshop.git",
            "reference": "aa95fea257370f9ba316763ac278c2cd8d5be38a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Sybio/ImageWorkshop/zipball/aa95fea257370f9ba316763ac278c2cd8d5be38a",
            "reference": "aa95fea257370f9ba316763ac278c2cd8d5be38a",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpunit/phpunit": "~4.5"
        },
        "suggest": {
            "ext-exif": "Allows to read and keep images EXIF data"
        },
        "time": "2018-04-17T19:19:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPImageWorkshop": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Clément Guillemain",
                "homepage": "http://clementguillemain.fr",
                "role": "Developer / Freelancer"
            },
            {
                "name": "ImageWorkshop Community",
                "homepage": "https://github.com/Sybio/ImageWorkshop/graphs/contributors"
            }
        ],
        "description": "Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)",
        "homepage": "http://phpimageworkshop.com",
        "keywords": [
            "class",
            "crop",
            "gd",
            "image",
            "library",
            "resize",
            "rotate",
            "thumbnail",
            "watermark"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v3.4.31",
        "version_normalized": "3.4.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "4510f04e70344d70952566e4262a0b11df39cb10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10",
            "reference": "4510f04e70344d70952566e4262a0b11df39cb10",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.3|~4.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-08-26T07:52:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "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": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/afcdea44a2e399c1e4b52246ec8d54c715393ced",
            "reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": "<3.4"
        },
        "require-dev": {
            "symfony/http-kernel": "~3.4|~4.0"
        },
        "time": "2019-08-20T14:27:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "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": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
            "reference": "429d0a1451d4c9c4abe1959b2986b88794b9b7d2",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/event-dispatcher-contracts": "^1.1"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "1.1"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "^3.4|^4.0",
            "symfony/service-contracts": "^1.1",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-08-26T08:55:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "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": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
            "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "psr/event-dispatcher": "",
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2019-06-20T06:46:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\EventDispatcher\\": ""
            }
        },
        "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": "Generic abstractions related to dispatching event",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d804bea118ff340a12e22a79f9c7e7eb56b35adc",
            "reference": "d804bea118ff340a12e22a79f9c7e7eb56b35adc",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/mime": "^4.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2019-08-26T08:55:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "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": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5e0fc71be03d52cd00c423061cfd300bd6f92a52",
            "reference": "5e0fc71be03d52cd00c423061cfd300bd6f92a52",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/debug": "~3.4|~4.0",
            "symfony/event-dispatcher": "^4.3",
            "symfony/http-foundation": "^4.1.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php73": "^1.9"
        },
        "conflict": {
            "symfony/browser-kit": "<4.3",
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<4.3",
            "symfony/translation": "<4.2",
            "symfony/var-dumper": "<4.1.1",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "^4.3",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dependency-injection": "^4.3",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~4.2",
            "symfony/translation-contracts": "^1.1",
            "symfony/var-dumper": "^4.1.1",
            "twig/twig": "^1.34|^2.4"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/var-dumper": ""
        },
        "time": "2019-08-26T16:47:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "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": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/mime",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "987a05df1c6ac259b34008b932551353f4f408df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df",
            "reference": "987a05df1c6ac259b34008b932551353f4f408df",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10",
            "symfony/dependency-injection": "~3.4|^4.1"
        },
        "time": "2019-08-22T08:16:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "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": "A library to manipulate MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "685968b11e61a347c18bf25db32effa478be610f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
            "reference": "685968b11e61a347c18bf25db32effa478be610f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "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 Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-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/polyfill-php72",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "04ce3335667451138df4307d6a9b61565560199e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
            "reference": "04ce3335667451138df4307d6a9b61565560199e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "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 some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "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 some PHP 7.3+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.31",
        "version_normalized": "3.4.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/d822cb654000a95b7855362c0d5b127f6a6d8baa",
            "reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-08-26T07:52:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "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": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/routing",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "ff1049f6232dc5b6023b1ff1c6de56f82bcd264f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/ff1049f6232dc5b6023b1ff1c6de56f82bcd264f",
            "reference": "ff1049f6232dc5b6023b1ff1c6de56f82bcd264f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/config": "<4.2",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.2",
            "psr/log": "~1.0",
            "symfony/config": "~4.2",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2019-08-26T08:26:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "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": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/twig-bridge",
        "version": "v3.4.31",
        "version_normalized": "3.4.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bridge.git",
            "reference": "b3ee7d17bb002129d94504fb27463f7e0b4185bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/b3ee7d17bb002129d94504fb27463f7e0b4185bd",
            "reference": "b3ee7d17bb002129d94504fb27463f7e0b4185bd",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "twig/twig": "^1.41|^2.10"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/form": "<3.4.31|>=4.0,<4.3.4"
        },
        "require-dev": {
            "fig/link-util": "^1.0",
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.4.31|^4.3.4",
            "symfony/http-foundation": "^3.3.11|~4.0",
            "symfony/http-kernel": "~3.2|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/security": "^2.8.31|^3.3.13|~4.0",
            "symfony/security-acl": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/workflow": "~3.3|~4.0",
            "symfony/yaml": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/asset": "For using the AssetExtension",
            "symfony/expression-language": "For using the ExpressionExtension",
            "symfony/finder": "",
            "symfony/form": "For using the FormExtension",
            "symfony/http-kernel": "For using the HttpKernelExtension",
            "symfony/routing": "For using the RoutingExtension",
            "symfony/security": "For using the SecurityExtension",
            "symfony/stopwatch": "For using the StopwatchExtension",
            "symfony/templating": "For using the TwigEngine",
            "symfony/translation": "For using the TranslationExtension",
            "symfony/var-dumper": "For using the DumpExtension",
            "symfony/web-link": "For using the WebLinkExtension",
            "symfony/yaml": "For using the YamlExtension"
        },
        "time": "2019-08-26T07:52:58+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Twig\\": ""
            },
            "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": "Symfony Twig Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
            "reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-08-20T14:27:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "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": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "twig/twig",
        "version": "v1.42.3",
        "version_normalized": "1.42.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e",
            "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^3.4|^4.2",
            "symfony/phpunit-bridge": "^4.4@dev|^5.0"
        },
        "time": "2019-08-24T12:51:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.42-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "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": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
