Skip to content

Commit cc3144e

Browse files
authored
Update composer.json
1 parent 4e76286 commit cc3144e

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
@@ -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"
2323
},
2424
"autoload": {
2525
"psr-0": {
2626
"Victoire\\Widget\\ImageBundle": ""
2727
}
2828
},
29-
"minimum-stability": "dev",
30-
"target-dir": "Victoire/Widget/ImageBundle",
31-
"extra": {
32-
"branch-alias": {
33-
"dev-master": "1.5.x-dev"
34-
}
35-
}
29+
"target-dir": "Victoire/Widget/ImageBundle"
3630
}

0 commit comments

Comments
 (0)