Skip to content

Commit e10bfc8

Browse files
committed
Fix composer.json
1 parent 1dcd8b2 commit e10bfc8

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
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": ">=5.5.9",
1414
"symfony/framework-bundle": "~3.0",
15-
"twig/twig": "*",
16-
"doctrine/orm": "*",
17-
"doctrine/doctrine-bundle": "*",
15+
"symfony/twig-bundle": "~3.0",
16+
"doctrine/orm": "~2.3",
17+
"doctrine/doctrine-bundle": "^1.6",
1818
"ecommit/util-bundle": "2.4.*@dev"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)