From 84171da29bd260aca00d65330213b24007a60898 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 25 Jan 2025 22:55:45 -0600 Subject: [PATCH] bump php version --- composer.json | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4f1d155..f8eb719 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["stocks", "dividends", "investments", "tracking"], "license": "CC-BY-NC 4.0", "require": { - "php": "^8.2", + "php": "^8.3", "ext-gd": "*", "ext-mbstring": "*", "ext-zip": "*", diff --git a/composer.lock b/composer.lock index e61d17a..1192fc7 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": "7129fc2cd2aa4148f13bcbf5c5235105", + "content-hash": "d1b7456f149ebd4a89f5666f931c03fd", "packages": [ { "name": "aws/aws-crt-php", @@ -10968,10 +10968,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2", - "ext-gd": "^8.2", - "ext-mbstring": "^8.2", - "ext-zip": "^1.22" + "php": "^8.3", + "ext-gd": "*", + "ext-mbstring": "*", + "ext-zip": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0"