<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <!-- Shopware 5.7 Profile -->
        <service id="SwagMigrationAssistant\Profile\Shopware57\Shopware57Profile">
            <tag name="shopware.migration.profile"/>
        </service>

        <!-- Shopware 5.7 Profile Converter -->
        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPriceAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductPriceAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ManufacturerAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ManufacturerAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CustomerAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\OrderAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductOptionRelationConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductOptionRelationConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductPropertyRelationConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductPropertyRelationConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57TranslationConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\TranslationConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CategoryAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CategoryConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CategoryConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaFolderConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\MediaFolderConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MediaConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\MediaConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CustomerConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerWishlistConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CustomerWishlistConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\OrderConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\OrderDocumentAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57OrderDocumentConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\OrderDocumentConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupAttributeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CustomerAttributeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CustomerGroupConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CustomerGroupConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PropertyGroupOptionConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\PropertyGroupOptionConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57PromotionConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\PromotionConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NumberRangeConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\NumberRangeConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57MainVariantRelationConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\MainVariantRelationConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CurrencyConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CurrencyConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57LanguageConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\LanguageConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SalesChannelConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\SalesChannelConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57NewsletterRecipientConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\NewsletterRecipientConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ShippingMethodConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ShippingMethodConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57ProductReviewConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\ProductReviewConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57SeoUrlConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\SeoUrlConverter">
            <tag name="shopware.migration.converter"/>
        </service>

        <service id="SwagMigrationAssistant\Profile\Shopware57\Converter\Shopware57CrossSellingConverter"
                 parent="SwagMigrationAssistant\Profile\Shopware\Converter\CrossSellingConverter">
            <tag name="shopware.migration.converter"/>
        </service>
    </services>
</container>
