{
    "name": "oxid-esales/oxideshop-project",
    "type": "project",
    "description": "This file should be used as an OXID eShop project root composer.json file. Entries provided here intended to be examples and could be changed to your specific needs.",
    "license": [
        "GPL-3.0-only",
        "proprietary"
    ],
    "minimum-stability": "stable",
    "repositories": {
        "0": {
            "type": "composer",
            "url": "https://enterprise-edition.packages.oxid-esales.com/"
        },
        "oxid-esales/b2b-module": {
            "type": "composer",
            "url": "https://b2b-edition.packages.oxid-esales.com"
        },
        "oxid-esales/erp-module": {
            "type": "composer",
            "url": "https://erp.packages.oxid-esales.com"
        },
        "shop_nanny_com": {
            "type": "path",
            "url": "modules/shop_nanny_com/*"
        },
        "omikron": {
            "type": "path",
            "url": "modules/ff/*"
        },
        "alko": {
            "type": "path",
            "url": "modules/alko/*"
				},
				"digidesk/dd_trustedshops_features": {
					"type": "path",
					"url": "modules/dd_trustedshops_Integration-Oxid6"
				}
    },
    "require": {
        "oxid-esales/oxideshop-metapackage-ee": "v6.1.5",
        "oxid-esales/b2b-module": "v3.1.1",
        "oxid-esales/erp-module": "v3.1.0",
        "oxid-community/moduleinternals": "1.5.2",
        "oxid-projects/pdf-invoice-module": "v2.0.1",
        "oxid-professional-services/oxid-console": "5.3.0",
        "oxid-esales/wave-theme": "^1.2",
        "oxid-professional-services/oxid-modules-config": "5.2.1",
        "phpmd/phpmd": "2.6.0",
        "oxidprojects/oxrun": "^4.1",
        "firebase/php-jwt": "^5.0.0",
        "payever/payever-integration-oxid": "2.7",
        "omikron/oxid-factfinder": "^1.0",
        "alko/article": "^1.0",
        "alko/bestaende": "^1.0",
        "alko/category": "^1.0",
        "alko/categorylist": "^1.0",
        "alko/console": "^1.0",
        "alko/delivery": "^1.0",
        "alko/erp": "^1.0",
        "alko/factfinderadaption": "^1.0",
        "alko/guaranteeclaims": "^1.0",
        "alko/imanconnector": "^1.0",
        "alko/liveprice": "^1.0",
        "alko/log": "^1.0",
				"alko/manufacturer": "^1.0",
				"alko/order": "^1.0",
        "alko/orderhistory": "^1.0",
				"alko/ordersimulate": "^1.0",
				"alko/sovendus": "^1.0",
        "alko/theme": "^1.0",
        "alko/user": "^1.0",
        "alko/vendor": "^1.0",
        "alko/visualcms": "^1.0",
				"digidesk/dd_trustedshops_features": "^2.0.3",
        "oxid-community/modul-connector": "dev-module-oxid6",
        "mollie/mollie-oxid": "1.0.24",
        "alko/tracking": "^1.0",
        "aggrosoft/oxid-cookie-compliance": "^1.1",
        "alko/amazon": "^1.0",
        "alko/paypal": "^1.0",
				"alko/pim": "^1.0",
				"alko/hreflang": "^1.0",
        "alko/language": "^1.0",
        "shop_nanny_com/oxid_search": "^1.0",
        "alko/channable": "^1.0",
        "alko/payment": "^1.0",
        "oxid-professional-services/paypalplus-module": "^3.0",
        "alko/email": "^1.0",
        "alko/basket": "^1.0",
        "alko/patch": "^1.0",
        "alko/admin": "^1.0",
        "paragonie/random_compat": "9.99.99 as v2.0.19",
        "bestit/amazonpay4oxid": "3.6.8 as 3.3.1",
        "alko/wayforpay": "^1.0",
        "alko/yookassa": "^1.0",
        "cocur/slugify": "3.2",
        "alko/hintbox": "^1.0",
        "alko/trackinglink": "^1.0",
        "alko/novaposhta": "^1.0",
        "alko/openorderitems": "^1.0",
        "alko/glsshopfinder": "^1.0",
        "alko/hidepurchaseprice": "^1.0",
        "setono/gls-webservice-php-sdk": "^1.2",
        "shop_nanny_com/oxid_advisor": "^1.0",
        "shop_nanny_com/oxid_vendor": "^1.0",
        "alko/knowledgeitem": "^1.0",
        "alko/openinvoices": "^1.0",
        "alko/subscription": "^1.0",
        "shop_nanny_com/oxid_datahub": "^1.0",
        "ibericode/vat": "^2.0"
    },
    "require-dev": {
        "oxid-esales/testing-library": "v5.0.6",
        "oxid-esales/coding-standards": "v3.0.5",
        "incenteev/composer-parameter-handler": "v2.1.3",
        "oxid-esales/oxideshop-ide-helper": "v3.1.2",
        "oxid-esales/azure-theme": "v1.4.2"
    },
    "autoload-dev": {
        "psr-4": {
            "OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
            "@oe:ide-helper:generate"
        ],
        "post-update-cmd": [
            "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
            "@oe:ide-helper:generate"
        ],
        "oe:ide-helper:generate": [
            "if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi"
        ]
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "allow-plugins": {
            "ocramius/package-versions": true,
            "oxid-esales/oxideshop-unified-namespace-generator": true
        }
    },
    "extra": {
        "incenteev-parameters": {
            "file": "test_config.yml",
            "dist-file": "vendor/oxid-esales/testing-library/test_config.yml.dist",
            "parameter-key": "mandatory_parameters",
            "env-map": {
                "shop_path": "SHOP_PATH",
                "shop_tests_path": "SHOP_TESTS_PATH",
                "partial_module_paths": "PARTIAL_MODULE_PATHS"
            }
        }
    }
}
