Skip to content

Commit 103ef43

Browse files
author
miroslav
committed
Fix publish provider
1 parent 882fc4b commit 103ef43

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
"phpstan/extension-installer": true
4747
}
4848
},
49-
"minimum-stability": "dev",
49+
"extra": {
50+
"laravel": {
51+
"providers": [
52+
"Itsimiro\\OpenAI\\Providers\\OpenaiServiceProvider"
53+
]
54+
}
55+
},
56+
"minimum-stability": "stable",
5057
"prefer-stable": true
5158
}

0 commit comments

Comments
 (0)