Skip to content

Commit b710a0b

Browse files
author
jerome
committed
Creating version 2.2
1 parent 8768c66 commit b710a0b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,10 @@
2525
],
2626
"require": {
2727
"php": ">=5.3.3",
28-
"symfony/symfony": ">=2.2",
29-
"symfony/framework-bundle": ">=2.2"
28+
"symfony/framework-bundle": ">=2.2,<2.3"
3029
},
3130
"autoload": {
3231
"psr-0": { "Snowcap\\I18nBundle": "" }
3332
},
34-
"target-dir": "Snowcap/I18nBundle",
35-
"extra": {
36-
"branch-alias": {
37-
"dev-master": "2.2.x-dev"
38-
}
39-
}
33+
"target-dir": "Snowcap/I18nBundle"
4034
}

0 commit comments

Comments
 (0)