Skip to content

Commit

Permalink
Merge pull request #3 from stborchert/master
Browse files Browse the repository at this point in the history
Update dependency to symfony/config
  • Loading branch information
derhasi authored Dec 4, 2017
2 parents 42e9f5c + d3134f8 commit a417389
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 @@ -2,9 +2,9 @@
"name": "derhasi/boxfile",
"description": "Command to handle freistil Boxfiles anywhere",
"require": {
"symfony/yaml": "2.*",
"symfony/yaml": "2.* || ~3.2.0",
"symfony/console": "2.* || 3.*",
"symfony/config": "~2.6",
"symfony/config": "~2.6 || ~3.2.0",
"derhasi/symlinker": ">=0.2.2"
},
"type": "cli",
Expand Down

0 comments on commit a417389

Please sign in to comment.