Skip to content

Commit

Permalink
Allow to use Symfony 5 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling authored and moux2003 committed Nov 28, 2019
1 parent 2cd46b1 commit 44047bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"sendgrid/sendgrid": "^7.0",
"sendgrid/php-http-client": "~3.9.4",
"symfony/swiftmailer-bundle": "~3.2",
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
"symfony/yaml": "~2.7|~3.3|~4.0"
"symfony/framework-bundle": "~2.7|~3.3|~4.0|~5.0",
"symfony/yaml": "~2.7|~3.3|~4.0|~5.0"
},
"require-dev": {
"nyholm/symfony-bundle-test": "^1.3"
Expand Down

0 comments on commit 44047bf

Please sign in to comment.