This guide contains instructions to upgrade from version v7.0.0-beta3 to v7.0.0-beta4.
Before you start, don't forget to take a look at general instructions about upgrading. There you can find links to upgrade notes for other versions too.
Note: instructions marked as "low priority" are not vital, however, we recommend to perform them as well during upgrading as it might ease your work in the future.
- set
ENV COMPOSER_MEMORY_LIMIT=-1
in base stage in yourdocker/php-fpm/Dockerfile
as composer consumes huge amount of memory during dependencies installation (#635)
- (low priority) modify your
src/Shopsys/ShopBundle/Resources/config/services.yml
(#616)- change the resource for automatic registration of Model services from
resource: '../../Model/**/*{Facade,Factory}.php'
toresource: '../../Model/**/*{Facade,Factory,Repository}.php'
- change the resource for automatic registration of Model services from