Skip to content

Commit cb9e63b

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [SecurityBundle] Deprecate the `require_previous_session` config option fix version in changelog file [Mailer] update Brevo SMTP host change default doctrine DBAL provider to XML attribute
2 parents 702d093 + b2721fe commit cb9e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@
337337
<xsd:element name="default-psr6-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
338338
<xsd:element name="default-redis-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
339339
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
340-
<xsd:element name="default-doctrine-dbal-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
341340
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
342341
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
343342
</xsd:sequence>
@@ -349,6 +348,7 @@
349348
<xsd:attribute name="default-redis-provider" type="xsd:string" />
350349
<xsd:attribute name="default-memcached-provider" type="xsd:string" />
351350
<xsd:attribute name="default-pdo-provider" type="xsd:string" />
351+
<xsd:attribute name="default-doctrine-dbal-provider" type="xsd:string" />
352352
<xsd:attribute name="prefix-seed" type="xsd:string" />
353353
</xsd:complexType>
354354

0 commit comments

Comments
 (0)