Skip to content

Commit 17be68a

Browse files
authored
Update composer.json
1 parent 4b12bbc commit 17be68a

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,12 @@
2323
"require": {
2424
"php": ">=5.5.9",
2525
"symfony/framework-bundle": "~2.8|~3.0",
26-
"victoire/victoire": "~1.5"
26+
"victoire/victoire": ">=2.0.0"
2727
},
2828
"autoload": {
2929
"psr-0": {
3030
"Victoire\\Widget\\LayoutBundle": ""
3131
}
3232
},
33-
"minimum-stability": "dev",
34-
"target-dir": "Victoire/Widget/LayoutBundle",
35-
"extra": {
36-
"branch-alias": {
37-
"dev-master": "1.5.x-dev"
38-
}
39-
}
33+
"target-dir": "Victoire/Widget/LayoutBundle"
4034
}

0 commit comments

Comments
 (0)