Skip to content

Commit 484ff81

Browse files
committed
Updated dependencies to handle symfony 3.0
1 parent f093f86 commit 484ff81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.0",
18-
"symfony/intl": "~2.3",
19-
"symfony/config": "~2.3",
20-
"symfony/translation": "~2.3",
21-
"symfony/yaml": "~2.3",
18+
"symfony/intl": "^2.3|^3.0",
19+
"symfony/config": "^2.3|^3.0",
20+
"symfony/translation": "^2.3|^3.0",
21+
"symfony/yaml": "^2.3|^3.0",
2222
"thunderer/shortcode": "~0.5"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)