Skip to content

Commit 8af442f

Browse files
committed
Merge branch 'release/0.1.3'
2 parents f487e7a + 4513d62 commit 8af442f

File tree

3 files changed

+475
-463
lines changed

3 files changed

+475
-463
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ $pinecone = new Pinecone($apiKey, $indexHost);
7979
> **Info**
8080
> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
8181
82+
> **Info**
83+
> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
84+
8285
## Responses
8386

8487
All responses are returned as a `Response` object.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
21+
"php": "^8.3",
2222
"saloonphp/saloon": "^3.6"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)