Skip to content

Commit 21e167b

Browse files
committed
Allow SF 7 for 0.4 branch
1 parent 74a7dcf commit 21e167b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"doctrine/dbal": "^3.3",
99
"gowork/values": "^0.6",
1010
"gowork/safe": "^0.2",
11-
"symfony/console": "^6.0",
12-
"symfony/dependency-injection": "^6.0",
13-
"symfony/http-kernel": "^6.0",
14-
"symfony/config": "^6.0",
15-
"symfony/process": "^6.0",
11+
"symfony/console": "^6.0|^7.0",
12+
"symfony/dependency-injection": "^6.0|^7.0",
13+
"symfony/http-kernel": "^6.0|^7.0",
14+
"symfony/config": "^6.0|^7.0",
15+
"symfony/process": "^6.0|^7.0",
1616
"phpdocumentor/reflection-docblock": "^5.2",
1717
"open-serializer/type": "^0.1",
1818
"nikic/php-parser": "^4.10"

0 commit comments

Comments
 (0)