Commit 4f785ef 1 parent 081b493 commit 4f785ef Copy full SHA for 4f785ef
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.1.0" ,
14
- "laravel/framework" : " ^9.45.1 " ,
15
- "openai-php/client" : " ^0.2.1 "
14
+ "laravel/framework" : " ^9.46.0 " ,
15
+ "openai-php/client" : " ^0.3.0 "
16
16
},
17
17
"require-dev" : {
18
18
"laravel/pint" : " ^1.3" ,
19
19
"pestphp/pest" : " ^2.0.0" ,
20
20
"pestphp/pest-plugin-arch" : " ^2.0.0" ,
21
21
"pestphp/pest-plugin-mock" : " ^2.0.0" ,
22
- "phpstan/phpstan" : " ^1.9.4 " ,
23
- "symfony/var-dumper" : " ^6.2.2 "
22
+ "phpstan/phpstan" : " ^1.9.6 " ,
23
+ "symfony/var-dumper" : " ^6.2.3 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
Original file line number Diff line number Diff line change 2
2
3
3
test ('exceptions ' )
4
4
->expect ('OpenAI\Laravel\Exceptions ' )
5
- ->toDependOnNothing ();
5
+ ->toUseNothing ();
6
6
7
7
test ('facades ' )
8
8
->expect ('OpenAI\Laravel\Facades\OpenAI ' )
9
- ->toOnlyDependOn ([
9
+ ->toOnlyUse ([
10
10
'Illuminate\Support\Facades\Facade ' ,
11
11
]);
12
12
13
13
test ('service providers ' )
14
14
->expect ('OpenAI\Laravel\ServiceProvider ' )
15
- ->toOnlyDependOn ([
15
+ ->toOnlyUse ([
16
16
'Illuminate\Support\ServiceProvider ' ,
17
17
'OpenAI\Laravel ' ,
18
18
'OpenAI ' ,
You can’t perform that action at this time.
0 commit comments