Skip to content

Commit

Permalink
Removed unnecessary symfony version constraint (#69)
Browse files Browse the repository at this point in the history
`~3.0` covers `~3.1` as well because it is equivalent to `>=3.0.0.0-dev <4.0.0.0-dev`
  • Loading branch information
rantonmattei authored Dec 21, 2016
1 parent 81e756f commit c67e060
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 @@ -14,10 +14,10 @@
"homepage": "https://github.com/theorchard/monolog-cascade",
"require": {
"php": ">=5.3.9",
"symfony/config": "~2.7|~3.0|~3.1",
"symfony/options-resolver": "~2.7|~3.0|~3.1",
"symfony/serializer": "~2.7|~3.0|~3.1",
"symfony/yaml": "~2.7|~3.0|~3.1",
"symfony/config": "~2.7|~3.0",
"symfony/options-resolver": "~2.7|~3.0",
"symfony/serializer": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0",
"monolog/monolog": "~1.13"
},
"autoload": {
Expand Down

0 comments on commit c67e060

Please sign in to comment.