mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Update Symfony bundles
This commit is contained in:
committed by
bdalsass
parent
31cc294cc3
commit
25a612da04
@@ -292,7 +292,14 @@
|
||||
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
|
||||
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
|
||||
</xsd:sequence>
|
||||
|
||||
<xsd:attribute name="app" type="xsd:string" />
|
||||
<xsd:attribute name="system" type="xsd:string" />
|
||||
<xsd:attribute name="directory" type="xsd:string" />
|
||||
<xsd:attribute name="default-doctrine-provider" type="xsd:string" />
|
||||
<xsd:attribute name="default-psr6-provider" type="xsd:string" />
|
||||
<xsd:attribute name="default-redis-provider" type="xsd:string" />
|
||||
<xsd:attribute name="default-memcached-provider" type="xsd:string" />
|
||||
<xsd:attribute name="default-pdo-provider" type="xsd:string" />
|
||||
<xsd:attribute name="prefix-seed" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ return static function (ContainerConfigurator $container) {
|
||||
|
||||
->set('serializer.normalizer.json_serializable', JsonSerializableNormalizer::class)
|
||||
->args([null, null])
|
||||
->tag('serializer.normalizer', ['priority' => -900])
|
||||
->tag('serializer.normalizer', ['priority' => -950])
|
||||
|
||||
->set('serializer.normalizer.problem', ProblemNormalizer::class)
|
||||
->args([param('kernel.debug')])
|
||||
|
||||
Reference in New Issue
Block a user