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