From a02ccaa35e69332fbb958abb36efd5fdb629d000 Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@lakedrops.com> Date: Fri, 31 May 2024 09:58:32 +0200 Subject: [PATCH] Document Drupal Development Env: composer/plugin/drupal-development-environment#1 --- docs/dev_tools/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev_tools/test.md b/docs/dev_tools/test.md index 64be514..d6bbd7c 100644 --- a/docs/dev_tools/test.md +++ b/docs/dev_tools/test.md @@ -19,8 +19,8 @@ You also have to set up your environment with the tool [l3d](../docker/l3d/index This tools provides a very useful functionality. You can check, if there are new versions of a module. We have the following categories: -- Direct dependencies required in composer.json -- Transitive dependencies not required in composer.json +- Direct dependencies required in `composer.json` +- Transitive dependencies not required in `composer.json` Usage: -- GitLab