Skip to content

Commit

Permalink
Merge pull request #20 from TomasVotruba/patch-2
Browse files Browse the repository at this point in the history
composer: allow Symfony 3
  • Loading branch information
henrikbjorn committed Mar 16, 2016
2 parents ab45f9c + 1b4fe61 commit 712d3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

"require" : {
"php" : ">=5.3.3",
"symfony/config" : "~2.2",
"symfony/event-dispatcher" : "~2.2"
"symfony/config" : "^2.2|^3.0",
"symfony/event-dispatcher" : "^2.2|^3.0"
},

"autoload" : {
Expand Down

0 comments on commit 712d3ef

Please sign in to comment.