Skip to content

Commit 799cfc1

Browse files
committed
1.7.6
1 parent 15f6285 commit 799cfc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.DS_Store

-8 KB
Binary file not shown.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mastashake08/laravel-openai-api",
33
"description": "Add an OpenAI API and Artisan command easily into your projects. Generate images, or text. Can be integrated with Laravel Sanctum for token based access.",
4-
"version": "1.7.5",
4+
"version": "1.7.6",
55
"keywords": [
66
"mastashake08",
77
"laravel",
@@ -34,7 +34,7 @@
3434
},
3535
"autoload": {
3636
"psr-4": {
37-
"Mastashake\\LaravelOpenaiApi\\Traits": "src/Traits",
37+
"Mastashake\\LaravelOpenaiApi\\Traits\\": "src/Traits",
3838
"Mastashake\\LaravelOpenaiApi\\": "src",
3939
"Mastashake\\LaravelOpenaiApi\\Database\\Factories\\": "database/factories"
4040
}

0 commit comments

Comments
 (0)