Skip to content

Commit

Permalink
use dev-master of loco/loco SDK until release 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 20, 2024
1 parent 0aaaea5 commit 38464b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV SYMFONY_DEPRECATIONS_HELPER=weak
ENV COMPOSER_MEMORY_LIMIT=-1

# Install loco/loco as required by the module
RUN composer require loco/loco:^2.0.7
RUN COMPOSER_MEMORY_LIMIT=-1 composer config minimum-stability dev
RUN composer require loco/loco:dev-master

# Register the Drupal and DrupalPractice Standard with PHPCS.
RUN ./vendor/bin/phpcs --config-set installed_paths \
Expand Down

0 comments on commit 38464b5

Please sign in to comment.