Skip to content

Commit 23f6f25

Browse files
authored
Merge pull request #11 from netgen/enable-symfony-6
Enable installing of git hooks on symfony 6 project
2 parents af53fa2 + 10bcbea commit 23f6f25

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
@@ -19,7 +19,7 @@
1919
"php": "^8.1",
2020
"composer-plugin-api": "^2.2",
2121
"captainhook/captainhook": "^5.15",
22-
"symfony/process": "^5.4"
22+
"symfony/process": "^5.4 || ^6.3"
2323
},
2424
"require-dev": {
2525
"composer/composer": "^2.5",

0 commit comments

Comments
 (0)