Skip to content

Commit bb15a25

Browse files
committed
Allow Symfony 7
1 parent 0742e4f commit bb15a25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"qossmic/deptrac-shim": "^1.0.2",
7575
"rector/rector": "^1.2.10",
7676
"squizlabs/php_codesniffer": "^3.13",
77-
"symfony/finder": "^6.4.8",
77+
"symfony/finder": "^6.4.8 || ^7.0",
7878
"symplify/phpstan-rules": "^13.0"
7979
},
8080
"suggest": {

packages/guides/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"phpdocumentor/flyfinder": "^1.1 || ^2.0",
3232
"phpdocumentor/filesystem": "^1.7.4",
3333
"psr/event-dispatcher": "^1.0",
34-
"symfony/clock": "^6.4.8",
35-
"symfony/html-sanitizer": "^6.4.8",
36-
"symfony/http-client": "^6.4.9",
34+
"symfony/clock": "^6.4.8 || ^7.0",
35+
"symfony/html-sanitizer": "^6.4.8 || ^7.0",
36+
"symfony/http-client": "^6.4.9 || ^7.0",
3737
"symfony/polyfill-php84": "^1.33.0",
38-
"symfony/string": "^6.4.9",
38+
"symfony/string": "^6.4.9 || ^7.0",
3939
"symfony/translation-contracts": "^3.5.1",
4040
"twig/twig": "~2.15 || ^3.0",
4141
"webmozart/assert": "^1.11"

0 commit comments

Comments
 (0)