Skip to content

Commit b100e02

Browse files
authored
Update composer.json
1 parent a9bee99 commit b100e02

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,12 @@
1919
"require": {
2020
"php": ">=5.5.9",
2121
"symfony/framework-bundle": "~2.8|~3.0",
22-
"victoire/victoire": "~1.5"
22+
"victoire/victoire": ">=2.0.0"
2323
},
2424
"autoload": {
2525
"psr-0": {
2626
"Victoire\\Widget\\RenderBundle": ""
2727
}
2828
},
29-
"minimum-stability": "dev",
30-
"target-dir": "Victoire/Widget/RenderBundle",
31-
"extra": {
32-
"branch-alias": {
33-
"dev-master": "1.5.x-dev"
34-
}
35-
}
29+
"target-dir": "Victoire/Widget/RenderBundle"
3630
}

0 commit comments

Comments
 (0)