Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Enable Symfony 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Nov 11, 2015
1 parent f329d7b commit 704e5cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"symfony/property-access": "~2.3",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/twig-bundle": "~2.3|~3.0",
"symfony/property-access": "~2.3|~3.0",
"pagerfanta/pagerfanta": "1.0.*"
},
"require-dev": {
"symfony/symfony": "~2.3",
"symfony/symfony": "~2.3|~3.0",
"phpunit/phpunit": "~3.7"
},
"autoload": {
Expand Down

0 comments on commit 704e5cc

Please sign in to comment.