From d96ff9679e5c2022d76528520f562ffba8b094b7 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Fri, 12 Jan 2024 09:35:55 +0000 Subject: [PATCH] feat: update sdk to 7.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 787c2f4..6ff2b0a 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ "minimum-stability": "stable", "require": { "symfony/framework-bundle": "^6.1", - "legit-health/dapi-sdk-php": "^6.0" + "legit-health/dapi-sdk-php": "^7.0" } } diff --git a/composer.lock b/composer.lock index 14324ec..4bcfc75 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "58d65c7f1489e0646017994eac5cbc1a", + "content-hash": "e3acd4e7079290d3d94a02160a8c921b", "packages": [ { "name": "legit-health/dapi-sdk-php", - "version": "6.0.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/Legit-Health/dapi-sdk-php.git", - "reference": "38cbbd4325a8a86e6ce0c6f08138650b66e06c37" + "reference": "0b89d31a324e0e4c68fbe275e571d0304f7da3f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Legit-Health/dapi-sdk-php/zipball/38cbbd4325a8a86e6ce0c6f08138650b66e06c37", - "reference": "38cbbd4325a8a86e6ce0c6f08138650b66e06c37", + "url": "https://api.github.com/repos/Legit-Health/dapi-sdk-php/zipball/0b89d31a324e0e4c68fbe275e571d0304f7da3f5", + "reference": "0b89d31a324e0e4c68fbe275e571d0304f7da3f5", "shasum": "" }, "require": { @@ -54,9 +54,9 @@ "description": "SDK for integrate with the Dermatology API", "support": { "issues": "https://github.com/Legit-Health/dapi-sdk-php/issues", - "source": "https://github.com/Legit-Health/dapi-sdk-php/tree/6.0.0" + "source": "https://github.com/Legit-Health/dapi-sdk-php/tree/7.0.0" }, - "time": "2023-10-30T17:48:07+00:00" + "time": "2024-01-12T09:32:51+00:00" }, { "name": "psr/cache",