Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Nov 25, 2019
1 parent 1e67a9b commit 5135767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -21,14 +21,14 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.

## Installation

```composer req fresh/doctrine-enum-bundle='~6.5'```
```composer req fresh/doctrine-enum-bundle='~6.6'```

##### Choose the version you need

| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine Bundle | Comment |
|:----------------------:|:----------------:|:----------------:|:-----------------:|:--------------------------|
| `7.0.*` | `>= 7.2.5` | `>= 5.0` | `>= 2.0` | **Next planning release** |
| `6.5.*` | `>= 7.1.3` | `4.3, 4.4` | `> 1.11`, `< 2.0` | **Current version** |
| Bundle Version (X.Y.Z) | PHP | Symfony | Doctrine Bundle | Comment |
|:----------------------:|:----------------:|:----------------:|:------------------:|:--------------------------|
| `7.0.*` | `>= 7.2.5` | `>= 5.0` | `>= 2.0` | **Next planning release** |
| `6.6.*` | `>= 7.1.3` | `4.3, 4.4` | `> 1.11`, `>= 2.0` | **Current version** |

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

Expand Down

0 comments on commit 5135767

Please sign in to comment.