From 89b00b3d363f0317977d0fb0debf70292642f68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:32:01 +0000 Subject: [PATCH] Bump ghostwriter/filesystem from 0.1.1 to 0.1.2 Bumps [ghostwriter/filesystem](https://github.com/ghostwriter/filesystem) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/ghostwriter/filesystem/releases) - [Changelog](https://github.com/ghostwriter/filesystem/blob/0.1.x/CHANGELOG.md) - [Commits](https://github.com/ghostwriter/filesystem/compare/0.1.1...0.1.2) --- updated-dependencies: - dependency-name: ghostwriter/filesystem dependency-version: 0.1.2 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..0cf2527 100644 --- a/composer.lock +++ b/composer.lock @@ -382,25 +382,37 @@ }, { "name": "ghostwriter/filesystem", - "version": "0.1.1", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/ghostwriter/filesystem.git", - "reference": "48779b1db050cdeb3c1d9ff9752f75acd1318398" + "reference": "49caa2d2adfdf01afb5db347355bf3fb5efde704" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/filesystem/zipball/48779b1db050cdeb3c1d9ff9752f75acd1318398", - "reference": "48779b1db050cdeb3c1d9ff9752f75acd1318398", + "url": "https://api.github.com/repos/ghostwriter/filesystem/zipball/49caa2d2adfdf01afb5db347355bf3fb5efde704", + "reference": "49caa2d2adfdf01afb5db347355bf3fb5efde704", "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.3", + "symfony/var-dumper": "^7.3.5" }, "type": "library", + "extra": { + "ghostwriter": { + "container": { + "definition": "Ghostwriter\\Filesystem\\Container\\FilesystemDefinition" + } + } + }, "autoload": { "psr-4": { "Ghostwriter\\Filesystem\\": "src" @@ -408,7 +420,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-4-Clause" ], "authors": [ { @@ -425,8 +437,6 @@ "ghostwriter" ], "support": { - "docs": "https://github.com/ghostwriter/filesystem", - "forum": "https://github.com/ghostwriter/filesystem/discussions", "issues": "https://github.com/ghostwriter/filesystem/issues", "rss": "https://github.com/ghostwriter/filesystem/releases.atom", "security": "https://github.com/ghostwriter/filesystem/security/advisories/new", @@ -438,7 +448,7 @@ "type": "github" } ], - "time": "2024-10-10T16:28:42+00:00" + "time": "2025-11-21T06:25:48+00:00" }, { "name": "ghostwriter/json",