Skip to content

Commit 006fc94

Browse files
authored
Support Symfony Process 8.0 (#7)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent b008a79 commit 006fc94

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
@@ -31,7 +31,7 @@
3131
"guzzlehttp/guzzle": "^7.2",
3232
"orchestra/sidekick": "^1.0.2",
3333
"symfony/polyfill-ctype": "^1.9",
34-
"symfony/process": "^6.0|^7.0"
34+
"symfony/process": "^6.0|^7.0|^8.0"
3535
},
3636
"require-dev": {
3737
"laravel/pint": "^1.4",

0 commit comments

Comments
 (0)