File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.6.0 (2023-06-14)
8
+ ### Added
9
+ - Make HTTP request timeout configurable ([ #45 ] ( https://github.com/openai-php/laravel/pull/45 ) )
10
+
11
+ ### Changed
12
+ - Changed underlying ` openai/client ` package version from 0.5.3 to 0.6.0
13
+
7
14
## v0.5.3 (2023-06-07)
8
15
### Changed
9
16
- Changed underlying ` openai/client ` package version from 0.5.1 to 0.5.3
Original file line number Diff line number Diff line change 13
13
"php" : " ^8.1.0" ,
14
14
"guzzlehttp/guzzle" : " ^7.5.1" ,
15
15
"laravel/framework" : " ^9.46.0|^10.9.0" ,
16
- "openai-php/client" : " ^0.5.3 "
16
+ "openai-php/client" : " ^0.6.0 "
17
17
},
18
18
"require-dev" : {
19
- "laravel/pint" : " ^1.10" ,
20
- "pestphp/pest" : " ^2.6.0 " ,
21
- "pestphp/pest-plugin-arch" : " ^2.1. 2" ,
19
+ "laravel/pint" : " ^1.10.2 " ,
20
+ "pestphp/pest" : " ^2.6.3 " ,
21
+ "pestphp/pest-plugin-arch" : " ^2.2" ,
22
22
"pestphp/pest-plugin-mock" : " ^2.0.0" ,
23
- "phpstan/phpstan" : " ^1.10.14 " ,
24
- "symfony/var-dumper" : " ^6.2.10 "
23
+ "phpstan/phpstan" : " ^1.10.19 " ,
24
+ "symfony/var-dumper" : " ^6.3 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments