Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard authored Aug 22, 2016
1 parent 4adeada commit dceee95
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@
}
],
"require": {
"victoire/victoire": "~1.5",
"friendsofvictoire/text-widget": "~1.5"
"victoire/victoire": ">=2.0.0",
"friendsofvictoire/text-widget": ">=2.0.0"
},
"autoload": {
"psr-0": {
"Victoire\\Widget\\TitleBundle": ""
}
},
"minimum-stability": "dev",
"target-dir": "Victoire/Widget/TitleBundle",
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
}
"target-dir": "Victoire/Widget/TitleBundle"
}

0 comments on commit dceee95

Please sign in to comment.