From af19a9451df8eaff4eb44c7e0cfdc6a30454d0ac Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 19 Aug 2024 00:09:46 +0200 Subject: [PATCH] Depend on latest FreeBoxPHP --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index dd540df..6e78284 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^8.3", "illuminate/support": "^11.0", - "madpilot78/freebox-php": "^1.0.2", + "madpilot78/freebox-php": "^1.0.3", "psr/log": "^3.0", "symfony/cache": "^7.1" }, diff --git a/composer.lock b/composer.lock index fb3c7dd..659f3b9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f803f7897f5a8213e6846429e9997d77", + "content-hash": "8a269a7fb294538158bd485186911b84", "packages": [ { "name": "brick/math", @@ -1974,16 +1974,16 @@ }, { "name": "madpilot78/freebox-php", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/madpilot78/FreeBoxPHP.git", - "reference": "f8a3f7af808b22b1eb463341469d86669d75750b" + "reference": "a9e1b6479563b92815e6aaff883cfbeb939434db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/madpilot78/FreeBoxPHP/zipball/f8a3f7af808b22b1eb463341469d86669d75750b", - "reference": "f8a3f7af808b22b1eb463341469d86669d75750b", + "url": "https://api.github.com/repos/madpilot78/FreeBoxPHP/zipball/a9e1b6479563b92815e6aaff883cfbeb939434db", + "reference": "a9e1b6479563b92815e6aaff883cfbeb939434db", "shasum": "" }, "require": { @@ -2028,9 +2028,9 @@ ], "support": { "issues": "https://github.com/madpilot78/FreeBoxPHP/issues", - "source": "https://github.com/madpilot78/FreeBoxPHP/tree/v1.0.2" + "source": "https://github.com/madpilot78/FreeBoxPHP/tree/v1.0.3" }, - "time": "2024-08-18T20:17:28+00:00" + "time": "2024-08-18T22:07:01+00:00" }, { "name": "monolog/monolog",