Skip to content

Commit 954b1d8

Browse files
committed
Change Minimum PHP Version
* Changed minimum required PHP version to 7.2.31 * Changed Zend Framework libs to Laminas * Removed composer.lock from project * Changed minimum required version of Guzzle
1 parent 2be473b commit 954b1d8

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)