Skip to content

Commit

Permalink
Merge pull request #101 from GrahamCampbell/patch-2
Browse files Browse the repository at this point in the history
Tweaked dependencies
  • Loading branch information
Alexandre Salomé committed Dec 1, 2015
2 parents b9d902f + 72847e5 commit f575b8f
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 @@ -26,10 +26,10 @@
}
},
"require": {
"symfony/process": "~2.4|~3.0"
"symfony/process": "^2.3|^3.0"
},
"require-dev": {
"psr/log": "~1.0"
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Add some log"
Expand Down

0 comments on commit f575b8f

Please sign in to comment.