Skip to content

Commit 54a2c6b

Browse files
authored
Fix missing comma after merge
1 parent c685994 commit 54a2c6b

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
@@ -21,7 +21,7 @@
2121
"ext-json": "*"
2222
},
2323
"require-dev": {
24-
"phpstan/phpstan": "^2.1"
24+
"phpstan/phpstan": "^2.1",
2525
"phpunit/phpunit": "^9.6"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)