View file vendor/composer/installed.json

File size: 94.81Kb
[
    {
        "name": "alchemy/binary-driver",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alchemy-fr/BinaryDriver.git",
            "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
            "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^2.0|^1.0",
            "monolog/monolog": "^1.3",
            "php": ">=5.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.0|^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "time": "2016-03-02T13:49:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Alchemy": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]",
                "homepage": "http://www.lickmychip.com/"
            },
            {
                "name": "Phraseanet Team",
                "email": "[email protected]",
                "homepage": "http://www.phraseanet.com/"
            },
            {
                "name": "Nicolas Le Goff",
                "email": "[email protected]"
            }
        ],
        "description": "A set of tools to build binary drivers",
        "keywords": [
            "binary",
            "driver"
        ]
    },
    {
        "name": "altorouter/altorouter",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dannyvankooten/AltoRouter.git",
            "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
            "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "phpunit/phpunit": "4.5.*"
        },
        "time": "2015-11-30T00:47:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "AltoRouter.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Danny van Kooten",
                "email": "[email protected]",
                "homepage": "http://dannyvankooten.com/"
            },
            {
                "name": "Koen Punt",
                "homepage": "https://github.com/koenpunt"
            },
            {
                "name": "niahoo",
                "homepage": "https://github.com/niahoo"
            }
        ],
        "description": "A lightning fast router for PHP",
        "homepage": "https://github.com/dannyvankooten/AltoRouter",
        "keywords": [
            "lightweight",
            "router",
            "routing"
        ]
    },
    {
        "name": "cbschuld/browser.php",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/cbschuld/Browser.php.git",
            "reference": "6bde9efb0b14a4917affe741500c29149419e491"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cbschuld/Browser.php/zipball/6bde9efb0b14a4917affe741500c29149419e491",
            "reference": "6bde9efb0b14a4917affe741500c29149419e491",
            "shasum": ""
        },
        "time": "2017-07-31T23:43:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.95-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "files": [
                "lib/Browser.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Schuld",
                "email": "[email protected]",
                "homepage": "http://chrisschuld.com"
            }
        ],
        "description": "A PHP Class to detect a user's Browser",
        "homepage": "http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php.html",
        "keywords": [
            "browser",
            "detection",
            "user agent"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^5.7",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2017-08-25T07:02:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.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": "[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": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "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": "[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"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "[email protected]"
            },
            {
                "name": "Guilherme Blanco",
                "email": "[email protected]"
            },
            {
                "name": "Johannes Schmitt",
                "email": "[email protected]"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "dragonmantank/cron-expression",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
            "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.4"
        },
        "time": "2018-06-06T03:12:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "[email protected]",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Chris Tankersley",
                "email": "[email protected]",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.4",
        "version_normalized": "2.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
            "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
            "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"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2018-04-10T10:11:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.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": "evenement/evenement",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
            "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
        },
        "time": "2017-07-17T17:39:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Evenement": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "[email protected]"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "google/recaptcha",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/google/recaptcha.git",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-03-09T18:44:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ReCaptcha\\": "src/ReCaptcha"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
        "homepage": "http://www.google.com/recaptcha/",
        "keywords": [
            "Abuse",
            "captcha",
            "recaptcha",
            "spam"
        ]
    },
    {
        "name": "gregwar/captcha",
        "version": "v1.1.6",
        "version_normalized": "1.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "a96d8dffc80d6213958bd19fbdef1555e8b63ca3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/a96d8dffc80d6213958bd19fbdef1555e8b63ca3",
            "reference": "a96d8dffc80d6213958bd19fbdef1555e8b63ca3",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0",
            "symfony/finder": "~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2018-04-24T09:20:08+00:00",
        "type": "captcha",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gregwar\\": "src/Gregwar"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Grégoire Passault",
                "email": "[email protected]",
                "homepage": "http://www.gregwar.com/"
            },
            {
                "name": "Jeremy Livingston",
                "email": "[email protected]"
            }
        ],
        "description": "Captcha generator",
        "homepage": "https://github.com/Gregwar/Captcha",
        "keywords": [
            "bot",
            "captcha",
            "spam"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "[email protected]",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "illuminate/container",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "1f0757cae8749400aeda730f6438a081fc3c082d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/1f0757cae8749400aeda730f6438a081fc3c082d",
            "reference": "1f0757cae8749400aeda730f6438a081fc3c082d",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "php": "^7.1.3",
            "psr/container": "~1.0"
        },
        "time": "2018-05-24T13:16:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "3dc639feabe0f302f574157a782ede323881a944"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/3dc639feabe0f302f574157a782ede323881a944",
            "reference": "3dc639feabe0f302f574157a782ede323881a944",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "~1.0",
            "psr/simple-cache": "~1.0"
        },
        "time": "2018-05-11T23:38:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/database",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/database.git",
            "reference": "1f1f6382bbd7ee5181bfa950257bd14f451fc187"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/database/zipball/1f1f6382bbd7ee5181bfa950257bd14f451fc187",
            "reference": "1f1f6382bbd7ee5181bfa950257bd14f451fc187",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "suggest": {
            "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
            "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
            "illuminate/console": "Required to use the database commands (5.6.*).",
            "illuminate/events": "Required to use the observers with Eloquent (5.6.*).",
            "illuminate/filesystem": "Required to use the migrations (5.6.*).",
            "illuminate/pagination": "Required to paginate the result set (5.6.*)."
        },
        "time": "2018-07-23T13:56:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Database\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Database package.",
        "homepage": "https://laravel.com",
        "keywords": [
            "database",
            "laravel",
            "orm",
            "sql"
        ]
    },
    {
        "name": "illuminate/events",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/events.git",
            "reference": "5bdd8e84c0528970961289da088306c632eca8f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/events/zipball/5bdd8e84c0528970961289da088306c632eca8f7",
            "reference": "5bdd8e84c0528970961289da088306c632eca8f7",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "time": "2018-07-23T01:01:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/filesystem",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "2677365f61c66fad13ff12a37cd4fa8aaeb048d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/2677365f61c66fad13ff12a37cd4fa8aaeb048d2",
            "reference": "2677365f61c66fad13ff12a37cd4fa8aaeb048d2",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/finder": "~4.0"
        },
        "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-cached-adapter": "Required to use the Flysystem cache (~1.0).",
            "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)."
        },
        "time": "2018-07-07T14:54:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/http",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/http.git",
            "reference": "cbe4b89ac470313fe9ddad547f0accd9f01893bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/http/zipball/cbe4b89ac470313fe9ddad547f0accd9f01893bc",
            "reference": "cbe4b89ac470313fe9ddad547f0accd9f01893bc",
            "shasum": ""
        },
        "require": {
            "illuminate/session": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/http-foundation": "~4.0",
            "symfony/http-kernel": "~4.0"
        },
        "time": "2018-07-19T01:29:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/session",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/session.git",
            "reference": "90bb5857fb64e269d8d331f02f820555ee471f64"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/session/zipball/90bb5857fb64e269d8d331f02f820555ee471f64",
            "reference": "90bb5857fb64e269d8d331f02f820555ee471f64",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/finder": "~4.0",
            "symfony/http-foundation": "~4.0"
        },
        "suggest": {
            "illuminate/console": "Required to use the session:table command (5.6.*)."
        },
        "time": "2018-03-06T14:29:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/support",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "c684cb5e77e213020f7a4ed213d94b2b384c2951"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/c684cb5e77e213020f7a4ed213d94b2b384c2951",
            "reference": "c684cb5e77e213020f7a4ed213d94b2b384c2951",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "~1.1",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.6.*",
            "nesbot/carbon": "^1.24.1",
            "php": "^7.1.3"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (5.6.*).",
            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
            "symfony/process": "Required to use the composer class (~4.0).",
            "symfony/var-dumper": "Required to use the dd function (~4.0)."
        },
        "time": "2018-07-26T15:32:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "illuminate/translation",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/translation.git",
            "reference": "add5b215599e6e02ec2568d67216aa012443b8d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/translation/zipball/add5b215599e6e02ec2568d67216aa012443b8d7",
            "reference": "add5b215599e6e02ec2568d67216aa012443b8d7",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3"
        },
        "time": "2018-05-28T12:54:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "[email protected]"
            }
        ],
        "description": "The Illuminate Translation package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/view",
        "version": "v5.6.29",
        "version_normalized": "5.6.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/view.git",
            "reference": "8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/view/zipball/8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f",
            "reference": "8d4e1c4d8c133eaca33c94ee35b7c0d2ef1dc66f",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.6.*",
            "illuminate/contracts": "5.6.*",
            "illuminate/events": "5.6.*",
            "illuminate/filesystem": "5.6.*",
            "illuminate/support": "5.6.*",
            "php": "^7.1.3",
            "symfony/debug": "~4.0"
        },
        "time": "2018-07-19T23:06:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "intervention/image",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
            "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "guzzlehttp/psr7": "~1.1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-gd": "to use GD library based image processing.",
            "ext-imagick": "to use Imagick based image processing.",
            "intervention/imagecache": "Caching extension for the Intervention Image library"
        },
        "time": "2018-05-29T14:19:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            },
            "laravel": {
                "providers": [
                    "Intervention\\Image\\ImageServiceProvider"
                ],
                "aliases": {
                    "Image": "Intervention\\Image\\Facades\\Image"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Intervention\\Image\\": "src/Intervention/Image"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oliver Vogel",
                "email": "[email protected]",
                "homepage": "http://olivervogel.com/"
            }
        ],
        "description": "Image handling and manipulation library with support for Laravel integration",
        "homepage": "http://image.intervention.io/",
        "keywords": [
            "gd",
            "image",
            "imagick",
            "laravel",
            "thumbnail",
            "watermark"
        ]
    },
    {
        "name": "jenssegers/blade",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jenssegers/blade.git",
            "reference": "59ba2cc4767b2ee81fdd9bad571a93c619a8dd52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jenssegers/blade/zipball/59ba2cc4767b2ee81fdd9bad571a93c619a8dd52",
            "reference": "59ba2cc4767b2ee81fdd9bad571a93c619a8dd52",
            "shasum": ""
        },
        "require": {
            "illuminate/view": "^5.1"
        },
        "require-dev": {
            "mockery/mockery": "^0.9",
            "phpunit/phpunit": "^4.0|^5.0",
            "satooshi/php-coveralls": "^1.0"
        },
        "time": "2016-08-23T11:51:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jenssegers\\Blade\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jens Segers",
                "homepage": "https://jenssegers.com"
            }
        ],
        "description": "The standalone version of Laravel's Blade templating engine for use outside of Laravel.",
        "keywords": [
            "blade",
            "laravel",
            "render",
            "template",
            "view"
        ]
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.32",
        "version_normalized": "2.8.32.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
            "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2018-06-03T13:13:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "[email protected]",
                "homepage": "http://mobiledetect.net",
                "role": "Developer"
            }
        ],
        "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
        "homepage": "https://github.com/serbanghita/Mobile-Detect",
        "keywords": [
            "detect mobile devices",
            "mobile",
            "mobile detect",
            "mobile detector",
            "php mobile detect"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2017-06-19T01:22:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "[email protected]",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "nelexa/zip",
        "version": "3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "251ce11bdc4754962f29cd2d31014549377ea617"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/251ce11bdc4754962f29cd2d31014549377ea617",
            "reference": "251ce11bdc4754962f29cd2d31014549377ea617",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.7",
            "zendframework/zend-diactoros": "^1.4"
        },
        "suggest": {
            "ext-bz2": "Needed to support BZIP2 compression",
            "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
            "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
        },
        "time": "2018-04-25T09:44:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpZip\\": "src/PhpZip"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ne-Lexa",
                "email": "[email protected]",
                "role": "Developer"
            }
        ],
        "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
        "homepage": "https://github.com/Ne-Lexa/php-zip",
        "keywords": [
            "archive",
            "extract",
            "unzip",
            "winzip",
            "zip",
            "zipalign",
            "ziparchive"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "1.32.0",
        "version_normalized": "1.32.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343",
            "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343",
            "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"
        },
        "time": "2018-07-05T06:59:26+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "neutron/temporary-filesystem",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
            "reference": "694aa3885f653dd429584e825ffbab79441d285f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/694aa3885f653dd429584e825ffbab79441d285f",
            "reference": "694aa3885f653dd429584e825ffbab79441d285f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "symfony/filesystem": "^2.3 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0"
        },
        "time": "2018-02-07T21:11:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Neutron": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]"
            }
        ],
        "description": "Symfony filesystem extension to handle temporary files"
    },
    {
        "name": "php-curl-class/php-curl-class",
        "version": "8.1.0",
        "version_normalized": "8.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-curl-class/php-curl-class.git",
            "reference": "0090c30b4348028cabf1d03427423460ca7dc4a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/0090c30b4348028cabf1d03427423460ca7dc4a4",
            "reference": "0090c30b4348028cabf1d03427423460ca7dc4a4",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-mbstring": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "ext-gd": "*",
            "phpunit/phpunit": "*",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2018-06-06T05:01:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Curl\\": "src/Curl/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Unlicense"
        ],
        "authors": [
            {
                "name": "Zach Borboa"
            }
        ],
        "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.",
        "homepage": "https://github.com/php-curl-class/php-curl-class",
        "keywords": [
            "api",
            "class",
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "json",
            "php",
            "requests",
            "rest",
            "restful",
            "web service",
            "xml"
        ]
    },
    {
        "name": "php-ffmpeg/php-ffmpeg",
        "version": "v0.12",
        "version_normalized": "0.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
            "reference": "0b871e59e7a809033fa27c3086588e72c662e9ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/0b871e59e7a809033fa27c3086588e72c662e9ab",
            "reference": "0b871e59e7a809033fa27c3086588e72c662e9ab",
            "shasum": ""
        },
        "require": {
            "alchemy/binary-driver": "^1.5",
            "doctrine/cache": "^1.0",
            "evenement/evenement": "^2.0 || ^1.0",
            "neutron/temporary-filesystem": "^2.1.1",
            "php": "^5.3.9 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36",
            "sami/sami": "~1.0",
            "silex/silex": "~1.0"
        },
        "suggest": {
            "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
        },
        "time": "2018-07-06T16:51:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "FFMpeg": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Romain Neutron",
                "email": "[email protected]",
                "homepage": "http://www.lickmychip.com/"
            },
            {
                "name": "Phraseanet Team",
                "email": "[email protected]",
                "homepage": "http://www.phraseanet.com/"
            },
            {
                "name": "Patrik Karisch",
                "email": "[email protected]",
                "homepage": "http://www.karisch.guru"
            },
            {
                "name": "Romain Biard",
                "email": "[email protected]",
                "homepage": "https://www.strime.io/"
            },
            {
                "name": "Jens Hausdorf",
                "email": "[email protected]",
                "homepage": "https://jens-hausdorf.de"
            }
        ],
        "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
        "keywords": [
            "audio",
            "audio processing",
            "avconv",
            "avprobe",
            "ffmpeg",
            "ffprobe",
            "video",
            "video processing"
        ]
    },
    {
        "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/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+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": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "robmorgan/phinx",
        "version": "0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cakephp/phinx.git",
            "reference": "e1698319ad55157c233b658c08f7a10617e797ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cakephp/phinx/zipball/e1698319ad55157c233b658c08f7a10617e797ca",
            "reference": "e1698319ad55157c233b658c08f7a10617e797ca",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "symfony/config": "^2.8|^3.0|^4.0",
            "symfony/console": "^2.8|^3.0|^4.0",
            "symfony/yaml": "^2.8|^3.0|^4.0"
        },
        "require-dev": {
            "cakephp/cakephp-codesniffer": "^3.0",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.5"
        },
        "time": "2017-12-23T06:48:51+00:00",
        "bin": [
            "bin/phinx"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Phinx\\": "src/Phinx"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Woody Gilk",
                "email": "[email protected]",
                "homepage": "http://shadowhand.me",
                "role": "Developer"
            },
            {
                "name": "Rob Morgan",
                "email": "[email protected]",
                "homepage": "https://robmorgan.id.au",
                "role": "Lead Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "[email protected]",
                "role": "Developer"
            },
            {
                "name": "CakePHP Community",
                "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
            }
        ],
        "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
        "homepage": "https://phinx.org",
        "keywords": [
            "database",
            "database migrations",
            "db",
            "migrations",
            "phinx"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.1.2",
        "version_normalized": "6.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
            "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2018-07-13T07:04:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.1-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": "[email protected]"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/config",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
            "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/filesystem": "~3.4|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/finder": "<3.4"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2018-06-20T11:15:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "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 Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "5c31f6a97c1c240707f6d786e7e59bfacdbc0219"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/5c31f6a97c1c240707f6d786e7e59bfacdbc0219",
            "reference": "5c31f6a97c1c240707f6d786e7e59bfacdbc0219",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2018-07-16T14:05:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "a1f2118cedb8731c45e945cdd2b808ca82abc4b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/a1f2118cedb8731c45e945cdd2b808ca82abc4b5",
            "reference": "a1f2118cedb8731c45e945cdd2b808ca82abc4b5",
            "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": "2018-07-06T14:52:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f",
            "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "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/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2018-07-10T11:02:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
            "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2018-05-30T07:26:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "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 Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
            "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2018-06-19T21:38:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "8da9ea68ab2d80dfabd41e0d14b9606bb47a10c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8da9ea68ab2d80dfabd41e0d14b9606bb47a10c0",
            "reference": "8da9ea68ab2d80dfabd41e0d14b9606bb47a10c0",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2018-07-16T14:05:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "ebd28f4f88a2ca0a0488882ad73c4004f3afdbe3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ebd28f4f88a2ca0a0488882ad73c4004f3afdbe3",
            "reference": "ebd28f4f88a2ca0a0488882ad73c4004f3afdbe3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/debug": "~3.4|~4.0",
            "symfony/event-dispatcher": "~4.1",
            "symfony/http-foundation": "^4.1.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<4.1",
            "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": "~3.4|~4.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dependency-injection": "^4.1",
            "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": "~3.4|~4.0",
            "symfony/var-dumper": "^4.1.1"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/var-dumper": ""
        },
        "time": "2018-07-23T17:16:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
            "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-04-30T19:57:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "[email protected]"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "3296adf6a6454a050679cde90f95350ad604b171"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
            "reference": "3296adf6a6454a050679cde90f95350ad604b171",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-04-26T10:06:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-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": "[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"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.13",
        "version_normalized": "3.4.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "f741672edfcfe3a2ea77569d419006f23281d909"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/f741672edfcfe3a2ea77569d419006f23281d909",
            "reference": "f741672edfcfe3a2ea77569d419006f23281d909",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-07-09T09:01:07+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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "2dd74d6b2dcbd46a93971e6ce7d245cf3123e957"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/2dd74d6b2dcbd46a93971e6ce7d245cf3123e957",
            "reference": "2dd74d6b2dcbd46a93971e6ce7d245cf3123e957",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/intl": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-07-23T08:20:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/yaml",
        "version": "v4.1.2",
        "version_normalized": "4.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
            "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
            "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": "2018-05-30T07:26:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-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": "[email protected]"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "visavi/cleanup",
        "version": "v1.4",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/cleanup.git",
            "reference": "ce015983634a8c4c96a525caf13ca787ff06718a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/cleanup/zipball/ce015983634a8c4c96a525caf13ca787ff06718a",
            "reference": "ce015983634a8c4c96a525caf13ca787ff06718a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-05-21T15:16:26+00:00",
        "bin": [
            "cleanup"
        ],
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Grigorev",
                "email": "[email protected]",
                "homepage": "http://visavi.net"
            }
        ],
        "description": "Cleaning vendor directory",
        "homepage": "http://visavi.net",
        "keywords": [
            "clean",
            "composer",
            "vendor"
        ]
    },
    {
        "name": "visavi/crontask",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/visavi/crontask.git",
            "reference": "4f40089ce88202e47784ebfe788dc474f5933527"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/visavi/crontask/zipball/4f40089ce88202e47784ebfe788dc474f5933527",
            "reference": "4f40089ce88202e47784ebfe788dc474f5933527",
            "shasum": ""
        },
        "require": {
            "dragonmantank/cron-expression": "^2.0",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-10-23T15:22:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Crontask\\": "src/Crontask"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander Grigorev",
                "email": "[email protected]",
                "homepage": "http://visavi.net"
            }
        ],
        "description": "Simple PHP cron tasks",
        "homepage": "http://visavi.net",
        "keywords": [
            "cron",
            "crontab",
            "php",
            "scheduler",
            "task"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
            "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.0"
        },
        "time": "2018-07-29T20:33:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "[email protected]",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    }
]