Skip to content

Commit

Permalink
allow 3.0 symfony components
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Bjornskov committed Dec 15, 2015
1 parent aeaf60d commit 89d07f7
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 @@ -8,13 +8,13 @@
},

"require" : {
"php" : "~5.4 || ~7.0",
"symfony/config" : "~2.3|^3.0"
"php" : "^5.4|^7.0",
"symfony/config" : "^2.7|^3.0"
},

"require-dev" : {
"pimple/pimple" : "~3.0",
"symfony/yaml" : "~2.4"
"pimple/pimple" : "^3.0",
"symfony/yaml" : "^2.4|^3.0"
},

"extra" : {
Expand Down

0 comments on commit 89d07f7

Please sign in to comment.