%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/laravel/framework/src/Illuminate/Http/ |
Current File : /var/www/html/hrsys/api/vendor/laravel/framework/src/Illuminate/Http/composer.json |
{ "name": "illuminate/http", "description": "The Illuminate Http 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.2.5", "ext-json": "*", "illuminate/session": "^7.0", "illuminate/support": "^7.0", "symfony/http-foundation": "^5.0", "symfony/http-kernel": "^5.0", "symfony/mime": "^5.0" }, "autoload": { "psr-4": { "Illuminate\\Http\\": "" } }, "suggest": { "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "guzzlehttp/guzzle": "Required to use the HTTP Client (^6.3.1|^7.0)." }, "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }