From 3e2d0e72654b1002bec79849c8ecb95a6ca004d9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Dec 2024 10:18:14 +0100 Subject: [PATCH] Update dependencies --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 12b82b902a..79b28197b4 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "sebastian/comparator": "^6.2.1", "sebastian/diff": "^6.0.2", "sebastian/environment": "^7.2.0", - "sebastian/exporter": "^6.2.0", + "sebastian/exporter": "^6.3.0", "sebastian/global-state": "^7.0.2", "sebastian/object-enumerator": "^6.0.1", "sebastian/type": "^5.1.0", diff --git a/composer.lock b/composer.lock index 63890b347a..0ae134558b 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": "447c201a80852fc4bf61cc3920d44b28", + "content-hash": "5d268785a2b0236832da57c47ad3d09d", "packages": [ { "name": "myclabs/deep-copy", @@ -1003,16 +1003,16 @@ }, { "name": "sebastian/exporter", - "version": "6.2.0", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "44a33386ec6f9cdf6e3cac11fc326ae71fdf5787" + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/44a33386ec6f9cdf6e3cac11fc326ae71fdf5787", - "reference": "44a33386ec6f9cdf6e3cac11fc326ae71fdf5787", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", "shasum": "" }, "require": { @@ -1069,7 +1069,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/6.2.0" + "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" }, "funding": [ { @@ -1077,7 +1077,7 @@ "type": "github" } ], - "time": "2024-12-05T08:41:57+00:00" + "time": "2024-12-05T09:17:50+00:00" }, { "name": "sebastian/global-state",