Skip to content

Commit a1ab7bc

Browse files
committed
fix: add missing comma in composer.json require block
1 parent 2d04e80 commit a1ab7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": ">=8.2",
3131
"adhocore/jwt": "^1.1",
32-
"utopia-php/framework": "^1.2"
32+
"utopia-php/framework": "^1.2",
3333
"utopia-php/cache": "^2.0",
3434
"utopia-php/fetch": "^1.1"
3535
},

0 commit comments

Comments
 (0)