/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Filesystem
NameSizeModeActions
composer.json9190644editdlrm
File.php175540644editdlrm
Filesystem.php84310644editdlrm
Folder.php305260644editdlrm
LICENSE.txt12040644editdlrm
README.md13200644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Filesystem/composer.json (919B)
{ "name": "cakephp/filesystem", "description": "CakePHP filesystem convenience classes to help you work with files and folders.", "type": "library", "keywords": [ "cakephp", "filesystem", "files", "folders" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/filesystem/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/filesystem" }, "require": { "php": ">=7.4.0", "cakephp/core": "^4.0" }, "autoload": { "psr-4": { "Cake\\Filesystem\\": "." } } }