File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 16
16
"php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" ,
17
17
"ext-fileinfo" : " *" ,
18
18
"ext-json" : " *" ,
19
- "doctrine/dbal" : " ^2.12 || ^3.8 " ,
19
+ "doctrine/dbal" : " ^3.8 || ^4.0 " ,
20
20
"dragonmantank/cron-expression" : " ^3.1" ,
21
21
"league/flysystem-sftp-v3" : " ^3.0" ,
22
22
"mtdowling/jmespath.php" : " ^2.8" ,
Original file line number Diff line number Diff line change 1
1
# Update Notes
2
2
3
+ ## Update to Version 1.11
4
+ ### General
5
+ - Added support of ` doctrine/dbal ` ` v4 ` , dropped support of ` doctrine/dbal ` ` v2 `
6
+
3
7
## Update to Version 1.10
4
8
### General
5
- - Dropped support of Pimcore 10, bumped minimum requirement of ` pimcore/pimcore ` to ` ^11.2 ` .
9
+ - Dropped support of Pimcore 10, bumped minimum requirement of ` pimcore/pimcore ` to ` ^11.2 ` .
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function loadData(): string
63
63
$ queryBuilder ->groupBy ($ this ->groupBy );
64
64
}
65
65
66
- $ result = $ queryBuilder ->execute ()->fetchAllAssociative ();
66
+ $ result = $ queryBuilder ->executeQuery ()->fetchAllAssociative ();
67
67
68
68
$ filesystemLocal = new Filesystem (new LocalFilesystemAdapter ('/ ' ));
69
69
$ stream = fopen ('php://temp ' , 'r+ ' );
You can’t perform that action at this time.
0 commit comments