Skip to content

Commit 3cb3017

Browse files
committed
Update bundle versions in README
1 parent faaed1a commit 3cb3017

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
@@ -28,7 +28,15 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
2828
* Symfony >= 2.3 and <= 2.8
2929
* Doctrine >= 2.2
3030

31-
```php composer.phar require fresh/doctrine-enum-bundle='v3.2'```
31+
```php composer.phar require fresh/doctrine-enum-bundle='v3.3'```
32+
33+
#### Frozen version for PHP 5.3, no longer being supported
34+
35+
* PHP >= 5.3
36+
* Symfony >= 2.3 and <= 2.7
37+
* Doctrine >= 2.2
38+
39+
```php composer.phar require fresh/doctrine-enum-bundle='v2.6'```
3240

3341
### Register the bundle
3442

0 commit comments

Comments
 (0)