Skip to content

Commit

Permalink
allow upper symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordillonch committed Jun 3, 2015
1 parent 8c4dc70 commit 87f835c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Well, because CRUD generator creates simple code, no magic, no configuration fil

Add following lines to your `composer.json` file:

#### Symfony 2.5
#### Symfony >= 2.5

"require": {
...
Expand Down Expand Up @@ -78,7 +78,7 @@ Add it to your `app/config/config.yml`
resources:
- LexikFormFilterBundle:Form:form_div_layout.html.twig

**This bundle works on Symfony 2.1, 2.2, 2.3, 2.4 and 2.5 version.**
**This bundle works on Symfony 2.1, 2.2, 2.3, 2.4 and >= 2.5 version.**


## Dependencies
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"symfony/symfony": ">2.2.0, <2.7-dev",
"sensio/generator-bundle": ">2.2.0, <2.4-dev",
"symfony/symfony": ">2.2.0",
"sensio/generator-bundle": ">2.2.0",
"pagerfanta/pagerfanta": "1.0.*@dev",
"lexik/form-filter-bundle": "~3.0",
"doctrine/orm": ">=2.2.3,<2.5-dev"
"doctrine/orm": ">=2.2.3"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
Expand Down

0 comments on commit 87f835c

Please sign in to comment.