/home/techb158/dev.balacoffee.com/vendor/symfony/http-foundation
NameSizeModeActions
Exception/-0755rm
File/-0755rm
RateLimiter/-0755rm
Session/-0755rm
Test/-0755rm
AcceptHeader.php36390644editdlrm
AcceptHeaderItem.php34080644editdlrm
BinaryFileResponse.php139620644editdlrm
CHANGELOG.md156840644editdlrm
composer.json12950644editdlrm
Cookie.php116190644editdlrm
ExpressionRequestMatcher.php13540644editdlrm
FileBag.php39250644editdlrm
HeaderBag.php72080644editdlrm
HeaderUtils.php91310644editdlrm
InputBag.php41390644editdlrm
IpUtils.php67790644editdlrm
JsonResponse.php75890644editdlrm
LICENSE10680644editdlrm
ParameterBag.php59130644editdlrm
README.md9400644editdlrm
RedirectResponse.php30610644editdlrm
Request.php687570644editdlrm
RequestMatcher.php49010644editdlrm
RequestMatcherInterface.php6420644editdlrm
RequestStack.php31500644editdlrm
Response.php380840644editdlrm
ResponseHeaderBag.php79570644editdlrm
ServerBag.php40140644editdlrm
StreamedResponse.php31370644editdlrm
UrlHelper.php36810644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/symfony/http-foundation/composer.json (1295B)
{ "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|^3", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", "symfony/mime": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/rate-limiter": "^5.2|^6.0" }, "suggest" : { "symfony/mime": "To use the file extension guesser" }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }