Skip to content

Commit f1e6985

Browse files
Test lowest versions of dependencies
1 parent c2ba115 commit f1e6985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"symfony/intl": "~2.3",
2525
"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"
31+
"egulias/email-validator": "~1.2,>=1.2.1"
3232
},
3333
"suggest": {
3434
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",

0 commit comments

Comments
 (0)