%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/config-20230209202605/ |
Upload File : |
{
"name": "cakephp\/app",
"description": "CakePHP skeleton app",
"homepage": "https:\/\/cakephp.org",
"type": "project",
"license": "MIT",
"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 compatibility.",
"phpunit\/phpunit": "Allows automated tests to be run without system-wide install."
},
"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 --standard=vendor\/cakephp\/cakephp-codesniffer\/CakePHP .\/src .\/tests",
"cs-fix": "phpcbf --colors --standard=vendor\/cakephp\/cakephp-codesniffer\/CakePHP .\/src .\/tests",
"test": "phpunit --colors=always"
},
"prefer-stable": true,
"config": {
"sort-packages": true
},
"require": {
"cakephp\/cakephp": "~3.6.1",
"cakephp\/migrations": "^1.8.0",
"cakephp\/plugin-installer": "^1.0",
"josegonzalez\/dotenv": "3.*",
"mobiledetect\/mobiledetectlib": "2.*"
},
"require-dev": {
"cakedc\/mixer": "@stable",
"cakephp\/bake": "^1.1",
"cakephp\/cakephp-codesniffer": "^3.0",
"cakephp\/debug_kit": "^3.15.0",
"psy\/psysh": "@stable"
}
}