From 687c9a8c78fdd80b64adc9da28be523280c4bbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:34:50 +0000 Subject: [PATCH] Bump ghostwriter/config from 2.0.0 to 2.0.1 Bumps [ghostwriter/config](https://github.com/ghostwriter/config) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/ghostwriter/config/releases) - [Changelog](https://github.com/ghostwriter/config/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/ghostwriter/config/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: ghostwriter/config dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index bdb77db..9de36c0 100644 --- a/composer.lock +++ b/composer.lock @@ -199,16 +199,16 @@ }, { "name": "ghostwriter/config", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/ghostwriter/config.git", - "reference": "502d899651159db1178448eb7dec44320fe2aa15" + "reference": "97b0423aaed59c848a163ab10db5b0697a6d76d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/config/zipball/502d899651159db1178448eb7dec44320fe2aa15", - "reference": "502d899651159db1178448eb7dec44320fe2aa15", + "url": "https://api.github.com/repos/ghostwriter/config/zipball/97b0423aaed59c848a163ab10db5b0697a6d76d2", + "reference": "97b0423aaed59c848a163ab10db5b0697a6d76d2", "shasum": "" }, "require": { @@ -217,11 +217,19 @@ "require-dev": { "ext-xdebug": "*", "ghostwriter/coding-standard": "dev-main", + "ghostwriter/container": "^6.0.1", "mockery/mockery": "^1.6.12", - "phpunit/phpunit": "^12.4.2", + "phpunit/phpunit": "^12.4.3", "symfony/var-dumper": "^7.3.5" }, "type": "library", + "extra": { + "ghostwriter": { + "container": { + "definition": "Ghostwriter\\Config\\Container\\ConfigurationDefinition" + } + } + }, "autoload": { "psr-4": { "Ghostwriter\\Config\\": "src/" @@ -257,7 +265,7 @@ "type": "github" } ], - "time": "2025-11-01T18:10:07+00:00" + "time": "2025-11-19T09:00:09+00:00" }, { "name": "ghostwriter/container",