Skip to content

Commit fa2ac0d

Browse files
authored
Merge pull request #2 from shotstack/assets-refactor
Update SDK to use new clip assets refactor
2 parents 1e75cae + 3777090 commit fa2ac0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5471
-5326
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Shotstack PHP SDK
22

3-
PHP SDK for Shotstack, the cloud video editing API.
3+
PHP SDK for Shotstack, the cloud video editing API.
4+
5+
## Requirements
6+
7+
PHP >= 5.5

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"minimum-stability": "dev",
77
"keywords": ["shotstack", "video", "video editing", "api"],
88
"require": {
9-
"php": ">=5.3.3",
9+
"php": ">=5.5",
1010
"ext-curl": "*",
1111
"ext-json": "*",
12-
"ext-mbstring": "*"
12+
"ext-mbstring": "*",
13+
"guzzlehttp/guzzle": "^6.2"
1314
},
1415
"autoload": {
15-
"psr-4": { "Shotstack\\" : "src/" }
16+
"psr-4": { "Shotstack\\Client\\" : "src/" }
1617
}
1718
}

0 commit comments

Comments
 (0)