File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
21
21
22
22
## Installation
23
23
24
- ``` composer req fresh/doctrine-enum-bundle='~6.7 ' ```
24
+ ``` composer req fresh/doctrine-enum-bundle='~6.6 ' ```
25
25
26
26
##### Choose the version you need
27
27
28
28
| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine Bundle | Comment |
29
29
| :----------------------:| :----------------:| :----------------:| :------------------:| :--------------------------|
30
30
| ` 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** |
32
32
33
33
#### Check the ` config/bundles.php ` file
34
34
You can’t perform that action at this time.
0 commit comments