{
    "name": "vonrotenberg/wmfgo-cevisio-bundle",
    "description": "vonRotenberg WMFGO Cevisio 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.vonrotenberg.de",
    "support": {
        "issues": "https://www.vonrotenberg.de"
    },
    "require": {
        "php": "^8.0",
        "contao/core-bundle": "^4.13 || ^5.3",
        "symfony/config": "^5.4 || ^6.4",
        "symfony/dependency-injection": "^5.4 || ^6.4",
        "symfony/http-kernel": "^5.4 || ^6.4",
        "symfony/serializer": "^5.4 || ^6.4",
        "symfony/property-access": "^5.4 || ^6.4",
        "vonrotenberg/shopware-api-bundle": "dev-master"
    },
    "require-dev": {
        "bamarni/composer-bin-plugin": "^1.5",
        "contao/manager-plugin": "^2.0",
        "phpunit/phpunit": "^9.5",
        "symfony/phpunit-bridge": "^6.1"
    },
    "conflict": {
        "contao/manager-plugin": "<2.0 || >=3.0"
    },
    "autoload": {
        "psr-4": {
            "vonRotenberg\\WmfgoCevisioBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "vonRotenberg\\WmfgoCevisioBundle\\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": "vonRotenberg\\WmfgoCevisioBundle\\ContaoManager\\Plugin"
    },
    "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"
    },
    "repositories": {
        "shopware-repo": {
            "type": "path",
            "url": "C:\\Work\\PhpstormProjects\\vonRotenberg\\contao-shopware-api-bundle"
        },
        "vonrotenberg": {
            "type": "composer",
            "url": "https://satis.esales-media.de"
        }
    }
}