From 7af20c39d8cf5da09de5abe2e17d139b2ae2d64c Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:53:52 -0800 Subject: [PATCH] Upgrade mitoteam/jpgraph --- composer.lock | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index f33ad4017a..3905627c25 100644 --- a/composer.lock +++ b/composer.lock @@ -1225,16 +1225,16 @@ }, { "name": "mitoteam/jpgraph", - "version": "10.4.1", + "version": "10.4.4", "source": { "type": "git", "url": "https://github.com/mitoteam/jpgraph.git", - "reference": "bf92f4e7b498412c8bb60b70eb7625041b1526d8" + "reference": "9ad8e2fcc30f765c788a28543e9705fb541d499f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mitoteam/jpgraph/zipball/bf92f4e7b498412c8bb60b70eb7625041b1526d8", - "reference": "bf92f4e7b498412c8bb60b70eb7625041b1526d8", + "url": "https://api.github.com/repos/mitoteam/jpgraph/zipball/9ad8e2fcc30f765c788a28543e9705fb541d499f", + "reference": "9ad8e2fcc30f765c788a28543e9705fb541d499f", "shasum": "" }, "require": { @@ -1256,19 +1256,27 @@ ], "authors": [ { - "name": "JpGraph team" + "name": "JpGraph team", + "homepage": "https://jpgraph.net", + "role": "Original Library Developers" + }, + { + "name": "MiTo Team", + "email": "info@mito-team.com", + "homepage": "https://www.mito-team.com", + "role": "Composer package maintenance, PHP-compatibility patches" } ], - "description": "JpGraph library composer package with PHP 8.3 support", + "description": "JpGraph library composer package with PHP 8.4 support", "homepage": "https://github.com/mitoteam/jpgraph", "keywords": [ "jpgraph" ], "support": { "issues": "https://github.com/mitoteam/jpgraph/issues", - "source": "https://github.com/mitoteam/jpgraph/tree/10.4.1" + "source": "https://github.com/mitoteam/jpgraph/tree/10.4.4" }, - "time": "2024-01-29T10:59:20+00:00" + "time": "2025-01-01T05:39:20+00:00" }, { "name": "mpdf/mpdf",