File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
"symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0" ,
19
19
"symfony/event-dispatcher" : " ^5.4 || ^6.0 || ^7.0" ,
20
20
"symfony/http-kernel" : " ^5.4 || ^6.0 || ^7.0" ,
21
- "gedmo/doctrine-extensions" : " ^3.5 .0"
21
+ "gedmo/doctrine-extensions" : " ^3.15 .0"
22
22
},
23
23
"require-dev" : {
24
24
"phpstan/phpstan" : " ^1.10" ,
Original file line number Diff line number Diff line change 12
12
<call method =" setCacheItemPool" >
13
13
<argument type =" service" id =" stof_doctrine_extensions.metadata_cache" />
14
14
</call >
15
+ <call method =" setClock" >
16
+ <argument type =" service" id =" clock" on-invalid =" ignore" />
17
+ </call >
15
18
<call method =" setAnnotationReader" >
16
19
<argument type =" service" id =" annotation_reader" on-invalid =" ignore" />
17
20
</call >
Original file line number Diff line number Diff line change 12
12
<call method =" setCacheItemPool" >
13
13
<argument type =" service" id =" stof_doctrine_extensions.metadata_cache" />
14
14
</call >
15
+ <call method =" setClock" >
16
+ <argument type =" service" id =" clock" on-invalid =" ignore" />
17
+ </call >
15
18
<call method =" setAnnotationReader" >
16
19
<argument type =" service" id =" annotation_reader" on-invalid =" ignore" />
17
20
</call >
You can’t perform that action at this time.
0 commit comments