Skip to content

Commit 4b77416

Browse files
committed
2.4 version
1 parent f8ed939 commit 4b77416

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
@@ -11,19 +11,19 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"symfony/framework-bundle": "~2.8|~3.0",
14+
"symfony/framework-bundle": "~3.1",
1515
"twig/twig": "*",
1616
"doctrine/orm": "*",
1717
"doctrine/doctrine-bundle": "*",
18-
"ecommit/util-bundle": "2.3.*@dev"
18+
"ecommit/util-bundle": "2.4.*@dev"
1919
},
2020
"autoload": {
2121
"psr-0": { "Ecommit\\JavascriptBundle": "" }
2222
},
2323
"target-dir": "Ecommit/JavascriptBundle",
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "2.3.x-dev"
26+
"dev-master": "2.4.x-dev"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)