Skip to content

Commit 746feb2

Browse files
fix deps=low
1 parent 7ca45f1 commit 746feb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sendgrid/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/mailer": "^4.3.3"
20+
"symfony/mailer": "^4.3.4"
2121
},
2222
"require-dev": {
2323
"symfony/http-client": "^4.3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"egulias/email-validator": "^2.0",
20+
"egulias/email-validator": "^2.1.10",
2121
"psr/log": "~1.0",
2222
"symfony/event-dispatcher": "^4.3",
2323
"symfony/mime": "^4.3.3"

0 commit comments

Comments
 (0)