From 505c1b8fe55203a1fc04320829d995fa00c52b6b Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sun, 25 Jan 2026 04:53:29 -0600 Subject: [PATCH] Update ghostwriter/shell to version 0.1.2 Updates the `ghostwriter/shell` dependency from `0.1.1` to `0.1.2`. This pull request changes the following file(s): - Update `composer.json` - Update `composer.lock` Signed-off-by: Nathanael Esayeas --- composer.json | 2 +- composer.lock | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 0ca4415..fd49fda 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "ghostwriter/json": "^3.0.1", "ghostwriter/option": "^2.0.0", "ghostwriter/result": "^2.0.0", - "ghostwriter/shell": "^0.1.1", + "ghostwriter/shell": "^0.1.2", "ghostwriter/uuid": "^1.0.3" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 45dca2b..56f2381 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": "44343c89c84b2ef3d0deaa4dd6723ccc", + "content-hash": "b580cc112132956b1bdc7161bdf4907c", "packages": [ { "name": "ghostwriter/case-converter", @@ -593,16 +593,16 @@ }, { "name": "ghostwriter/shell", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/ghostwriter/shell.git", - "reference": "c50dccf80a93d257557de76cf25e6f2be7fbc3b9" + "reference": "e6367b96cd6be790291bc23c1e5d3aa607335109" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/shell/zipball/c50dccf80a93d257557de76cf25e6f2be7fbc3b9", - "reference": "c50dccf80a93d257557de76cf25e6f2be7fbc3b9", + "url": "https://api.github.com/repos/ghostwriter/shell/zipball/e6367b96cd6be790291bc23c1e5d3aa607335109", + "reference": "e6367b96cd6be790291bc23c1e5d3aa607335109", "shasum": "" }, "require": { @@ -613,11 +613,15 @@ "ghostwriter/coding-standard": "dev-main", "ghostwriter/container": "^6.0.1", "mockery/mockery": "^1.6.12", - "phpunit/phpunit": "^12.4.4", - "symfony/var-dumper": "^7.3.5" + "phpunit/phpunit": "^12.5.7", + "symfony/var-dumper": "^8.0.3" }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/ghostwriter/shell", + "name": "ghostwriter/shell" + }, "ghostwriter": { "container": { "definition": "Ghostwriter\\Shell\\Container\\ShellDefinition" @@ -631,7 +635,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-4-Clause" + "BSD-3-Clause" ], "authors": [ { @@ -660,7 +664,7 @@ "type": "github" } ], - "time": "2025-11-25T19:01:49+00:00" + "time": "2026-01-25T08:43:34+00:00" }, { "name": "ghostwriter/uuid",