mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
remove support for old versions
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
jms_serializer:
|
||||
visitors:
|
||||
json:
|
||||
options: JSON_PRETTY_PRINT
|
||||
@@ -1,16 +0,0 @@
|
||||
jms_serializer:
|
||||
enable_short_alias: false
|
||||
handlers:
|
||||
datetime:
|
||||
default_format: 'Y-m-d\TH:i:sP'
|
||||
visitors:
|
||||
xml:
|
||||
format_output: '%kernel.debug%'
|
||||
# auto_detection: false
|
||||
# directories:
|
||||
# any-name:
|
||||
# namespace_prefix: "My\\FooBundle"
|
||||
# path: "@MyFooBundle/Resources/config/serializer"
|
||||
# another-name:
|
||||
# namespace_prefix: "My\\BarBundle"
|
||||
# path: "@MyBarBundle/Resources/config/serializer"
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"bundles": {
|
||||
"JMS\\SerializerBundle\\JMSSerializerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
jms_serializer:
|
||||
visitors:
|
||||
json:
|
||||
options: JSON_PRETTY_PRINT
|
||||
@@ -1,24 +0,0 @@
|
||||
jms_serializer:
|
||||
enable_short_alias: false
|
||||
handlers:
|
||||
datetime:
|
||||
default_format: 'Y-m-d\TH:i:sP'
|
||||
array_collection:
|
||||
initialize_excluded: false # suggested false for better performance
|
||||
subscribers:
|
||||
doctrine_proxy:
|
||||
initialize_virtual_types: false # suggested false for better performance
|
||||
initialize_excluded: false # suggested false for better performance
|
||||
visitors:
|
||||
xml:
|
||||
format_output: '%kernel.debug%'
|
||||
|
||||
# metadata:
|
||||
# auto_detection: false
|
||||
# directories:
|
||||
# any-name:
|
||||
# namespace_prefix: "My\\FooBundle"
|
||||
# path: "@MyFooBundle/Resources/config/serializer"
|
||||
# another-name:
|
||||
# namespace_prefix: "My\\BarBundle"
|
||||
# path: "@MyBarBundle/Resources/config/serializer"
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"bundles": {
|
||||
"JMS\\SerializerBundle\\JMSSerializerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user