-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 801 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "renderforest/sdk-php",
"description": "Renderforest SDK for PHP",
"version": "0.7.1",
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
"keywords": [
"animation maker",
"api",
"movie maker",
"php",
"online video creation",
"photo video maker",
"renderforest",
"sdk",
"slideshow",
"slideshow maker",
"video",
"video maker"
],
"require": {
"php": ">=8.3",
"guzzlehttp/guzzle": "^7.7",
"laminas/laminas-stdlib": "^3.17",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Renderforest\\": "src/"
}
},
"readme": "https://github.com/renderforest/renderforest-sdk-php/blob/master/README.md",
"support": {
"issues": "https://github.com/renderforest/renderforest-sdk-php/issues"
}
}