/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Core
NameSizeModeActions
Configure/-0755rm
Exception/-0755rm
Retry/-0755rm
TestSuite/-0755rm
App.php81780644editdlrm
BasePlugin.php65980644editdlrm
ClassLoader.php40020644editdlrm
composer.json12190644editdlrm
Configure.php165820644editdlrm
ConsoleApplicationInterface.php13020644editdlrm
Container.php8610644editdlrm
ContainerApplicationInterface.php15460644editdlrm
ContainerInterface.php11200644editdlrm
ConventionsTrait.php43530644editdlrm
functions.php116010644editdlrm
HttpApplicationInterface.php13550644editdlrm
InstanceConfigTrait.php81300644editdlrm
LICENSE.txt12040644editdlrm
ObjectRegistry.php127290644editdlrm
Plugin.php41240644editdlrm
PluginApplicationInterface.php25340644editdlrm
PluginCollection.php97400644editdlrm
PluginInterface.php37950644editdlrm
README.md11570644editdlrm
ServiceConfig.php15270644editdlrm
ServiceProvider.php41390644editdlrm
StaticConfigTrait.php98710644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Core/composer.json (1219B)
{ "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.4.0", "cakephp/utility": "^4.0" }, "provide": { "psr/container-implementation": "^1.0 || ^2.0" }, "suggest": { "cakephp/event": "To use PluginApplicationInterface or plugin applications.", "cakephp/cache": "To use Configure::store() and restore().", "league/container": "To use Container and ServiceProvider classes" }, "autoload": { "psr-4": { "Cake\\Core\\": "." }, "files": [ "functions.php" ] } }