2025-01-13 14:41:45 +01:00

50 lines
1.5 KiB
JSON

{
"name": "yupdesign/contao-kid-catering-bundle",
"description": "Bundle",
"keywords": [
"contao",
"bundle",
"tag 3",
"tag 4"
],
"type": "contao-bundle",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Stephan GIeb",
"email": "stephan.gieb@yupdesign.de",
"homepage": "https://www.yupdesign.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/yupdesign/contao-kid-catering-bundle/issues",
"source": "https://github.com/yupdesign/contao-kid-catering-bundle"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0"
},
"require-dev": {
"contao/manager-plugin": "^2.12"
},
"autoload": {
"psr-4": {
"Yupdesign\\ContaoKidCateringBundle\\": "src/"
}
},
"config": {
"allow-plugins": {
"contao-components/installer": false,
"contao/manager-plugin": false,
"contao-community-alliance/composer-plugin": true
}
},
"extra": {
"contao-manager-plugin": "Yupdesign\\ContaoKidCateringBundle\\ContaoManager\\Plugin"
},
"scripts": {
"cs-fixer": "@php tools/ecs/vendor/bin/ecs check config/ contao/ src/ templates/ tests/ --config tools/ecs/config.php --fix --ansi",
"unit-tests": "@php tools/phpunit/vendor/bin/phpunit -c tools/phpunit/phpunit.xml.dist"
}
}