Skip to content

Commit

Permalink
mailgun/mailgun-php ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Oct 23, 2020
1 parent c6520f2 commit 20990a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/cspooSwiftmailerMailgunExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace cspoo\Swiftmailer\MailgunBundle\DependencyInjection;

use Mailgun\HttpClientConfigurator;
use Mailgun\HttpClient\HttpClientConfigurator;
use Mailgun\Mailgun;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.0",
"swiftmailer/swiftmailer": "^6.0",
"mailgun/mailgun-php": "^2.3",
"mailgun/mailgun-php": "^3.0",
"symfony/config": "^3.3 || ^4.0",
"symfony/dependency-injection": "^3.3 || ^4.0",
"symfony/http-kernel": "^3.3 || ^4.0",
Expand Down

0 comments on commit 20990a4

Please sign in to comment.