From 06a9ac67507325404971434eada64c229a9b285e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:40:24 +0000 Subject: [PATCH] build(deps): bump phpgt/filecache from 1.2.0 to 1.3.0 Bumps [phpgt/filecache](https://github.com/phpgt/FileCache) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/phpgt/FileCache/releases) - [Commits](https://github.com/phpgt/FileCache/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: phpgt/filecache dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 34679c37..40c4b734 100644 --- a/composer.lock +++ b/composer.lock @@ -1280,16 +1280,16 @@ }, { "name": "phpgt/filecache", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/phpgt/FileCache.git", - "reference": "607077f0f0263ba6a45f055184d7d97881722b77" + "reference": "dd6e4f185a558968a562845114047cbf770fe590" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/FileCache/zipball/607077f0f0263ba6a45f055184d7d97881722b77", - "reference": "607077f0f0263ba6a45f055184d7d97881722b77", + "url": "https://api.github.com/repos/phpgt/FileCache/zipball/dd6e4f185a558968a562845114047cbf770fe590", + "reference": "dd6e4f185a558968a562845114047cbf770fe590", "shasum": "" }, "require": { @@ -1298,13 +1298,14 @@ }, "require-dev": { "phpmd/phpmd": "^2.13", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10 || ^2.0", "phpunit/phpunit": "^10.1", - "squizlabs/php_codesniffer": "^3.7" + "squizlabs/php_codesniffer": "^3.7 || ^4.0" }, "type": "library", "autoload": { "psr-4": { + "GT\\FileCache\\": "./src", "Gt\\FileCache\\": "./src" } }, @@ -1323,7 +1324,7 @@ "description": " Cache data in local files.", "support": { "issues": "https://github.com/phpgt/FileCache/issues", - "source": "https://github.com/phpgt/FileCache/tree/v1.2.0" + "source": "https://github.com/phpgt/FileCache/tree/v1.3.0" }, "funding": [ { @@ -1331,7 +1332,7 @@ "type": "github" } ], - "time": "2025-07-08T20:46:43+00:00" + "time": "2026-04-19T19:09:39+00:00" }, { "name": "phpgt/http",