/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Http
NameSizeModeActions
Client/-0755rm
Cookie/-0755rm
Exception/-0755rm
Middleware/-0755rm
Session/-0755rm
BaseApplication.php74090644editdlrm
CallbackStream.php15250644editdlrm
Client.php218350644editdlrm
composer.json13980644editdlrm
ControllerFactory.php2300644editdlrm
ControllerFactoryInterface.php15340644editdlrm
CorsBuilder.php59990644editdlrm
LICENSE.txt12040644editdlrm
MiddlewareApplication.php17910644editdlrm
MiddlewareQueue.php89370644editdlrm
README.md29300644editdlrm
Response.php503320644editdlrm
ResponseEmitter.php88860644editdlrm
Runner.php28300644editdlrm
Server.php56690644editdlrm
ServerRequest.php563530644editdlrm
ServerRequestFactory.php126890644editdlrm
Session.php202200644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Http/composer.json (1398B)
{ "name": "cakephp/http", "description": "CakePHP HTTP client and PSR7/15 middleware libraries", "type": "library", "keywords": [ "cakephp", "http", "psr7", "psr15" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/http/graphs/contributors" } ], "support": { "issues": "https://github.com/cakephp/cakephp/issues", "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/http" }, "require": { "php": ">=7.2.0", "cakephp/core": "^4.0", "cakephp/event": "^4.0", "cakephp/utility": "^4.0", "composer/ca-bundle": "^1.2", "psr/http-client": "^1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "laminas/laminas-diactoros": "^2.1", "laminas/laminas-httphandlerrunner": "^1.0" }, "provide": { "psr/http-client-implementation": "^1.0" }, "suggest": { "cakephp/cache": "To use cache session storage", "cakephp/orm": "To use database session storage" }, "autoload": { "psr-4": { "Cake\\Http\\": "." } } }