From 74de5a02b1349a3799acfbc08400981e2754629d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:04:49 +0000 Subject: [PATCH] Update dependency php to ~8.3.1 | datasource | package | from | to | | ----------- | -------------------------- | ----- | ----- | | github-tags | containerbase/php-prebuild | 8.2.8 | 8.3.1 | --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e68752e6..6991d767 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.2.8", + "php": "~8.3.1", "ext-gd": "*", "guzzlehttp/guzzle": "^7.8.1", "guzzlehttp/psr7": "^2.6.2", diff --git a/composer.lock b/composer.lock index e25c7f43..8e068e00 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": "668f578058deedf265bb7bf05b8262bb", + "content-hash": "2d0b985dc1202d57e823382622dc6e64", "packages": [ { "name": "guzzlehttp/guzzle", @@ -5830,7 +5830,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2.8", + "php": "~8.3.1", "ext-gd": "*" }, "platform-dev": [],