Skip to content

Commit

Permalink
Merge pull request #13 from Gappa/master
Browse files Browse the repository at this point in the history
Allow Nette 3.0 stable
  • Loading branch information
paveljanda authored May 9, 2019
2 parents 1dc7751 + dfa40f3 commit 244e883
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"require": {
"php": ">= 7.1",
"nette/utils": "~2.4 || ~3.0@rc",
"nette/di": "~2.4 || ~3.0@rc",
"nette/application": "~2.4 || ~3.0@rc",
"nette/mail": "~2.4 || ~3.0@rc",
"latte/latte": "~2.4 || ~3.0@rc"
"nette/utils": "~2.4 || ~3.0",
"nette/di": "~2.4 || ~3.0",
"nette/application": "~2.4 || ~3.0",
"nette/mail": "~2.4 || ~3.0",
"latte/latte": "~2.4 || ~3.0"
},
"require-dev": {
"nette/tester": "~1.6.1",
"mockery/mockery": "~0.9",
"nette/tester": "~2.0",
"mockery/mockery": "~1.0",
"tracy/tracy": "^2.4"
}
}
2 changes: 2 additions & 0 deletions tests/Unit/MailTest.phpt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ namespace Ublaboo\Mailing\Tests\Unit;

use Mockery;
use Tester\Assert;
use Tester\Environment;
use Tester\TestCase;
use Ublaboo\Mailing\DI\MailingExtension;
use Ublaboo\Mailing\Exception\MailingException;
use Ublaboo\Mailing\MailFactory;
use Ublaboo\Mailing\Tests\Unit\TestingMailData;

require __DIR__ . '/../bootstrap.php';
Environment::bypassFinals();

final class MailTest extends TestCase
{
Expand Down

0 comments on commit 244e883

Please sign in to comment.