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