Vous êtes connecté en tant que anonymous Se Deconnecter
vendor/illuminate/view/composer.json
4f5a31d2
 {
     "name": "illuminate/view",
     "description": "The Illuminate View package.",
     "license": "MIT",
     "homepage": "https://laravel.com",
     "support": {
         "issues": "https://github.com/laravel/framework/issues",
         "source": "https://github.com/laravel/framework"
     },
     "authors": [
         {
             "name": "Taylor Otwell",
             "email": "taylor@laravel.com"
         }
     ],
     "require": {
         "php": "^7.1.3",
         "ext-json": "*",
         "illuminate/container": "5.8.*",
         "illuminate/contracts": "5.8.*",
         "illuminate/events": "5.8.*",
         "illuminate/filesystem": "5.8.*",
         "illuminate/support": "5.8.*",
         "symfony/debug": "^4.2"
     },
     "autoload": {
         "psr-4": {
             "Illuminate\\View\\": ""
         }
     },
     "extra": {
         "branch-alias": {
             "dev-master": "5.8-dev"
         }
     },
     "config": {
         "sort-packages": true
     },
     "minimum-stability": "dev"
 }