From db0d1f039443f1c7684b452df99e416b99fbb4fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:50:41 +0000 Subject: [PATCH] Update dependency php to ~8.2.8 | datasource | package | from | to | | ----------- | ----------- | ----- | ----- | | github-tags | php/php-src | 8.2.7 | 8.2.8 | --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2a65515f..d126b512 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.2.7", + "php": "~8.2.8", "ext-gd": "*", "guzzlehttp/guzzle": "^7.7.0", "guzzlehttp/psr7": "^2.5.0", diff --git a/composer.lock b/composer.lock index e653b426..50701db1 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": "bb8c225faf8f0447f25ca36369813315", + "content-hash": "3dbbc1f5f07a400f44bd6fea4b7c7b85", "packages": [ { "name": "guzzlehttp/guzzle", @@ -5605,7 +5605,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2.7", + "php": "~8.2.8", "ext-gd": "*" }, "platform-dev": [],