/home/techb158/immovalet.com/vendor/symfony/http-foundation
NameSizeModeActions
Exception/-0755rm
File/-0755rm
RateLimiter/-0755rm
Session/-0755rm
Test/-0755rm
AcceptHeader.php36390644editdlrm
AcceptHeaderItem.php34080644editdlrm
BinaryFileResponse.php124950644editdlrm
CHANGELOG.md153390644editdlrm
composer.json11220644editdlrm
Cookie.php116490644editdlrm
ExpressionRequestMatcher.php13540644editdlrm
FileBag.php39790644editdlrm
HeaderBag.php73790644editdlrm
HeaderUtils.php94330644editdlrm
InputBag.php41360644editdlrm
IpUtils.php55620644editdlrm
JsonResponse.php75890644editdlrm
LICENSE10650644editdlrm
ParameterBag.php60290644editdlrm
README.md5260644editdlrm
RedirectResponse.php30720644editdlrm
Request.php684290644editdlrm
RequestMatcher.php48950644editdlrm
RequestMatcherInterface.php6870644editdlrm
RequestStack.php31500644editdlrm
Response.php372720644editdlrm
ResponseHeaderBag.php79770644editdlrm
ServerBag.php40040644editdlrm
StreamedResponse.php31370644editdlrm
UrlHelper.php30940644editdlrm
Edit: /home/techb158/immovalet.com/vendor/symfony/http-foundation/composer.json (1122B)
{ "name": "symfony/http-foundation", "type": "library", "description": "Defines an object-oriented layer for the HTTP specification", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", "symfony/cache": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0" }, "suggest" : { "symfony/mime": "To use the file extension guesser" }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }