Skip to content

Commit

Permalink
Remove ^3.1 as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrhz committed Aug 25, 2016
1 parent 582711c commit 36a8a8b
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 @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.5.9",
"symfony/console": "^2.7|^3.0|^3.1",
"symfony/finder": "^2.7|^3.0|^3.1",
"symfony/process": "^2.7|^3.0|^3.1",
"symfony/yaml": "^2.7|^3.0|^3.1"
"symfony/console": "^2.7|^3.0",
"symfony/finder": "^2.7|^3.0",
"symfony/process": "^2.7|^3.0",
"symfony/yaml": "^2.7|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 36a8a8b

Please sign in to comment.