Skip to content

Commit

Permalink
Change Minimum PHP Version
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
maestroevn committed Jul 5, 2020
1 parent 2be473b commit 954b1d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 345 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renderforest/sdk-php",
"description": "Renderforest SDK for PHP",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/renderforest/renderforest-sdk-php",
"keywords": [
"animation maker",
Expand All @@ -18,10 +18,10 @@
"video maker"
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "6.3.3",
"ext-json": "*",
"zendframework/zend-stdlib": "^3.2"
"php": ">=7.2.31",
"guzzlehttp/guzzle": "6.5.5.",
"laminas/laminas-stdlib": "3.2.1",
"ext-json": "*"
},
"autoload": {
"psr-4": {
Expand Down
340 changes: 0 additions & 340 deletions composer.lock

This file was deleted.

0 comments on commit 954b1d8

Please sign in to comment.