Skip to content

Commit d6ba4ed

Browse files
committed
Update PHPMailer and remove Requests.
1 parent 1734534 commit d6ba4ed

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

composer.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"composer/ca-bundle": "1.5.9",
2323
"james-heinrich/getid3": "1.9.23",
2424
"paragonie/sodium_compat": "1.23.0",
25-
"phpmailer/phpmailer": "6.11.1",
26-
"rmccue/requests": "2.0.11",
25+
"phpmailer/phpmailer": "7.0.0",
2726
"simplepie/simplepie": "1.9.0",
2827
"squizlabs/php_codesniffer": "3.13.5",
2928
"wp-coding-standards/wpcs": "~3.3.0",
@@ -57,21 +56,6 @@
5756
"target": "src/wp-includes/PHPMailer",
5857
"source": "src"
5958
},
60-
"rmccue/requests": {
61-
"target": "src/wp-includes/Requests",
62-
"ignore": [
63-
".editorconfig",
64-
"certificates",
65-
"CHANGELOG.md",
66-
"composer.json",
67-
"library/README.md",
68-
"LICENSE",
69-
"README.md"
70-
],
71-
"replace": {
72-
"library/Requests.php": "Requests.php"
73-
}
74-
},
7559
"simplepie/simplepie": {
7660
"target": "src/wp-includes/SimplePie",
7761
"ignore": [

0 commit comments

Comments
 (0)