File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^8.1.0" ,
14
- "guzzlehttp/guzzle" : " ^7.8.1 " ,
15
- "laravel/framework" : " ^9.46.0|^10.34.2|^11.0 " ,
14
+ "guzzlehttp/guzzle" : " ^7.9.2 " ,
15
+ "laravel/framework" : " ^9.46.0|^10.34.2|^11.21 " ,
16
16
"openai-php/client" : " ^v0.10.1"
17
17
},
18
18
"require-dev" : {
19
- "laravel/pint" : " ^1.13.6 " ,
20
- "pestphp/pest" : " ^2.27.0 " ,
21
- "pestphp/pest-plugin-arch" : " ^2.4.1 " ,
22
- "phpstan/phpstan" : " ^1.10.47 " ,
23
- "symfony/var-dumper" : " ^6.4.0|^7.0.1 "
19
+ "laravel/pint" : " ^1.17.2 " ,
20
+ "pestphp/pest" : " ^2.35.1 " ,
21
+ "pestphp/pest-plugin-arch" : " ^2.7.0 " ,
22
+ "phpstan/phpstan" : " ^1.11.11 " ,
23
+ "symfony/var-dumper" : " ^6.4.0|^7.1.3 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
Original file line number Diff line number Diff line change 4
4
5
5
use OpenAI \Testing \ClientFake ;
6
6
7
- class OpenAIFake extends ClientFake
8
- {
9
- }
7
+ class OpenAIFake extends ClientFake {}
You can’t perform that action at this time.
0 commit comments