Skip to content

Commit 44047bf

Browse files
evertharmelingmoux2003
authored andcommitted
Allow to use Symfony 5 (#26)
1 parent 2cd46b1 commit 44047bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"sendgrid/sendgrid": "^7.0",
2020
"sendgrid/php-http-client": "~3.9.4",
2121
"symfony/swiftmailer-bundle": "~3.2",
22-
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
23-
"symfony/yaml": "~2.7|~3.3|~4.0"
22+
"symfony/framework-bundle": "~2.7|~3.3|~4.0|~5.0",
23+
"symfony/yaml": "~2.7|~3.3|~4.0|~5.0"
2424
},
2525
"require-dev": {
2626
"nyholm/symfony-bundle-test": "^1.3"

0 commit comments

Comments
 (0)