Skip to content

Commit aa0b6a1

Browse files
committed
minor symfony#54802 [Filesystem] Run high-deps tests with Process 7 (derrabus)
This PR was merged into the 6.4 branch. Discussion ---------- [Filesystem] Run high-deps tests with Process 7 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT The Filesystem component requires Process 6.4 for tests which looks unnecessarily strict. Let's allow v7 as well. Commits ------- 5cde2b5 [Filesystem] Run high-deps tests with Process 7
2 parents 27bf4a8 + 5cde2b5 commit aa0b6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-mbstring": "~1.8"
2222
},
2323
"require-dev": {
24-
"symfony/process": "^5.4|^6.4"
24+
"symfony/process": "^5.4|^6.4|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Filesystem\\": "" },

0 commit comments

Comments
 (0)