File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Resources/config/container Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2020 <service id =" TheCodingMachine\TDBM\Utils\NamingStrategyInterface" alias =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" >
2121 </service >
2222
23- <service id =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" class =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" />
23+ <service id =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" class =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" >
24+ <argument key =" $schemaManager" type =" service" id =" tdbm.SchemaManager" ></argument >
25+ </service >
2426
2527 <service id =" TheCodingMachine\TDBM\TDBMService" class =" TheCodingMachine\TDBM\TDBMService" public =" true" >
2628 </service >
2729
2830 <service id =" TheCodingMachine\TDBM\Commands\GenerateCommand" class =" TheCodingMachine\TDBM\Commands\GenerateCommand" public =" true" >
2931 <tag name =" console.command" ></tag >
3032 </service >
33+
34+ <service id =" TheCodingMachine\TDBM\Utils\Annotation\AnnotationParser" >
35+ <factory class =" TheCodingMachine\TDBM\Utils\Annotation\AnnotationParser" method =" buildWithDefaultAnnotations" />
36+ <argument type =" collection" ></argument >
37+ </service >
38+
39+
40+ <service id =" tdbm.SchemaManager" class =" Doctrine\DBAL\Schema\AbstractSchemaManager" >
41+ <factory service =" doctrine.dbal.default_connection" method =" getSchemaManager" />
42+ </service >
3143 </services >
3244
3345</container >
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " >=7.1" ,
25- "thecodingmachine/tdbm" : " ~5.0 .0" ,
25+ "thecodingmachine/tdbm" : " ~5.1 .0" ,
2626 "doctrine/doctrine-bundle" : " ^1.9" ,
2727 "doctrine/orm" : " ^1 || ^2"
2828 },
4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 5.0 .x-dev"
51+ "dev-master" : " 5.1 .x-dev"
5252 }
5353 },
5454 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments