/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/composer.json (2217B)
{
"name": "cakephp/bake",
"description": "Bake plugin for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "bake"],
"homepage": "https://github.com/cakephp/bake",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/bake/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cakephp/bake/issues",
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/bake"
},
"require": {
"php": ">=7.2",
"cakephp/cakephp": "^4.3.0",
"cakephp/twig-view": "^1.0.2",
"brick/varexporter": "^0.3.5",
"nikic/php-parser": "^4.13.2"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^4.0",
"phpunit/phpunit": "^8.5 || ^9.3",
"cakephp/debug_kit": "^4.1",
"cakephp/plugin-installer": "^1.3"
},
"autoload": {
"psr-4": {
"Bake\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"BakeTest\\": "tests/test_app/Plugin/BakeTest/src/",
"Company\\Pastry\\": "tests/test_app/Plugin/Company/Pastry/src/",
"Pastry\\PastryTest\\": "tests/test_app/Plugin/PastryTest/src/",
"WithBakeSubFolder\\": "tests/test_app/Plugin/WithBakeSubFolder/src/",
"Bake\\Test\\": "tests/",
"Bake\\Test\\App\\": "tests/test_app/App/"
}
},
"scripts": {
"check": [
"@test",
"@cs-check"
],
"cs-check": "phpcs --parallel=16",
"cs-fix": "phpcbf --parallel=16",
"stan": "phpstan analyse && psalm.phar",
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^1.7 psalm/phar:~4.27.0 && mv composer.backup composer.json",
"test": "phpunit",
"test-coverage": "phpunit --coverage-clover=clover.xml"
},
"config": {
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}