Skip to content

Commit

Permalink
Merge pull request #171 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Support symfony 3
  • Loading branch information
jenssegers committed Dec 9, 2015
2 parents f3af3a1 + 30e21b0 commit 8a669a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.3.3",
"nesbot/carbon": "^1.0",
"symfony/translation": "^2.0"
"symfony/translation": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
Expand Down

0 comments on commit 8a669a2

Please sign in to comment.