File tree 2 files changed +12
-2
lines changed
src/ClassificationTreeBundle
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Classification Tree lets you add new custom view with classification tree.
22
22
- [About Authors](#about-authors)
23
23
24
24
## Compatibility
25
- This module is compatible with Pimcore 5.3 .0 and higher.
25
+ This module is compatible with Pimcore 5.5 .0 and higher.
26
26
27
27
## Installing/Getting started
28
28
Original file line number Diff line number Diff line change 6
6
*/
7
7
namespace Divante \ClassificationTreeBundle ;
8
8
9
- use Divante \ClassificationTreeBundle \Migrations \Installer ;
10
9
use Pimcore \Extension \Bundle \AbstractPimcoreBundle ;
10
+ use Pimcore \Extension \Bundle \Traits \PackageVersionTrait ;
11
11
12
12
/**
13
13
* Class DivanteClassificationTreeBundle
14
14
* @package Divante\ClassificationTreeBundle
15
15
*/
16
16
class DivanteClassificationTreeBundle extends AbstractPimcoreBundle
17
17
{
18
+ use PackageVersionTrait;
19
+
20
+ /**
21
+ * {@inheritdoc}
22
+ */
23
+ protected function getComposerPackageName ()
24
+ {
25
+ return 'divante-ltd/pimcore-classification-tree ' ;
26
+ }
27
+
18
28
/**
19
29
* @return array
20
30
*/
You can’t perform that action at this time.
0 commit comments