{
"name": "luumicore/core-bundle",
"description": "luumiCORE by vonRotenberg core bundle",
"license": "proprietary",
"type": "contao-bundle",
"authors": [
{
"name": "Benjamin Roth",
"homepage": "https://www.vonrotenberg.de"
},
{
"name": "vonRotenberg",
"homepage": "https://www.vonrotenberg.de"
}
],
"homepage": "https://www.luumicore.com",
"support": {
"issues": "https://www.luumicore.com"
},
"require": {
"php": "^8.2",
"contao/core-bundle": "^5.6",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.5",
"contao/manager-plugin": "^2.3.1",
"phpunit/phpunit": "^11.5",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"luumicore\\CoreBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"luumicore\\CoreBundle\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"contao-components/installer": true,
"contao/manager-plugin": true
}
},
"extra": {
"bamarni-bin": {
"bin-links": false,
"target-directory": "tools"
},
"contao-manager-plugin": "luumicore\\CoreBundle\\ContaoManager\\Plugin",
"public-dir": "public"
},
"scripts": {
"all": [
"@unit-tests",
"@ecs",
"@phpstan"
],
"ecs": "@php tools/ecs/vendor/bin/ecs check src tests --config ecs.php --fix --ansi",
"phpstan": "@php tools/phpstan/vendor/bin/phpstan analyze --ansi",
"unit-tests": "@php vendor/bin/phpunit --colors=always"
}
}