Skip to content

Commit 8d5b27f

Browse files
authored
Merge pull request #164 from renderforest/preview-api
Update php version to 8.3
2 parents 11a1542 + f85558e commit 8d5b27f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "renderforest/sdk-php",
33
"description": "Renderforest SDK for PHP",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
66
"keywords": [
77
"animation maker",
@@ -18,9 +18,9 @@
1818
"video maker"
1919
],
2020
"require": {
21-
"php": ">=8.1.11",
22-
"guzzlehttp/guzzle": "^7.0",
23-
"laminas/laminas-stdlib": "3.13.0",
21+
"php": ">=8.3",
22+
"guzzlehttp/guzzle": "^7.7",
23+
"laminas/laminas-stdlib": "^3.17",
2424
"ext-json": "*"
2525
},
2626
"autoload": {

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/projects/get-project-preview-urls.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
require '../../vendor/autoload.php';
44

55
$renderforestClient = new \Renderforest\ApiClient(
6-
"fbcc4dc6a09e47ffdb3852311116b6fb",
7-
"735823"
6+
'your-api-key',
7+
'your-client-id'
88
);
99

1010
$projectId = 88172301; // Replace with your actual project ID

0 commit comments

Comments
 (0)