Skip to content

Commit

Permalink
Fix publish provider
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslav committed Aug 15, 2023
1 parent 882fc4b commit 103ef43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
"phpstan/extension-installer": true
}
},
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Itsimiro\\OpenAI\\Providers\\OpenaiServiceProvider"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 103ef43

Please sign in to comment.