{
    "name": "pinewire/limited-order-editing",
    "description": "Limited-time order address editing for customers",
    "type": "shopware-platform-plugin",
    "version": "1.0.0",
    "license": "proprietary",
    "authors": [
        {
            "name": "PINEWIRE"
        }
    ],
    "require": {
        "shopware/core": "~6.7.0",
        "shopware/storefront": "~6.7.0"
    },
    "extra": {
        "shopware-plugin-class": "SellopsLimitedOrderEditing\\SellopsLimitedOrderEditing",
        "plugin-icon": "src/Resources/config/plugin.png",
        "label": {
            "de-DE": "Limited order editing",
            "en-GB": "Limited order editing"
        },
        "description": {
            "de-DE": "Reduce support effort. Offer customers a self-service option on the order confirmation page where they can correct errors in the delivery or billing address themselves.",
            "en-GB": "Reduce support effort. Offer customers a self-service option on the order confirmation page where they can correct errors in the delivery or billing address themselves."
        }
    },
    "autoload": {
        "psr-4": {
            "SellopsLimitedOrderEditing\\": "src/"
        }
    }
}
