From 9f1a41d6b3277c55d446e2ea94ed558ce5d46d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:32:32 +0000 Subject: [PATCH] Bump ghostwriter/shell from 0.1.0 to 0.1.1 Bumps [ghostwriter/shell](https://github.com/ghostwriter/shell) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/ghostwriter/shell/releases) - [Changelog](https://github.com/ghostwriter/shell/blob/0.1.x/CHANGELOG.md) - [Commits](https://github.com/ghostwriter/shell/compare/0.1.0...0.1.1) --- updated-dependencies: - dependency-name: ghostwriter/shell dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index bdb77db..acc7e91 100644 --- a/composer.lock +++ b/composer.lock @@ -620,25 +620,37 @@ }, { "name": "ghostwriter/shell", - "version": "0.1.0", + "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/ghostwriter/shell.git", - "reference": "6a8eae4c14490180b99cdd1260cf767072a6ff83" + "reference": "c50dccf80a93d257557de76cf25e6f2be7fbc3b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/shell/zipball/6a8eae4c14490180b99cdd1260cf767072a6ff83", - "reference": "6a8eae4c14490180b99cdd1260cf767072a6ff83", + "url": "https://api.github.com/repos/ghostwriter/shell/zipball/c50dccf80a93d257557de76cf25e6f2be7fbc3b9", + "reference": "c50dccf80a93d257557de76cf25e6f2be7fbc3b9", "shasum": "" }, "require": { - "php": ">=8.3" + "php": "~8.4.0 || ~8.5.0" }, "require-dev": { - "ghostwriter/coding-standard": "dev-main" + "ext-xdebug": "*", + "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" }, "type": "library", + "extra": { + "ghostwriter": { + "container": { + "definition": "Ghostwriter\\Shell\\Container\\ShellDefinition" + } + } + }, "autoload": { "psr-4": { "Ghostwriter\\Shell\\": "src" @@ -646,7 +658,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-4-Clause" ], "authors": [ { @@ -664,8 +676,6 @@ "shell" ], "support": { - "docs": "https://github.com/ghostwriter/shell", - "forum": "https://github.com/ghostwriter/shell/discussions", "issues": "https://github.com/ghostwriter/shell/issues", "rss": "https://github.com/ghostwriter/shell/releases.atom", "security": "https://github.com/ghostwriter/shell/security/advisories/new", @@ -677,7 +687,7 @@ "type": "github" } ], - "time": "2024-06-22T22:15:04+00:00" + "time": "2025-11-25T19:01:49+00:00" }, { "name": "ghostwriter/uuid",