From 2bbefc00744393e60f0619a45233b28c78ca8fae Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 11:44:43 +0200 Subject: [PATCH] Update DOCUMENTATION.md --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 5fa0ecb..6abb6a6 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -11,7 +11,7 @@ If you're starting a new project, we recommend to use Symfony with Flex as it's the most straightforward way. If you're adding this extension to an existing project, pick the method that fits it the best. -### Symfony 4/5/6/7 (with Flex) +### Symfony 6/7 (with Flex) 1. Require this extension using *Composer* and allow for using contrib recipes: @@ -19,7 +19,7 @@ If you're adding this extension to an existing project, pick the method that fit composer require --dev friends-of-behat/symfony-extension:^2.0 ``` -### Symfony 4/5/6/7 (new directory structure, without Flex) +### Symfony 6/7 (new directory structure, without Flex) 1. Require this extension using *Composer*: