Skip to content

Commit

Permalink
Support Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Mar 1, 2018
1 parent fd00c91 commit eb9ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.4",
"nesbot/carbon": "^1.0",
"symfony/translation": "^2.7|^3.0"
"symfony/translation": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0|^6.0",
Expand Down

1 comment on commit eb9ae6b

@EricPaulson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!! I was just about to add this myself :)

Please sign in to comment.