/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Log
NameSizeModeActions
Engine/-0755rm
Formatter/-0755rm
composer.json9820644editdlrm
LICENSE.txt12040644editdlrm
Log.php181270644editdlrm
LogEngineRegistry.php33150644editdlrm
LogTrait.php11860644editdlrm
README.md25340644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Log/composer.json (982B)
{ "name": "cakephp/log", "description": "CakePHP logging library with support for multiple different streams", "type": "library", "keywords": [ "cakephp", "log", "logging", "streams" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/log/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/log" }, "require": { "php": ">=7.4.0", "cakephp/core": "^4.0", "psr/log": "^1.0 || ^2.0" }, "provide": { "psr/log-implementation": "^1.0 || ^2.0" }, "autoload": { "psr-4": { "Cake\\Log\\": "." } } }