Skip to content

Commit 146b2c9

Browse files
Merge branch '6.3' into 6.4
* 6.3: [DoctrineBridge] Silence ORM deprecation add missing default-doctrine-dbal-provider cache pool attribute to XSD
2 parents 97fb5bd + e32a79e commit 146b2c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@
339339
<xsd:element name="default-psr6-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
340340
<xsd:element name="default-redis-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
341341
<xsd:element name="default-memcached-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
342+
<xsd:element name="default-doctrine-dbal-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
342343
<xsd:element name="default-pdo-provider" type="xsd:string" minOccurs="0" maxOccurs="1" />
343344
<xsd:element name="pool" type="cache_pool" minOccurs="0" maxOccurs="unbounded" />
344345
</xsd:sequence>

0 commit comments

Comments
 (0)