Skip to content

Commit d5f4578

Browse files
committed
update to 2.0 version
1 parent c5544b8 commit d5f4578

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@
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"
2323
},
2424
"autoload": {
2525
"psr-0": {
2626
"Victoire\\Widget\\ButtonBundle": ""
2727
}
2828
},
2929
"minimum-stability": "dev",
30-
"target-dir": "Victoire/Widget/ButtonBundle",
31-
"extra": {
32-
"branch-alias": {
33-
"dev-master": "1.5.x-dev"
34-
}
35-
}
30+
"target-dir": "Victoire/Widget/ButtonBundle"
3631
}

0 commit comments

Comments
 (0)