Skip to content

Commit f947de5

Browse files
committed
Update README
1 parent 815f99c commit f947de5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
2222

2323
## Installation
2424

25-
#### Latest stable version
25+
#### Latest actual stable version (includes support of Symfony3)
26+
27+
* PHP >= 5.4
28+
* Symfony >= 2.6, **also works with Symfony 3.0**
29+
* Doctrine >= 2.2
30+
31+
```php composer.phar require fresh/doctrine-enum-bundle='v4.0'```
32+
33+
#### Latest stable version for Symfony <=2.8
2634

2735
* PHP >= 5.4
2836
* Symfony >= 2.3 and <= 2.8

0 commit comments

Comments
 (0)