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 a9bee99 commit b100e02
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@
"require": {
"php": ">=5.5.9",
"symfony/framework-bundle": "~2.8|~3.0",
"victoire/victoire": "~1.5"
"victoire/victoire": ">=2.0.0"
},
"autoload": {
"psr-0": {
"Victoire\\Widget\\RenderBundle": ""
}
},
"minimum-stability": "dev",
"target-dir": "Victoire/Widget/RenderBundle",
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
}
"target-dir": "Victoire/Widget/RenderBundle"
}

0 comments on commit b100e02

Please sign in to comment.