/var/www/vhosts/ihelp.ro/_OLD
NameSizeModeActions
bin/-0755rm
config/-0755rm
logs/-0757rm
plugins/-0755rm
resources/-0755rm
src/-0755rm
templates/-0755rm
tests/-0755rm
tmp/-0757rm
vendor/-0755rm
webroot/-0755rm
.editorconfig3780644editdlrm
.gitattributes10620644editdlrm
.gitignore6300644editdlrm
.htaccess3490644editdlrm
composer.json21380644editdlrm
composer.lock1914460644editdlrm
google56ae0c72e85204e1.html530644editdlrm
index.php6490644editdlrm
phpcs.xml1600644editdlrm
phpunit.xml.dist11670644editdlrm
README.md19420644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/composer.json (2138B)
{ "name": "cakephp/app", "description": "CakePHP skeleton app", "homepage": "https://cakephp.org", "type": "project", "license": "MIT", "require": { "php": ">=7.2", "cakedc/users": "9", "cakephp/authentication": "2.0", "cakephp/authorization": "2.0", "cakephp/cakephp": "~4.1.0", "cakephp/migrations": "^3.0", "cakephp/plugin-installer": "^1.2", "mobiledetect/mobiledetectlib": "^2.8" }, "require-dev": { "cakephp/bake": "^2.0.3", "cakephp/cakephp-codesniffer": "~4.2.0", "cakephp/debug_kit": "^4.1", "josegonzalez/dotenv": "^3.2", "phpunit/phpunit": "~8.5.0", "psy/psysh": "@stable" }, "suggest": { "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.", "dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.", "phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code." }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Test\\": "tests/", "Cake\\Test\\": "vendor/cakephp/cakephp/tests/" } }, "scripts": { "post-install-cmd": "App\\Console\\Installer::postInstall", "post-create-project-cmd": "App\\Console\\Installer::postInstall", "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump", "check": [ "@test", "@cs-check" ], "cs-check": "phpcs --colors -p src/ tests/", "cs-fix": "phpcbf --colors -p src/ tests/", "stan": "phpstan analyse src/", "test": "phpunit --colors=always" }, "prefer-stable": true, "config": { "sort-packages": true } }