Skip to content

Commit

Permalink
Allow more recent Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cima committed Apr 8, 2015
1 parent c1b2b33 commit 6976f6f
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 193 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"doctrine/collections": "1.2.*"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
"symfony/form": "2.6.*",
"symfony/routing": "2.6.*",
"symfony/framework-bundle": "2.6.*",
"doctrine/orm": "2.5.*",
"gedmo/doctrine-extensions": "2.3.*"
"phpunit/phpunit": "~4.5",
"symfony/form": "~2.6",
"symfony/routing": "~2.6",
"symfony/framework-bundle": "~2.6",
"doctrine/orm": "~2.5",
"gedmo/doctrine-extensions": "~2.3"
},
"config": {
"bin-dir": "bin"
Expand Down
Loading

0 comments on commit 6976f6f

Please sign in to comment.