/home/techb158/exp.abdallabala.com/vendor/symfony/http-foundation
NameSizeModeActions
Exception/-0755rm
File/-0755rm
Session/-0755rm
Test/-0755rm
AcceptHeader.php37610644editdlrm
AcceptHeaderItem.php36240644editdlrm
ApacheRequest.php11520644editdlrm
BinaryFileResponse.php123980644editdlrm
CHANGELOG.md124720644editdlrm
composer.json9550644editdlrm
Cookie.php91160644editdlrm
ExpressionRequestMatcher.php13540644editdlrm
FileBag.php39430644editdlrm
HeaderBag.php83950644editdlrm
HeaderUtils.php79270644editdlrm
IpUtils.php57100644editdlrm
JsonResponse.php74000644editdlrm
LICENSE10650644editdlrm
ParameterBag.php57610644editdlrm
README.md5310644editdlrm
RedirectResponse.php32270644editdlrm
Request.php656880644editdlrm
RequestMatcher.php47520644editdlrm
RequestMatcherInterface.php6870644editdlrm
RequestStack.php23690644editdlrm
Response.php362790644editdlrm
ResponseHeaderBag.php85740644editdlrm
ServerBag.php40010644editdlrm
StreamedResponse.php32550644editdlrm
UrlHelper.php31060644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/symfony/http-foundation/composer.json (955B)
{ "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.1.3", "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.15" }, "require-dev": { "predis/predis": "~1.0", "symfony/expression-language": "^3.4|^4.0|^5.0" }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }