/var/www/vhosts/ihelp.ro/httpdocs
NameSizeModeActions
.well-known/-0755rm
123/-0755rm
bin/-0755rm
cauzele-zilei/-0755rm
config/-0755rm
files/-0755rm
logs/-0757rm
ofertele-zilei/-0755rm
plugins/-0755rm
resources/-0755rm
src/-0755rm
templates/-0755rm
tests/-0755rm
tmp/-0757rm
vendor/-0755rm
webroot/-0755rm
webroot.dev/-0755rm
well-known/-0755rm
.babelrc470644editdlrm
.editorconfig3780644editdlrm
.gitattributes10620644editdlrm
.gitignore6810644editdlrm
.htaccess3490644editdlrm
composer.json25920644editdlrm
composer.lock3111240644editdlrm
get-sitemap.php25800644editdlrm
google528076380c7ea037.html530644editdlrm
index.php6434850644editdlrm
main.php6490644editdlrm
media-content.php844430644editdlrm
package-lock.json4454250644editdlrm
package.json9780644editdlrm
phpcs.xml1600644editdlrm
phpunit.xml.dist11670644editdlrm
README.md19420644editdlrm
webpack.config.js21080644editdlrm
x.txt4796200644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/composer.json (2592B)
{ "name": "cakephp/app", "description": "CakePHP skeleton app", "homepage": "https://cakephp.org", "type": "project", "license": "MIT", "require": { "php": ">=7.4.0", "cakedc/users": "9", "cakephp/authentication": "^2.6", "cakephp/authorization": "^2.1", "cakephp/cakephp": "4.4.*", "cakephp/migrations": "^3.0", "cakephp/plugin-installer": "^1.2", "google/apiclient": "^2.7", "imagine/imagine": "^1.3", "josegonzalez/cakephp-upload": "^5.0", "maiconpinto/cakephp-adminlte-theme": "^2.0", "mirko-pagliai/cakephp-thumber": "^1.11", "mobiledetect/mobiledetectlib": "^2.8", "netopia/payment": "^1.1", "phpoffice/phpspreadsheet": "^1.29", "twbs/bootstrap": "5.3.0" }, "require-dev": { "cakephp/bake": "^2.6", "cakephp/cakephp-codesniffer": "^4.5", "cakephp/debug_kit": "^4.5", "josegonzalez/dotenv": "^3.2", "phpunit/phpunit": "~8.5.0 || ^9.3", "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/", "AdminLTE\\": "./plugins/AdminLTE/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", "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, "allow-plugins": { "cakephp/plugin-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true } } }