Skip to content
Snippets Groups Projects
composer.lock 160 KiB
Newer Older
Bilal Talhaoui's avatar
Bilal Talhaoui committed
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
Tibo's avatar
Tibo committed
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        "This file is @generated automatically"
    ],
Tibo's avatar
Tibo committed
    "content-hash": "ab34253f91abd9b22152c4374c5939ee",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
    "packages": [
Tibo's avatar
Tibo committed
        {
            "name": "composer/ca-bundle",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                "psr/log": "^1.0",
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "time": "2018-03-29T19:57:20+00:00"
        },
        {
            "name": "composer/composer",
            "version": "1.6.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/b184a92419cc9a9c4c6a09db555a94d441cb11c9",
                "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/semver": "^1.0",
                "composer/spdx-licenses": "^1.2",
                "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
                "php": "^5.3.2 || ^7.0",
                "psr/log": "^1.0",
                "seld/cli-prompt": "^1.0",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.0",
                "symfony/console": "^2.7 || ^3.0 || ^4.0",
                "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
                "symfony/finder": "^2.7 || ^3.0 || ^4.0",
                "symfony/process": "^2.7 || ^3.0 || ^4.0"
            },
            "conflict": {
                "symfony/console": "2.8.38"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7",
                "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "time": "2018-05-04T09:44:59+00:00"
        },
        {
            "name": "composer/semver",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-08-30T16:08:34+00:00"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
                "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "time": "2018-04-30T10:33:04+00:00"
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "dnoegel/php-xdg-base-dir",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "@stable"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "XdgBaseDir\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "implementation of xdg base directory specification for php",
            "time": "2014-10-24T07:27:01+00:00"
        },
        {
            "name": "doctrine/inflector",
btalhaoui's avatar
btalhaoui committed
            "version": "v1.3.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
btalhaoui's avatar
btalhaoui committed
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
btalhaoui's avatar
btalhaoui committed
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
btalhaoui's avatar
btalhaoui committed
                "php": "^7.1"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
btalhaoui's avatar
btalhaoui committed
                    "dev-master": "1.3.x-dev"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
btalhaoui's avatar
btalhaoui committed
            "time": "2018-01-09T20:05:19+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09T13:34:57+00:00"
        },
Tibo's avatar
Tibo committed
        {
            "name": "dragonmantank/cron-expression",
            "version": "v2.2.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"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "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"
            ],
            "time": "2018-06-06T03:12:17+00:00"
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "egulias/email-validator",
Tibo's avatar
Tibo committed
            "version": "2.1.4",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
Tibo's avatar
Tibo committed
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.0.1",
                "php": ">= 5.5"
            },
            "require-dev": {
                "dominicsayers/isemail": "dev-master",
Tibo's avatar
Tibo committed
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "satooshi/php-coveralls": "^1.0.1"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "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"
            ],
Tibo's avatar
Tibo committed
            "time": "2018-04-10T10:11:19+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "erusev/parsedown",
btalhaoui's avatar
btalhaoui committed
            "version": "1.7.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
btalhaoui's avatar
btalhaoui committed
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
btalhaoui's avatar
btalhaoui committed
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
btalhaoui's avatar
btalhaoui committed
                "ext-mbstring": "*",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
btalhaoui's avatar
btalhaoui committed
            "time": "2018-03-08T01:11:30+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "fideloper/proxy",
Tibo's avatar
Tibo committed
            "version": "4.0.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/fideloper/TrustedProxy.git",
Tibo's avatar
Tibo committed
                "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/cf8a0ca4b85659b9557e206c90110a6a4dba980a",
                "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "~5.0",
                "php": ">=5.4.0"
            },
            "require-dev": {
Tibo's avatar
Tibo committed
                "illuminate/http": "~5.6",
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "^6.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Fideloper\\Proxy\\TrustedProxyServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Fideloper\\Proxy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Fidao",
                    "email": "fideloper@gmail.com"
                }
            ],
            "description": "Set trusted proxies for Laravel",
            "keywords": [
                "load balancing",
                "proxy",
                "trusted proxy"
            ],
Tibo's avatar
Tibo committed
            "time": "2018-02-07T20:20:57+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "jakub-onderka/php-console-color",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "jakub-onderka/php-code-style": "1.0",
                "jakub-onderka/php-parallel-lint": "0.*",
                "jakub-onderka/php-var-dump-check": "0.*",
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JakubOnderka\\PhpConsoleColor": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "jakub.onderka@gmail.com",
                    "homepage": "http://www.acci.cz"
                }
            ],
            "time": "2014-04-08T15:00:19+00:00"
        },
        {
            "name": "jakub-onderka/php-console-highlighter",
            "version": "v0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                "shasum": ""
            },
            "require": {
                "jakub-onderka/php-console-color": "~0.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "jakub-onderka/php-code-style": "~1.0",
                "jakub-onderka/php-parallel-lint": "~0.5",
                "jakub-onderka/php-var-dump-check": "~0.1",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "acci@acci.cz",
                    "homepage": "http://www.acci.cz/"
                }
            ],
            "time": "2015-04-20T18:58:01+00:00"
        },
Tibo's avatar
Tibo committed
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
                "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2018-02-14T22:26:30+00:00"
        },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        {
            "name": "laravel/framework",
Tibo's avatar
Tibo committed
            "version": "v5.6.28",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/framework.git",
Tibo's avatar
Tibo committed
                "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/laravel/framework/zipball/40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
                "reference": "40ba2ee0e61cb4bc3c9f1dab04908e6acf06b86f",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "~1.1",
Tibo's avatar
Tibo committed
                "dragonmantank/cron-expression": "~2.0",
btalhaoui's avatar
btalhaoui committed
                "erusev/parsedown": "~1.7",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-mbstring": "*",
                "ext-openssl": "*",
Tibo's avatar
Tibo committed
                "league/flysystem": "^1.0.8",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "monolog/monolog": "~1.12",
Tibo's avatar
Tibo committed
                "nesbot/carbon": "1.25.*",
                "php": "^7.1.3",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "psr/container": "~1.0",
                "psr/simple-cache": "^1.0",
Tibo's avatar
Tibo committed
                "ramsey/uuid": "^3.7",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "swiftmailer/swiftmailer": "~6.0",
Tibo's avatar
Tibo committed
                "symfony/console": "~4.0",
                "symfony/debug": "~4.0",
                "symfony/finder": "~4.0",
                "symfony/http-foundation": "~4.0",
                "symfony/http-kernel": "~4.0",
                "symfony/process": "~4.0",
                "symfony/routing": "~4.0",
                "symfony/var-dumper": "~4.0",
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "vlucas/phpdotenv": "~2.2"
            },
Tibo's avatar
Tibo committed
            "conflict": {
                "tightenco/collect": "<5.5.33"
            },
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "replace": {
                "illuminate/auth": "self.version",
                "illuminate/broadcasting": "self.version",
                "illuminate/bus": "self.version",
                "illuminate/cache": "self.version",
                "illuminate/config": "self.version",
                "illuminate/console": "self.version",
                "illuminate/container": "self.version",
                "illuminate/contracts": "self.version",
                "illuminate/cookie": "self.version",
                "illuminate/database": "self.version",
                "illuminate/encryption": "self.version",
                "illuminate/events": "self.version",
                "illuminate/filesystem": "self.version",
                "illuminate/hashing": "self.version",
                "illuminate/http": "self.version",
                "illuminate/log": "self.version",
                "illuminate/mail": "self.version",
                "illuminate/notifications": "self.version",
                "illuminate/pagination": "self.version",
                "illuminate/pipeline": "self.version",
                "illuminate/queue": "self.version",
                "illuminate/redis": "self.version",
                "illuminate/routing": "self.version",
                "illuminate/session": "self.version",
                "illuminate/support": "self.version",
                "illuminate/translation": "self.version",
                "illuminate/validation": "self.version",
Tibo's avatar
Tibo committed
                "illuminate/view": "self.version"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "require-dev": {
                "aws/aws-sdk-php": "~3.0",
Tibo's avatar
Tibo committed
                "doctrine/dbal": "~2.6",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "filp/whoops": "^2.1.4",
Tibo's avatar
Tibo committed
                "league/flysystem-cached-adapter": "~1.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "mockery/mockery": "~1.0",
Tibo's avatar
Tibo committed
                "moontoast/math": "^1.1",
                "orchestra/testbench-core": "3.6.*",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "pda/pheanstalk": "~3.0",
Tibo's avatar
Tibo committed
                "phpunit/phpunit": "~7.0",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "predis/predis": "^1.1.1",
Tibo's avatar
Tibo committed
                "symfony/css-selector": "~4.0",
                "symfony/dom-crawler": "~4.0"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
Tibo's avatar
Tibo committed
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "ext-pcntl": "Required to use all features of the queue worker.",
                "ext-posix": "Required to use all features of the queue worker.",
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
Tibo's avatar
Tibo committed
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
Tibo's avatar
Tibo committed
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
Tibo's avatar
Tibo committed
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tibo's avatar
Tibo committed
                    "dev-master": "5.6-dev"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                }
            },
            "autoload": {
                "files": [
                    "src/Illuminate/Foundation/helpers.php",
                    "src/Illuminate/Support/helpers.php"
                ],
                "psr-4": {
                    "Illuminate\\": "src/Illuminate/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Laravel Framework.",
            "homepage": "https://laravel.com",
            "keywords": [
                "framework",
                "laravel"
            ],
Tibo's avatar
Tibo committed
            "time": "2018-07-17T14:15:36+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "laravel/tinker",
Tibo's avatar
Tibo committed
            "version": "v1.0.7",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/tinker.git",
Tibo's avatar
Tibo committed
                "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
                "reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "illuminate/console": "~5.1",
                "illuminate/contracts": "~5.1",
                "illuminate/support": "~5.1",
                "php": ">=5.5.9",
Tibo's avatar
Tibo committed
                "psy/psysh": "0.7.*|0.8.*|0.9.*",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "symfony/var-dumper": "~3.0|~4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0|~5.0"
            },
            "suggest": {
                "illuminate/database": "The Illuminate Database package (~5.1)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "laravel": {
                    "providers": [
                        "Laravel\\Tinker\\TinkerServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Laravel\\Tinker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "Powerful REPL for the Laravel framework.",
            "keywords": [
                "REPL",
                "Tinker",
                "laravel",
                "psysh"
            ],
Tibo's avatar
Tibo committed
            "time": "2018-05-17T13:42:07+00:00"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
        },
        {
            "name": "league/flysystem",
Tibo's avatar
Tibo committed
            "version": "1.0.45",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
Tibo's avatar
Tibo committed
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
Bilal Talhaoui's avatar
Bilal Talhaoui committed
            },
            "dist": {
                "type": "zip",
Tibo's avatar
Tibo committed
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
Bilal Talhaoui's avatar
Bilal Talhaoui committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "conflict": {