This repository was archived by the owner on Mar 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
"nette/php-generator" : " ^3.0" ,
25
25
"nette/tokenizer" : " ~3.0" ,
26
26
"nette/reflection" : " ^2.4" ,
27
- "kdyby /annotations" : " ^3.0 " ,
27
+ "nettrine /annotations" : " ^0.7 " ,
28
28
"symfony/property-access" : " ^4.4|~5.0" ,
29
- "symfony/polyfill-ctype" : " ^1.0"
29
+ "symfony/polyfill-ctype" : " ^1.0" ,
30
+ "nettrine/cache" : " ^0.3"
30
31
},
31
32
"require-dev" : {
32
33
"nette/application" : " ^3.0.1" ,
45
46
"nette/utils" : " ^3.1" ,
46
47
"latte/latte" : " ~2.5" ,
47
48
"tracy/tracy" : " ~2.6" ,
48
- "kdyby/doctrine-cache" : " ^2.6" ,
49
49
"nette/tester" : " ^2.3.4" ,
50
50
"doctrine/collections" : " ~1.6"
51
51
},
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can enable the extension using your neon config.
17
17
``` yml
18
18
extensions :
19
19
aop: Kdyby\Aop\DI\AopExtension
20
- annotations: Kdyby \Annotations\DI\AnnotationsExtension
20
+ annotations: Nettrine \Annotations\DI\AnnotationsExtension
21
21
aspects: Kdyby\Aop\DI\AspectsExtension
22
22
```
23
23
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ExtensionTest extends Tester\TestCase
44
44
$ config ->addConfig (__DIR__ . '/config/ ' . $ configFile . '.neon ' );
45
45
46
46
$ config ->onCompile [] = function (Nette \Configurator $ config , Nette \DI \Compiler $ compiler ): void {
47
- $ compiler ->addExtension ('annotations ' , new Kdyby \ Annotations \DI \AnnotationsExtension ());
47
+ $ compiler ->addExtension ('annotations ' , new Nettrine \ Cache \DI \CacheExtension ());
48
48
};
49
49
Kdyby \Aop \DI \AspectsExtension::register ($ config );
50
50
Kdyby \Aop \DI \AopExtension::register ($ config );
You can’t perform that action at this time.
0 commit comments