I’m struggling. I have this that works:

“`
“repositories”: [
{
“type”: “composer”,
“url”: “https://nova.laravel.com”
}
],
“`

Now I have to add this:

“`
“repositories”: {
“nova-sluggable”: {
“type”: “vcs”,
“url”: “https://github.com/TheNerka/nova-sluggable”
}
}
“`

I don’t understand how to combine the bottom one with the top one. The top one’s syntax doesn’t have the “:” name part. But I need bot.