Skip to content

Commit 907b35b

Browse files
authored
Merge pull request #3 from harryqt/fix-package-file
Remove comma in composer.json
2 parents 2d28a1a + f5db7e8 commit 907b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"hyperf/resource": "^3.1",
4040
"hyperf/stringable": "^3.1",
4141
"hyperf/view-engine": "^3.1",
42-
"symfony/process": "^6.4 | ^7",
42+
"symfony/process": "^6.4 | ^7.0"
4343
},
4444
"require-dev": {
4545
"hyperf/testing": "^3.1",

0 commit comments

Comments
 (0)