Skip to content

Commit 183407c

Browse files
authored
fix: remove trailing comma from JSON
1 parent 5e2eff1 commit 183407c

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
@@ -1,7 +1,7 @@
11
{
22
"name": "optimus/api-consumer",
33
"require": {
4-
"laravel/framework": "~6.0|~7.0|~8.0",
4+
"laravel/framework": "~6.0|~7.0|~8.0"
55
},
66
"require-dev": {
77
"phpunit/phpunit": "~8.0",

0 commit comments

Comments
 (0)