Skip to content

Commit 47d7f05

Browse files
committed
Allow Symfony 7
1 parent 54b7451 commit 47d7f05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"monolog/monolog": "^2.9 || ^3.0",
3030
"phpdocumentor/guides": "self.version",
3131
"phpdocumentor/guides-restructured-text": "self.version",
32-
"symfony/config": "^5.4 || ^6.3",
33-
"symfony/console": "^5.4 || ^6.3",
34-
"symfony/dependency-injection": "^5.4 || ^6.3",
35-
"symfony/event-dispatcher": "^5.4 || ^6.3"
32+
"symfony/config": "^5.4 || ^6.3 || ^7.0",
33+
"symfony/console": "^5.4 || ^6.3 || ^7.0",
34+
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
35+
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0"
3636
},
3737
"bin": [
3838
"bin/guides"

0 commit comments

Comments
 (0)