Skip to content

Commit

Permalink
Composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltjanes committed Feb 12, 2023
1 parent c7c81a6 commit c6fe679
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "zsoltjanes/statamic-bard-openai",
"type": "statamic-addon",
"description": "Ai Writer for Statamic 3 Bard fieldtype",
"authors": [
{
"name": "Zsolt Janes"
Expand All @@ -20,7 +22,7 @@
},
"laravel": {
"providers": [
"ServiceProvider"
"Zsoltjanes\\StatamicBardOpenai\\ServiceProvider"
]
}
},
Expand Down

0 comments on commit c6fe679

Please sign in to comment.