Skip to content

Commit 276245f

Browse files
authored
Fix Symfony version for bundle version 5.3 in README
1 parent 5ee610a commit 276245f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
2525

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

28-
| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine DBAL | Comment |
29-
|:----------------------:|:----------------:|:------------------:|:-------------:|:--------------------|
30-
| `6.2.*` | `>= 7.1.3` | `>= 4.0` | `>= 2.6` | **Current version** |
31-
| `5.3.*` | `>= 5.6, <= 7.1` | `>= 3.2, <= 3.4` | `>= 2.5` | *Bug fix support* |
28+
| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine DBAL | Comment |
29+
|:----------------------:|:----------------:|:--------:|:-------------:|:--------------------|
30+
| `6.2.*` | `>= 7.1.3` | `>= 4.0` | `>= 2.6` | **Current version** |
31+
| `5.3.*` | `>= 5.6, <= 7.1` | `3.4` | `>= 2.5` | *Bug fix support* |
3232

3333
## Using
3434

0 commit comments

Comments
 (0)