Skip to content

Commit 2f82968

Browse files
authored
Merge pull request #142 from tigranmaestro/upgrade-libraries-and-php
Change Minimum PHP Version
2 parents 2be473b + 954b1d8 commit 2f82968

File tree

2 files changed

+5
-345
lines changed

2 files changed

+5
-345
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "renderforest/sdk-php",
33
"description": "Renderforest SDK for PHP",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
66
"keywords": [
77
"animation maker",
@@ -18,10 +18,10 @@
1818
"video maker"
1919
],
2020
"require": {
21-
"php": ">=7.0",
22-
"guzzlehttp/guzzle": "6.3.3",
23-
"ext-json": "*",
24-
"zendframework/zend-stdlib": "^3.2"
21+
"php": ">=7.2.31",
22+
"guzzlehttp/guzzle": "6.5.5.",
23+
"laminas/laminas-stdlib": "3.2.1",
24+
"ext-json": "*"
2525
},
2626
"autoload": {
2727
"psr-4": {

composer.lock

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)