Skip to content

Commit 0b16491

Browse files
committed
Update php version
1 parent d1be7c2 commit 0b16491

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)