Skip to content

Commit 4181be0

Browse files
authored
Merge pull request #12 from shotstack/fix-guzzle-version
Fix Guzzle version to 7.2.0 until OpenAPI Generator is updated
2 parents c476bf0 + 2a85520 commit 4181be0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shotstack PHP SDK
22

3-
PHP SDK for [Shotstack](http://shotstack.io), the cloud video editing API.
3+
PHP SDK for the Shotstack [PHP video editor](https://shotstack.io/product/sdk/php) and cloud video editing API.
44

55
Shotstack is a cloud based video editing platform that enables the editing of videos using code.
66

@@ -22,9 +22,9 @@ composer require shotstack/shotstack-sdk-php
2222

2323
## Documentation
2424

25-
- [Getting Started Guide](https://shotstack.gitbook.io/docs/guides/getting-started)
26-
- [API Reference](https://shotstack.restlet.io/)
25+
- [Getting Started Guide](https://shotstack.io/docs/guide/getting-started/core-concepts/)
26+
- [API Reference](https://shotstack.io/docs/api/)
2727
- [Examples](https://github.com/shotstack/php-demos)
28-
- [Shotstack Website](http://shotstack.io)
28+
- [Shotstack Website](https://shotstack.io)
2929

3030
###

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ext-curl": "*",
1111
"ext-json": "*",
1212
"ext-mbstring": "*",
13-
"guzzlehttp/guzzle": "^7.1@dev"
13+
"guzzlehttp/guzzle": "7.2.0"
1414
},
1515
"autoload": {
1616
"psr-4": { "Shotstack\\Client\\" : "src/" }

0 commit comments

Comments
 (0)