Skip to content

Commit

Permalink
Upgrade dependencies to Athens Core.
Browse files Browse the repository at this point in the history
  • Loading branch information
JASchilz committed Mar 18, 2016
1 parent bd4a42c commit 560aed4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"sendgrid/sendgrid": "~4.0",
"propel/propel": "~2.0@dev",
"uwdoem/framework": "0.*"
"athens/core": "0.*"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.7.*",
Expand Down
4 changes: 2 additions & 2 deletions src/Emailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Athens\SendGrid;

use UWDOEM\Framework\Emailer\AbstractEmailer;
use UWDOEM\Framework\Email\EmailInterface;
use Athens\Core\Emailer\AbstractEmailer;
use Athens\Core\Email\EmailInterface;

use SendGrid;
use SendGrid\Response;
Expand Down
4 changes: 2 additions & 2 deletions test/EmailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Athens\SendGrid\Test\Mock\MockEmailer;

use Athens\SendGrid\Test\Mock\MockSendGrid;
use UWDOEM\Framework\Email\EmailBuilder;
use UWDOEM\Framework\Email\EmailInterface;
use Athens\Core\Email\EmailBuilder;
use Athens\Core\Email\EmailInterface;

use PHPUnit_Framework_TestCase;

Expand Down

0 comments on commit 560aed4

Please sign in to comment.