Remove beberlei/DoctrineExtensions
parent
f2d2fc6221
commit
d012b66205
|
@ -15,8 +15,7 @@
|
|||
"robmorgan/phinx": "0.5.*",
|
||||
"monarc/core": "dev-master",
|
||||
"monarc/frontoffice": "dev-master",
|
||||
"phing/phing": "~2.0",
|
||||
"beberlei/DoctrineExtensions": "^1.0"
|
||||
"phing/phing": "~2.0"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin/"
|
||||
|
|
|
@ -86,9 +86,7 @@ return array(
|
|||
'proxy_namespace' => 'DoctrineORMModule\Proxy',
|
||||
'filters' => array(),
|
||||
'datetime_functions' => array(),
|
||||
'string_functions' => array(
|
||||
'greatest' => 'DoctrineExtensions\Query\Mysql\Greatest',
|
||||
),
|
||||
'string_functions' => array(),
|
||||
'numeric_functions' => array(),
|
||||
'second_level_cache' => array(),
|
||||
),
|
||||
|
@ -102,9 +100,7 @@ return array(
|
|||
'proxy_namespace' => 'DoctrineORMModule\Proxy',
|
||||
'filters' => array(),
|
||||
'datetime_functions' => array(),
|
||||
'string_functions' => array(
|
||||
'greatest' => 'DoctrineExtensions\Query\Mysql\Greatest',
|
||||
),
|
||||
'string_functions' => array(),
|
||||
'numeric_functions' => array(),
|
||||
'second_level_cache' => array(),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue