Skip to content

Commit 9bdacca

Browse files
authored
Merge pull request php-webdriver#1077 from laravel-labs/symfony7
Add support for Symfony Process 7
2 parents a157868 + 2291a92 commit 9bdacca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ext-json": "*",
1818
"ext-zip": "*",
1919
"symfony/polyfill-mbstring": "^1.12",
20-
"symfony/process": "^5.0 || ^6.0"
20+
"symfony/process": "^5.0 || ^6.0 || ^7.0"
2121
},
2222
"require-dev": {
2323
"ergebnis/composer-normalize": "^2.20.0",

0 commit comments

Comments
 (0)