Skip to content

Commit

Permalink
Tweak travis and appveyor for Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 18, 2017
1 parent 5cd628b commit be8b1d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/yaml": "~3.3|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0",
"psr/log": "~1.0"
},
"conflict": {
"symfony/config": "<2.8",
"symfony/yaml": "<3.3"
"symfony/config": "<3.4",
"symfony/yaml": "<3.4"
},
"suggest": {
"symfony/config": "",
Expand Down

0 comments on commit be8b1d6

Please sign in to comment.