Skip to content

Commit 2d415d9

Browse files
committed
Allow Symfony Process 5
1 parent 9435433 commit 2d415d9

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
"minimum-stability": "stable",
1818
"require": {
1919
"php": "^8.1",
20-
"symfony/process": "^6.2"
20+
"symfony/process": "^5.0|^6.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^7.17",

0 commit comments

Comments
 (0)