From e9ee579d40cdfb4b88eca4dc73038d547bf3df42 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Tue, 20 Aug 2024 14:41:42 +0200 Subject: [PATCH] Revert "use dev-master of loco/loco SDK until release 2.0.13" This reverts commit 38464b567745fa628690f62c5857ab744d938f10. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86565e2..5dcaf36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \