Skip to content

Commit 5cacdea

Browse files
committed
Add 2.3 version
1 parent 0a76ad4 commit 5cacdea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
}
1111
],
1212
"require": {
13-
"symfony/framework-bundle": ">=2.7.0, <2.8",
13+
"symfony/framework-bundle": "~2.8",
1414
"twig/twig": "*",
1515
"doctrine/orm": "*",
1616
"doctrine/doctrine-bundle": "*",
17-
"ecommit/util-bundle": "2.2.*@dev"
17+
"ecommit/util-bundle": "2.3.*@dev"
1818
},
1919
"autoload": {
2020
"psr-0": { "Ecommit\\JavascriptBundle": "" }
2121
},
2222
"target-dir": "Ecommit/JavascriptBundle",
2323
"extra": {
2424
"branch-alias": {
25-
"dev-master": "2.2.x-dev"
25+
"dev-master": "2.3.x-dev"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)