Skip to content

Commit 3c1a30e

Browse files
Added note for Symfony < 2.7
1 parent a953472 commit 3c1a30e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Add this to your `composer.json`:
2424
}
2525
```
2626

27+
For Symfony version lower than 2.7 or Twig lower than 1.12 add the following to your `composer.json`:
28+
```json
29+
"require": {
30+
"symfony2admingenerator/form-extensions-bundle": "v2.0-beta.21"
31+
}
32+
```
33+
2734
And then enable the bundle in your `AppKernel.php`:
2835

2936
```php

0 commit comments

Comments
 (0)