-
Scanning for
composer.json
file inside themes directories is recursive by default, which can result in slow performance when e.g. anode_modules
folder is present inside a theme folder. Supply the optionalscan_depth
(integer) setting to thesylius_theme
configuration to restrict scanning for the theme configuration file to a specific depth inside the specified theme directories. -
Methods
createQueryBuilderByProductCode
andfindOneByIdAndProductCode
were added toSylius\Component\Core\Repository\ProductReviewRepositoryInterface
(no manual action needed if your implementation extendsSylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository
).