update symfony version

This commit is contained in:
Yozhef Hisem
2023-12-01 15:38:07 +02:00
parent c25f3f374f
commit 49bf3e582c
4 changed files with 13 additions and 10 deletions

View File

@@ -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 (with Flex)
### Symfony 4/5/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 (new directory structure, without Flex)
### Symfony 4/5/6/7 (new directory structure, without Flex)
1. Require this extension using *Composer*: