File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Resources/config/container Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function getConfigTreeBuilder()
1515
1616 $ rootNode
1717 ->children ()
18- ->integerNode ('dao_namespace ' )->end ()
18+ ->scalarNode ('dao_namespace ' )->end ()
1919 ->scalarNode ('bean_namespace ' )->end ()
2020 ->end ()
2121 ;
Original file line number Diff line number Diff line change 1414 <argument ></argument > <!-- will be filled in with tdbm.dao_namespace dynamically -->
1515 </service >
1616
17+ <service id =" TheCodingMachine\TDBM\ConfigurationInterface" alias =" TheCodingMachine\TDBM\Configuration" >
18+ </service >
19+
20+ <service id =" TheCodingMachine\TDBM\Utils\NamingStrategyInterface" alias =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" >
21+ </service >
22+
23+ <service id =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" class =" TheCodingMachine\TDBM\Utils\DefaultNamingStrategy" />
24+
1725 <service id =" TheCodingMachine\TDBM\TDBMService" class =" TheCodingMachine\TDBM\TDBMService" public =" true" >
1826 </service >
27+
28+ <service id =" TheCodingMachine\TDBM\Commands\GenerateCommand" class =" TheCodingMachine\TDBM\Commands\GenerateCommand" public =" true" >
29+ <tag name =" console.command" ></tag >
30+ </service >
1931 </services >
2032
2133</container >
Original file line number Diff line number Diff line change 2424 "php" : " >=7.1" ,
2525 "thecodingmachine/tdbm" : " ^5.0" ,
2626 "doctrine/doctrine-bundle" : " ^1.9" ,
27- "doctrine/orm" : " ^2 || ^3 "
27+ "doctrine/orm" : " * "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments