Vous êtes connecté en tant que anonymous Se Deconnecter
[
    {
        "name": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "illuminate/container",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/7afee1ef2cb53190a98d727ea77096b6a610c05e",
            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3",
            "psr/container": "^1.0"
        },
        "time": "2019-07-16T13:14:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Container\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Container package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "time": "2019-07-30T13:57:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/events",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/events.git",
            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3",
            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3",
            "shasum": ""
        },
        "require": {
            "illuminate/container": "5.8.*",
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3"
        },
        "time": "2019-02-18T18:37:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Events\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Events package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/filesystem",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/filesystem.git",
            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e5a022f38cac6c37d6627be0db2ddaa13153bc35",
            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3",
            "symfony/finder": "^4.2"
        },
        "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": "2019-06-25T09:00:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Filesystem\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Filesystem package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/support",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/60fdf2cd0fe8092947f42add1681c34fa252af33",
            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.1",
            "ext-json": "*",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.8.*",
            "nesbot/carbon": "^1.26.3 || ^2.0",
            "php": "^7.1.3"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (5.8.*).",
            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
            "symfony/process": "Required to use the composer class (^4.2).",
            "symfony/var-dumper": "Required to use the dd function (^4.2).",
            "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
        },
        "time": "2019-08-06T08:53:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-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": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Support package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/view",
        "version": "v5.8.31",
        "version_normalized": "5.8.31.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/view.git",
            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d",
            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/container": "5.8.*",
            "illuminate/contracts": "5.8.*",
            "illuminate/events": "5.8.*",
            "illuminate/filesystem": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3",
            "symfony/debug": "^4.2"
        },
        "time": "2019-06-20T13:13:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\View\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate View package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "nesbot/carbon",
        "version": "2.22.3",
        "version_normalized": "2.22.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/translation": "^3.4 || ^4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
            "kylekatarnls/multi-tester": "^1.1",
            "phpmd/phpmd": "dev-php-7.1-compatibility",
            "phpstan/phpstan": "^0.11",
            "phpunit/phpunit": "^7.5 || ^8.0",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2019-08-07T12:36:44+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "http://github.com/kylekatarnls"
            }
        ],
        "description": "A simple API extension for DateTime.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "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": "symfony/debug",
        "version": "v4.3.3",
        "version_normalized": "4.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "527887c3858a2462b0137662c74837288b998ee3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
            "reference": "527887c3858a2462b0137662c74837288b998ee3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": "<3.4"
        },
        "require-dev": {
            "symfony/http-kernel": "~3.4|~4.0"
        },
        "time": "2019-07-23T11:21:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v4.3.3",
        "version_normalized": "4.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-06-28T13:16:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v4.3.3",
        "version_normalized": "4.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "4e3e39cc485304f807622bdc64938e4633396406"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/4e3e39cc485304f807622bdc64938e4633396406",
            "reference": "4e3e39cc485304f807622bdc64938e4633396406",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation-contracts": "^1.1.2"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "symfony/translation-implementation": "1.0"
        },
        "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/http-kernel": "~3.4|~4.0",
            "symfony/intl": "~3.4|~4.0",
            "symfony/service-contracts": "^1.1.2",
            "symfony/var-dumper": "~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": "2019-07-18T10:34:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-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": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2019-06-13T11:15:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "windwalker/renderer",
        "version": "3.5.9",
        "version_normalized": "3.5.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ventoviro/windwalker-renderer.git",
            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/b5543585e54fab4e2f4d844e910272c2b405ba8f",
            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "windwalker/structure": "~3.0"
        },
        "require-dev": {
            "illuminate/view": "5.2.*",
            "league/plates": "3.*",
            "mustache/mustache": "2.*",
            "twig/twig": "1.*",
            "windwalker/dom": "~3.0",
            "windwalker/filesystem": "~3.0",
            "windwalker/test": "~3.0"
        },
        "suggest": {
            "illuminate/view": "Install 5.* if you require Laravel Blade engine.",
            "league/plates": "Install 3.* if you require Plates template engine.",
            "mustache/mustache": "Install 2.* if you require Mustache engine.",
            "twig/twig": "Install 1.* if you require Twig engine."
        },
        "time": "2019-05-29T13:58:28+00:00",
        "type": "windwalker-package",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Windwalker\\Renderer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.0-or-later"
        ],
        "description": "Windwalker Renderer package",
        "homepage": "https://github.com/ventoviro/windwalker-renderer",
        "keywords": [
            "framework",
            "renderer",
            "windwalker"
        ]
    },
    {
        "name": "windwalker/structure",
        "version": "3.5.9",
        "version_normalized": "3.5.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ventoviro/windwalker-structure.git",
            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/6d3fc1ae456069a717d5a235532a68d1ef51486d",
            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3"
        },
        "require-dev": {
            "ext-json": "*",
            "laktak/hjson": "^2.1",
            "symfony/yaml": "3.*",
            "windwalker/test": "~3.0",
            "yosymfony/toml": "^1.0"
        },
        "suggest": {
            "laktak/hjson": "Install ~2.0 if you require HJSON support.",
            "symfony/yaml": "Install 3.* if you require YAML support.",
            "yosymfony/toml": "Install ~1.0 if you require TOML support."
        },
        "time": "2019-04-28T06:01:00+00:00",
        "type": "windwalker-package",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Windwalker\\Structure\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.0-or-later"
        ],
        "description": "Windwalker Structure package",
        "homepage": "https://github.com/ventoviro/windwalker-structure",
        "keywords": [
            "framework",
            "structure",
            "windwalker"
        ]
    }
]