Skip to content

Commit 3323cf8

Browse files
authored
Merge pull request #458 from greg0ire/symfony-6
Allow Symfony 6
2 parents 53fc91a + 2ac16c1 commit 3323cf8

File tree

5 files changed

+225
-336
lines changed

5 files changed

+225
-336
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"phpdocumentor/guides-theme-bootstrap": "@dev",
4141
"psr/event-dispatcher": "^1.0",
4242
"psr/log": "^1.1",
43-
"symfony/contracts": "^2.5",
44-
"symfony/http-client": "^5.4.25",
45-
"symfony/process": "^5.4",
46-
"symfony/string": "^5.4",
47-
"symfony/translation-contracts": "^2.1",
43+
"symfony/contracts": "^2.5 || ^3.0",
44+
"symfony/http-client": "^5.4.25 || ^6.3",
45+
"symfony/process": "^5.4 || ^6.3",
46+
"symfony/string": "^5.4 || ^6.3",
47+
"symfony/translation-contracts": "^2.1 || ^3.0",
4848
"twig/twig": "~2.0",
4949
"webmozart/assert": "^1.10"
5050
},
@@ -63,7 +63,7 @@
6363
"qossmic/deptrac-shim": "^1.0.2",
6464
"rector/rector": "^0.17.2",
6565
"squizlabs/php_codesniffer": "^3.7",
66-
"symfony/finder": "^5.4",
66+
"symfony/finder": "^5.4 || ^6.3",
6767
"vimeo/psalm": "^5.13"
6868
},
6969
"repositories": [

0 commit comments

Comments
 (0)