Skip to content

Commit 1bc91f9

Browse files
authored
Allow Symfony 6 (#143)
1 parent 3c5531c commit 1bc91f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"ext-curl": "*",
2020
"doctrine/rst-parser": "^0.5",
2121
"scrivo/highlight.php": "^9.12.0",
22-
"symfony/filesystem": "^5.2",
23-
"symfony/finder": "^5.2",
24-
"symfony/dom-crawler": "^5.2",
25-
"symfony/css-selector": "^5.2",
26-
"symfony/console": "^5.2",
27-
"twig/twig": "^2.14 || ^3.3",
28-
"symfony/http-client": "^5.2"
22+
"symfony/filesystem": "^5.2 || ^6.0",
23+
"symfony/finder": "^5.2 || ^6.0",
24+
"symfony/dom-crawler": "^5.2 || ^6.0",
25+
"symfony/css-selector": "^5.2 || ^6.0",
26+
"symfony/console": "^5.2 || ^6.0",
27+
"symfony/http-client": "^5.2 || ^6.0",
28+
"twig/twig": "^2.14 || ^3.3"
2929
},
3030
"require-dev": {
3131
"gajus/dindent": "^2.0",
32-
"symfony/phpunit-bridge": "^5.2",
33-
"symfony/process": "^5.2"
32+
"symfony/phpunit-bridge": "^5.2 || ^6.0",
33+
"symfony/process": "^5.2 || ^6.0"
3434
},
3535
"bin": ["bin/docs-builder"]
3636
}

0 commit comments

Comments
 (0)