Skip to content
Snippets Groups Projects

Revert "use dev-master of loco/loco SDK until release 2.0.13"

Merged Kevin Wenger requested to merge 30x/use-stable-loco/loco into 3.0.x
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -8,8 +8,7 @@ ENV SYMFONY_DEPRECATIONS_HELPER=weak
ENV COMPOSER_MEMORY_LIMIT=-1
# Install loco/loco as required by the module
RUN COMPOSER_MEMORY_LIMIT=-1 composer config minimum-stability dev
RUN composer require loco/loco:dev-master
RUN composer require loco/loco:^2.0.7
# Register the Drupal and DrupalPractice Standard with PHPCS.
RUN ./vendor/bin/phpcs --config-set installed_paths \
Loading