Skip to content

Commit 41f50e9

Browse files
committed
update composer.json for Symfony 2.4
1 parent 4989055 commit 41f50e9

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
@@ -15,9 +15,9 @@
1515
"minimum-stability": "dev",
1616
"require": {
1717
"php": ">=5.3.3",
18-
"symfony/symfony": "2.3.*",
19-
"doctrine/orm": ">=2.2.3,<2.4-dev",
20-
"doctrine/doctrine-bundle": "1.2.*",
18+
"symfony/symfony": "2.4.*",
19+
"doctrine/orm": "~2.2,>=2.2.3",
20+
"doctrine/doctrine-bundle": "~1.2",
2121
"knplabs/knp-paginator-bundle": "2.3.*"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)