Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 41c4c77

Browse files
committed
minor #779 updated composer.json (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- updated composer.json I'd like to updated the composer.json for Symfony 2.3. Does it seem ok to everyone? Commits ------- d1c5981 updated composer.json
2 parents cbf0b52 + d1c5981 commit 41c4c77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"symfony/symfony": "2.3.*",
1212
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
1313
"doctrine/dbal": "<2.5",
14-
"doctrine/doctrine-bundle": "1.2.*",
14+
"doctrine/doctrine-bundle": "~1.2",
1515
"twig/extensions": "1.0.*",
16-
"symfony/assetic-bundle": "2.3.*",
17-
"symfony/swiftmailer-bundle": "2.3.*",
18-
"symfony/monolog-bundle": "2.3.*",
19-
"sensio/distribution-bundle": "2.3.*",
20-
"sensio/framework-extra-bundle": "2.3.*",
21-
"sensio/generator-bundle": "2.3.*",
16+
"symfony/assetic-bundle": "~2.3",
17+
"symfony/swiftmailer-bundle": "~2.3",
18+
"symfony/monolog-bundle": "~2.4",
19+
"sensio/distribution-bundle": "~2.3",
20+
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
21+
"sensio/generator-bundle": "~2.3",
2222
"incenteev/composer-parameter-handler": "~2.0"
2323
},
2424
"scripts": {

0 commit comments

Comments
 (0)