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