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",