Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3ba79c

Browse filesBrowse files
committed
release: v0.6.0
1 parent 7a0978d commit a3ba79c
Copy full SHA for a3ba79c

File tree

Expand file treeCollapse file tree

2 files changed

+13
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-6
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
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": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.