Skip to content

Fix trailing comma in composer.json#1

Merged
abnegate merged 1 commit intomainfrom
fix/composer-json-syntax
Jan 29, 2026
Merged

Fix trailing comma in composer.json#1
abnegate merged 1 commit intomainfrom
fix/composer-json-syntax

Conversation

@abnegate
Copy link
Member

@abnegate abnegate commented Jan 29, 2026

Summary

  • Remove invalid trailing comma in require section that was causing JSON parse errors

Test plan

  • JSON is now valid (composer validate passes)

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Fixed dependency manifest formatting to ensure proper validation and prevent configuration errors.

✏️ Tip: You can customize this high-level summary in your review settings.

Remove invalid trailing comma in require section that was causing JSON parse errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

The composer.json file was updated to correct invalid JSON syntax by removing a trailing comma after the "utopia-php/database": "4.*" dependency entry in the require section. This single-line modification fixes the manifest file's syntax without altering the actual dependency specification or project configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@abnegate abnegate merged commit 06a084b into main Jan 29, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant