Skip to content

Commit f41d440

Browse files
committed
Update composer.json
1 parent 48be8ce commit f41d440

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"description": "PHP SDK for JSON2Video API: Create videos programmatically",
44
"type": "SDK",
55
"license": "MIT",
6+
"minimum-stability": "dev",
67
"autoload": {
78
"psr-4": {
89
"Json2video\\json2video-php-sdk\\": "src/"
910
}
1011
},
11-
"require": {}
12+
"require": {
13+
"php": ">=7.4"
14+
}
1215
}

0 commit comments

Comments
 (0)