File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
batch-doctrine-persistence Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 17
17
"box/spout" : " ^3.0" ,
18
18
"doctrine/dbal" : " ^2.11" ,
19
19
"doctrine/orm" : " ^2.8" ,
20
- "doctrine/persistence" : " ^2.0" ,
20
+ "doctrine/persistence" : " ^2.0|^3.0 " ,
21
21
"league/flysystem" : " ^3.0" ,
22
22
"psr/container" : " ^1.0" ,
23
23
"psr/event-dispatcher" : " ^1.0" ,
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " ^8.0" ,
15
15
"doctrine/orm" : " ^2.8" ,
16
- "doctrine/persistence" : " ^2.0" ,
16
+ "doctrine/persistence" : " ^2.0|^3.0 " ,
17
17
"yokai/batch" : " ^0.5.0"
18
18
},
19
19
"autoload" : {
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ final class EntityReader implements ItemReaderInterface
16
16
{
17
17
public function __construct (
18
18
private ManagerRegistry $ doctrine ,
19
+ /**
20
+ * @var class-string
21
+ */
19
22
private string $ class ,
20
23
) {
21
24
}
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^8.0" ,
15
- "doctrine/persistence" : " ^2.0" ,
15
+ "doctrine/persistence" : " ^2.0|^3.0 " ,
16
16
"yokai/batch" : " ^0.5.0"
17
17
},
18
18
"autoload" : {
You can’t perform that action at this time.
0 commit comments