We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bee99 commit b100e02Copy full SHA for b100e02
1 file changed
composer.json
@@ -19,18 +19,12 @@
19
"require": {
20
"php": ">=5.5.9",
21
"symfony/framework-bundle": "~2.8|~3.0",
22
- "victoire/victoire": "~1.5"
+ "victoire/victoire": ">=2.0.0"
23
},
24
"autoload": {
25
"psr-0": {
26
"Victoire\\Widget\\RenderBundle": ""
27
}
28
29
- "minimum-stability": "dev",
30
- "target-dir": "Victoire/Widget/RenderBundle",
31
- "extra": {
32
- "branch-alias": {
33
- "dev-master": "1.5.x-dev"
34
- }
35
+ "target-dir": "Victoire/Widget/RenderBundle"
36
0 commit comments