From 3cecb08af940315453bd455368508624e9de82bb Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 29 Aug 2025 08:22:23 +0200 Subject: [PATCH] Update used packages to their latest versions --- composer.lock | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6b3b6eb6f..1f49ef896 100644 --- a/composer.lock +++ b/composer.lock @@ -18267,16 +18267,16 @@ }, { "name": "sebastian/global-state", - "version": "8.0.0", + "version": "8.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc" + "reference": "912dd568677a6e13c67c08321710ad6ac81e6dca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/570a2aeb26d40f057af686d63c4e99b075fb6cbc", - "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/912dd568677a6e13c67c08321710ad6ac81e6dca", + "reference": "912dd568677a6e13c67c08321710ad6ac81e6dca", "shasum": "" }, "require": { @@ -18317,15 +18317,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy", - "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.0" + "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state", + "type": "tidelift" } ], - "time": "2025-02-07T04:56:59+00:00" + "time": "2025-08-28T09:13:48+00:00" }, { "name": "sebastian/lines-of-code",