From 86b53ed827fcbd72bf3403762f69b7301f468400 Mon Sep 17 00:00:00 2001
From: MikeyMJCO <mikey@mjco.uk>
Date: Fri, 12 Nov 2021 14:49:35 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 docs/drupal9/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/drupal9/index.md b/docs/drupal9/index.md
index 3910200..c51a9af 100644
--- a/docs/drupal9/index.md
+++ b/docs/drupal9/index.md
@@ -109,11 +109,11 @@ If you'd like more details to understand these commands or common errors, then p
     The following expression references the three packages and applies the same version-constraint to each:
 
     ```
-    civicrm/civicrm-{core,packages,drupal-8}:'~5.29'
+    civicrm/civicrm-{core,packages,drupal-8}:'~5.42'
     ```
 
-    The expression `~5.29` is a version-constraint.  It means that composer will install *approximately* v`5.29`.  It may
-    install a newer patch-release (e.g.  `5.29.1`) or a newer minor-release (e.g.  `5.31.0`).  However, it will avoid
+    The expression `~5.42` is a version-constraint.  It means that composer will install *approximately* v`5.42`.  It may
+    install a newer patch-release (e.g.  `5.42.1`) or a newer minor-release (e.g.  `5.43.0`).  However, it will avoid
     major-releases (e.g. `6.0.0`).
 
     Many `composer` tutorials rely on `composer` to automatically choose package-versions.
-- 
GitLab