From 18fd76d2f8a82b31fad475ec1ec7fa245a0b5e43 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff <50333926+prudloff-insite@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:18:06 +0100 Subject: [PATCH] Update dependency-injection.md (#6217) drush.services.yml support will be removed in Drush 14 --- docs/dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependency-injection.md b/docs/dependency-injection.md index f28fb6b6fe..4222124214 100644 --- a/docs/dependency-injection.md +++ b/docs/dependency-injection.md @@ -5,7 +5,7 @@ Drush command files obtain references to the resources they need through a techn !!! tip - Drush 11 and prior required [dependency injection via a drush.services.yml file](https://www.drush.org/11.x/dependency-injection/#services-files). This approach is deprecated in Drush 12+ and removed in Drush 13. + Drush 11 and prior required [dependency injection via a drush.services.yml file](https://www.drush.org/11.x/dependency-injection/#services-files). This approach is deprecated in Drush 12+ and removed in Drush 14. Autowire ------------------