8000 minor #41331 [Runtime] allow "|^6.0" deps (nicolas-grekas) · symfony/symfony@1a0c105 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a0c105

Browse files
minor #41331 [Runtime] allow "|^6.0" deps (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [Runtime] allow "|^6.0" deps | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 20bf651 [Runtime] allow "|^6.0" deps
2 parents ed1a65f + 20bf651 commit 1a0c105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Runtime/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"require-dev": {
2323
"composer/composer": "^1.0.2|^2.0",
24-
"symfony/console": "^4.4|^5",
24+
"symfony/console": "^4.4|^5.0|^6.0",
2525
"symfony/dotenv": "^5.1|^6.0",
26-
"symfony/http-foundation": "^4.4|^5",
27-
"symfony/http-kernel": "^4.4|^5"
26+
"symfony/http-foundation": "^4.4|^5.0|^6.0",
27+
"symfony/http-kernel": "^4.4|^5.0|^6.0"
2828
},
2929
"conflict": {
3030
"symfony/dotenv": "<5.1"

0 commit comments

Comments
 (0)
0