File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 74
74
75
75
services :
76
76
mysql :
77
- image : " mysql:8 "
77
+ image : " mysql:5.7 "
78
78
env :
79
79
MYSQL_ALLOW_EMPTY_PASSWORD : true
80
80
MYSQL_ROOT_PASSWORD :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class TdbmCompilerPass implements CompilerPassInterface
14
14
/**
15
15
* @inheritDoc
16
16
*/
17
- public function process (ContainerBuilder $ container )
17
+ public function process (ContainerBuilder $ container ): void
18
18
{
19
19
$ generatorListeners = $ this ->taggedServicesToReferences ($ container ->findTaggedServiceIds (TdbmExtension::TAG_GENERATOR_LISTENER ));
20
20
$ codeGeneratorListeners = $ this ->taggedServicesToReferences ($ container ->findTaggedServiceIds (TdbmExtension::TAG_CODE_GENERATOR_LISTENER ));
Original file line number Diff line number Diff line change 11
11
12
12
class TdbmBundle extends Bundle
13
13
{
14
- public function build (ContainerBuilder $ container )
14
+ public function build (ContainerBuilder $ container ): void
15
15
{
16
16
parent ::build ($ container );
17
17
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " >=7.2" ,
25
25
"thecodingmachine/tdbm" : " ~5.2.0" ,
26
- "doctrine/doctrine-bundle" : " ^1.9 || ^ 2" ,
27
- "doctrine/orm" : " ^1 || ^ 2" ,
26
+ "doctrine/doctrine-bundle" : " ^2" ,
27
+ "doctrine/orm" : " ^2" ,
28
28
"symfony/http-kernel" : " ^4.1.9 || ^5"
29
29
},
30
30
"require-dev" : {
You can’t perform that action at this time.
0 commit comments