Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 577 Bytes

CONFLICTS.md

File metadata and controls

16 lines (9 loc) · 577 Bytes

CONFLICTS

This document explains why certain conflicts were added to composer.json and refereneces related issues.

  • doctrine/inflector:^1.4:

    Inflector 1.4 changes pluralization of taxon from taxons (used in Sylius) to taxa.

    References: doctrine/inflector#147

  • symfony/doctrine-bridge:4.4.16:

    This version of Doctrine Bridge introduces a bug that causes an issue related to ChannelPricing mapping.

    References: Sylius#11970, symfony/symfony#38861