Skip to content

Commit 0ca57c8

Browse files
authored
Update README.md
1 parent 23ccd3a commit 0ca57c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
2121

2222
## Installation
2323

24-
```composer req fresh/doctrine-enum-bundle='~6.7'```
24+
```composer req fresh/doctrine-enum-bundle='~6.6'```
2525

2626
##### Choose the version you need
2727

2828
| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine Bundle | Comment |
2929
|:----------------------:|:----------------:|:----------------:|:------------------:|:--------------------------|
3030
| `7.0.*` | `>= 7.2.5` | `>= 5.0` | `>= 2.0` | **Next planning release** |
31-
| `6.7.*` | `>= 7.1.3` | `4.3, 4.4` | `> 1.11`, `>= 2.0` | **Current version** |
31+
| `6.6.*` | `>= 7.1.3` | `4.3, 4.4` | `> 1.11`, `>= 2.0` | **Current version** |
3232

3333
#### Check the `config/bundles.php` file
3434

0 commit comments

Comments
 (0)