Skip to content

Commit

Permalink
Merge pull request #3 from texthtml/fix/symfony-3
Browse files Browse the repository at this point in the history
Support installing along Symfony 2 & 3
  • Loading branch information
mathroc committed Feb 29, 2016
2 parents 74365c0 + 6bd75f0 commit 5124fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"filp/whoops": "~1.1",
"pimple/pimple": "~3.0",
"symfony/http-kernel": "~2.0"
"filp/whoops": "^1.1",
"pimple/pimple": "^3.0",
"symfony/http-kernel": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5124fb6

Please sign in to comment.