/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Core
NameSizeModeActions
Configure/-0755rm
Exception/-0755rm
Retry/-0755rm
App.php83120644editdlrm
BasePlugin.php60990644editdlrm
ClassLoader.php39510644editdlrm
composer.json10640644editdlrm
Configure.php162470644editdlrm
ConsoleApplicationInterface.php13020644editdlrm
ConventionsTrait.php43530644editdlrm
functions.php105180644editdlrm
HttpApplicationInterface.php13550644editdlrm
InstanceConfigTrait.php80880644editdlrm
LICENSE.txt12040644editdlrm
ObjectRegistry.php127900644editdlrm
Plugin.php41190644editdlrm
PluginApplicationInterface.php25190644editdlrm
PluginCollection.php92900644editdlrm
PluginInterface.php36470644editdlrm
README.md11570644editdlrm
StaticConfigTrait.php96870644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Core/composer.json (1064B)
{ "name": "cakephp/core", "description": "CakePHP Framework Core classes", "type": "library", "keywords": [ "cakephp", "framework", "core" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/core/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/core" }, "require": { "php": ">=7.2.0", "cakephp/utility": "^4.0" }, "suggest": { "cakephp/event": "To use PluginApplicationInterface or plugin applications.", "cakephp/cache": "To use Configure::store() and restore()." }, "autoload": { "psr-4": { "Cake\\Core\\": "." }, "files": [ "functions.php" ] } }