Skip to content

Commit

Permalink
Nette 3.0 (#22)
Browse files Browse the repository at this point in the history
Nette 3.0
  • Loading branch information
enumag committed Jul 22, 2019
2 parents c1d501c + 9ed4b60 commit 5379f5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,13 +18,13 @@
},
"require": {
"php": "^7.1",
"doctrine/cache": "^1.5",
"doctrine/cache": "^1.8.0",
"nette/di": "^3.0",
"nette/caching": "^3.0",
"kdyby/strict-objects": "^1.0"
"kdyby/strict-objects": "^2.0"
},
"require-dev": {
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.6.3",
"symfony/validator": "^2.5.3 || ^3.0 || ^4.0",
"nette/bootstrap": "~2.4 || ^3.0",
"nette/tester": "2.2.*",
Expand Down
3 changes: 3 additions & 0 deletions src/MemcacheCache.php
Expand Up @@ -14,6 +14,9 @@

use Memcache;

/**
* @deprecated
*/
class MemcacheCache extends \Doctrine\Common\Cache\MemcacheCache
{

Expand Down
2 changes: 1 addition & 1 deletion tests/KdybyTests/DoctrineCache/HelpersTest.phpt
Expand Up @@ -11,7 +11,7 @@ declare(strict_types = 1);
namespace KdybyTests\DoctrineCache;

use Kdyby\DoctrineCache\DI\Helpers as DICacheHelpers;
use Nette\DI\Statement;
use Nette\DI\Definitions\Statement;
use SplFileInfo;
use Tester\Assert;

Expand Down

0 comments on commit 5379f5b

Please sign in to comment.