Skip to content

Commit 63a8178

Browse files
committed
Fix: Update DOCtor-RST config file for Symfony 6.0
1 parent 25e3fb0 commit 63a8178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.doctor-rst.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ rules:
5353

5454
# master
5555
versionadded_directive_major_version:
56-
major_version: 5
56+
major_version: 6
5757

5858
versionadded_directive_min_version:
59-
min_version: '5.0'
59+
min_version: '6.0'
6060

6161
deprecated_directive_major_version:
62-
major_version: 5
62+
major_version: 6
6363

6464
deprecated_directive_min_version:
65-
min_version: '5.0'
65+
min_version: '6.0'
6666

6767
# do not report as violation
6868
whitelist:

0 commit comments

Comments
 (0)