We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaed1a commit 3cb3017Copy full SHA for 3cb3017
README.md
@@ -28,7 +28,15 @@ Provides support of **ENUM type** for Doctrine in Symfony applications.
28
* Symfony >= 2.3 and <= 2.8
29
* Doctrine >= 2.2
30
31
-```php composer.phar require fresh/doctrine-enum-bundle='v3.2'```
+```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'```
40
41
### Register the bundle
42
0 commit comments