| {
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "b96f1273e03068fbd01f2bf2b3e5350d",
    "content-hash": "94f96e8ee3a672664bef954d6c685483",
    "packages": [
        {
            "name": "doctrine/inflector",
            "version": "1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "[email protected] "
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "[email protected] "
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "[email protected] "
                },
                {
                    "name": "Jonathan Wage",
                    "email": "[email protected] "
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "[email protected] "
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2017-07-22 12:18:28"
        },
        {
            "name": "illuminate/container",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
                "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.5.*",
                "php": ">=7.0",
                "psr/container": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "time": "2018-01-19 17:58:33"
        },
        {
            "name": "illuminate/contracts",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
                "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/container": "~1.0",
                "psr/simple-cache": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "time": "2018-03-20 15:34:35"
        },
        {
            "name": "illuminate/events",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/events.git",
                "reference": "11b4b917c3f02140b528e849f883a4a9e7ff8af7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/events/zipball/11b4b917c3f02140b528e849f883a4a9e7ff8af7",
                "reference": "11b4b917c3f02140b528e849f883a4a9e7ff8af7",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.5.*",
                "illuminate/contracts": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Events\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Events package.",
            "homepage": "https://laravel.com",
            "time": "2017-12-14 13:29:55"
        },
        {
            "name": "illuminate/filesystem",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd",
                "reference": "b8c0e36d47cfde3a0727bc6e2057775ff98a1bcd",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0",
                "symfony/finder": "~3.3"
            },
            "suggest": {
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "https://laravel.com",
            "time": "2018-02-07 00:04:00"
        },
        {
            "name": "illuminate/http",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/http.git",
                "reference": "ee799d1dcacd7fccfc665b0b0437bfbae784306a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/http/zipball/ee799d1dcacd7fccfc665b0b0437bfbae784306a",
                "reference": "ee799d1dcacd7fccfc665b0b0437bfbae784306a",
                "shasum": ""
            },
            "require": {
                "illuminate/session": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0",
                "symfony/http-foundation": "~3.3",
                "symfony/http-kernel": "~3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Http\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Http package.",
            "homepage": "https://laravel.com",
            "time": "2018-05-02 14:49:13"
        },
        {
            "name": "illuminate/pipeline",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pipeline.git",
                "reference": "40b611615de9acac288d08bef1370cbda5f86d7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/40b611615de9acac288d08bef1370cbda5f86d7d",
                "reference": "40b611615de9acac288d08bef1370cbda5f86d7d",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pipeline\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Pipeline package.",
            "homepage": "https://laravel.com",
            "time": "2017-03-09 15:44:54"
        },
        {
            "name": "illuminate/routing",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/routing.git",
                "reference": "cbc716cd0adf09ddfed2956b86932b35ce91677f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/routing/zipball/cbc716cd0adf09ddfed2956b86932b35ce91677f",
                "reference": "cbc716cd0adf09ddfed2956b86932b35ce91677f",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.5.*",
                "illuminate/contracts": "5.5.*",
                "illuminate/http": "5.5.*",
                "illuminate/pipeline": "5.5.*",
                "illuminate/session": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0",
                "symfony/debug": "~3.3",
                "symfony/http-foundation": "~3.3",
                "symfony/http-kernel": "~3.3",
                "symfony/routing": "~3.3"
            },
            "suggest": {
                "illuminate/console": "Required to use the make commands (5.5.*).",
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Routing\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Routing package.",
            "homepage": "https://laravel.com",
            "time": "2018-01-05 19:39:35"
        },
        {
            "name": "illuminate/session",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/session.git",
                "reference": "248422140e7898ae0d5a4ed42e6e314c52677814"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/session/zipball/248422140e7898ae0d5a4ed42e6e314c52677814",
                "reference": "248422140e7898ae0d5a4ed42e6e314c52677814",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.5.*",
                "illuminate/filesystem": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0",
                "symfony/finder": "~3.3",
                "symfony/http-foundation": "~3.3"
            },
            "suggest": {
                "illuminate/console": "Required to use the session:table command (5.5.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Session\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Session package.",
            "homepage": "https://laravel.com",
            "time": "2017-12-14 13:29:55"
        },
        {
            "name": "illuminate/support",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
                "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "~1.1",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.5.*",
                "nesbot/carbon": "^1.24.1",
                "php": ">=7.0"
            },
            "replace": {
                "tightenco/collect": "<5.5.33"
            },
            "suggest": {
                "illuminate/filesystem": "Required to use the composer class (5.5.*).",
                "symfony/process": "Required to use the composer class (~3.3).",
                "symfony/var-dumper": "Required to use the dd function (~3.3)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "https://laravel.com",
            "time": "2018-08-10 19:40:01"
        },
        {
            "name": "illuminate/view",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/view.git",
                "reference": "892aa32a1b496cbafa5125bcc3f97ff795265f95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/view/zipball/892aa32a1b496cbafa5125bcc3f97ff795265f95",
                "reference": "892aa32a1b496cbafa5125bcc3f97ff795265f95",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.5.*",
                "illuminate/contracts": "5.5.*",
                "illuminate/events": "5.5.*",
                "illuminate/filesystem": "5.5.*",
                "illuminate/support": "5.5.*",
                "php": ">=7.0",
                "symfony/debug": "~3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\View\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                }
            ],
            "description": "The Illuminate View package.",
            "homepage": "https://laravel.com",
            "time": "2018-10-04 14:46:49"
        },
        {
            "name": "laravelcollective/html",
            "version": "5.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/LaravelCollective/html.git",
                "reference": "7c781e74fbc9e95f7c67636ed6728040dae23b44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/LaravelCollective/html/zipball/7c781e74fbc9e95f7c67636ed6728040dae23b44",
                "reference": "7c781e74fbc9e95f7c67636ed6728040dae23b44",
                "shasum": ""
            },
            "require": {
                "illuminate/http": "5.5.*",
                "illuminate/routing": "5.5.*",
                "illuminate/session": "5.5.*",
                "illuminate/support": "5.5.*",
                "illuminate/view": "5.5.*",
                "php": ">=7.0.0"
            },
            "require-dev": {
                "illuminate/database": "5.5.*",
                "mockery/mockery": "~0.9.4",
                "phpunit/phpunit": "~5.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.5-dev"
                },
                "laravel": {
                    "providers": [
                        "Collective\\Html\\HtmlServiceProvider"
                    ],
                    "aliases": {
                        "Form": "Collective\\Html\\FormFacade",
                        "Html": "Collective\\Html\\HtmlFacade"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Collective\\Html\\": "src/"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "[email protected] "
                },
                {
                    "name": "Adam Engebretson",
                    "email": "[email protected] "
                }
            ],
            "description": "HTML and Form Builders for the Laravel Framework",
            "homepage": "https://laravelcollective.com",
            "time": "2018-04-02 14:20:40"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.34.0",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
                "reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2",
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "[email protected] ",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "time": "2018-09-20 19:36:25"
        },
        {
            "name": "psr/container",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "2cc4a01788191489dc7459446ba832fa79a216a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/2cc4a01788191489dc7459446ba832fa79a216a7",
                "reference": "2cc4a01788191489dc7459446ba832fa79a216a7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2017-06-28 15:35:32"
        },
        {
            "name": "psr/log",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda",
                "reference": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2018-04-03 15:59:15"
        },
        {
            "name": "psr/simple-cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "time": "2017-10-23 01:57:42"
        },
        {
            "name": "symfony/debug",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
                "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0"
            },
            "conflict": {
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
            },
            "require-dev": {
                "symfony/http-kernel": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Debug Component",
            "homepage": "https://symfony.com",
            "time": "2017-07-28 15:27:31"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/dependency-injection": "~3.3",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2017-06-09 14:53:08"
        },
        {
            "name": "symfony/finder",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Finder Component",
            "homepage": "https://symfony.com",
            "time": "2017-06-01 21:01:25"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
                "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.1"
            },
            "require-dev": {
                "symfony/expression-language": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony HttpFoundation Component",
            "homepage": "https://symfony.com",
            "time": "2017-07-21 11:04:46"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5",
                "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "psr/log": "~1.0",
                "symfony/debug": "~2.8|~3.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/http-foundation": "~3.3"
            },
            "conflict": {
                "symfony/config": "<2.8",
                "symfony/dependency-injection": "<3.3",
                "symfony/var-dumper": "<3.3",
                "twig/twig": "<1.34|<2.4,>=2"
            },
            "require-dev": {
                "psr/cache": "~1.0",
                "symfony/browser-kit": "~2.8|~3.0",
                "symfony/class-loader": "~2.8|~3.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/console": "~2.8|~3.0",
                "symfony/css-selector": "~2.8|~3.0",
                "symfony/dependency-injection": "~3.3",
                "symfony/dom-crawler": "~2.8|~3.0",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/finder": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0",
                "symfony/routing": "~2.8|~3.0",
                "symfony/stopwatch": "~2.8|~3.0",
                "symfony/templating": "~2.8|~3.0",
                "symfony/translation": "~2.8|~3.0",
                "symfony/var-dumper": "~3.3"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/class-loader": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": "",
                "symfony/finder": "",
                "symfony/var-dumper": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony HttpKernel Component",
            "homepage": "https://symfony.com",
            "time": "2017-08-01 10:25:59"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "[email protected] "
                },
                {
                    "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"
            ],
            "time": "2018-09-21 13:07:52"
        },
        {
            "name": "symfony/routing",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
                "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "conflict": {
                "symfony/config": "<2.8",
                "symfony/dependency-injection": "<3.3",
                "symfony/yaml": "<3.3"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
                "doctrine/common": "~2.2",
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/dependency-injection": "~3.3",
                "symfony/expression-language": "~2.8|~3.0",
                "symfony/http-foundation": "~2.8|~3.0",
                "symfony/yaml": "~3.3"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation loader",
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/dependency-injection": "For loading routes from a service",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Routing Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "time": "2017-07-21 17:43:13"
        },
        {
            "name": "symfony/translation",
            "version": "v3.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.8",
                "symfony/yaml": "<3.3"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0",
                "symfony/intl": "^2.8.18|^3.2.5",
                "symfony/yaml": "~3.3"
            },
            "suggest": {
                "psr/log": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "[email protected] "
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Translation Component",
            "homepage": "https://symfony.com",
            "time": "2017-06-24 16:45:30"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
 |