Skip to content

Commit b15b5e7

Browse files
Merge branch '2.6' into 2.7
* 2.6: [2.6] Test lowest versions of dependencies Test lowest versions of dependencies Fix placeholder date format Test components using their lowest possible deps
2 parents 3db6226 + f9e9b06 commit b15b5e7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/translation": "~2.0"
20+
"symfony/translation": "~2.0,>=2.0.5"
2121
},
2222
"require-dev": {
2323
"symfony/http-foundation": "~2.1",
2424
"symfony/intl": "~2.3",
25-
"symfony/yaml": "~2.0",
25+
"symfony/yaml": "~2.0,>=2.0.5",
2626
"symfony/config": "~2.2",
27-
"symfony/property-access": "~2.2",
27+
"symfony/property-access": "~2.3",
2828
"symfony/expression-language": "~2.4",
2929
"doctrine/annotations": "~1.0",
3030
"doctrine/cache": "~1.0",
31-
"egulias/email-validator": "~1.0",
32-
"symfony/expression-language": "~2.4"
31+
"egulias/email-validator": "~1.2,>=1.2.1"
3332
},
3433
"suggest": {
3534
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",

0 commit comments

Comments
 (0)