File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
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+
714## v0.5.3 (2023-06-07)
815### Changed
916- Changed underlying ` openai/client ` package version from 0.5.1 to 0.5.3
Original file line number Diff line number Diff line change 1313 "php" : " ^8.1.0" ,
1414 "guzzlehttp/guzzle" : " ^7.5.1" ,
1515 "laravel/framework" : " ^9.46.0|^10.9.0" ,
16- "openai-php/client" : " ^0.5.3 "
16+ "openai-php/client" : " ^0.6.0 "
1717 },
1818 "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" ,
2222 "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 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments