From 0b838f1d21168ec1d9cbfa490f41c17f781b23e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:06:16 +0000 Subject: [PATCH] Bump symfony/finder from 7.3.0 to 7.4.4 in /plib/library Bumps [symfony/finder](https://github.com/symfony/finder) from 7.3.0 to 7.4.4. - [Release notes](https://github.com/symfony/finder/releases) - [Changelog](https://github.com/symfony/finder/blob/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/finder/compare/v7.3.0...v7.4.4) --- updated-dependencies: - dependency-name: symfony/finder dependency-version: 7.4.4 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plib/library/composer.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/plib/library/composer.lock b/plib/library/composer.lock index 0952163..adf9f92 100644 --- a/plib/library/composer.lock +++ b/plib/library/composer.lock @@ -2958,23 +2958,23 @@ }, { "name": "symfony/finder", - "version": "v7.3.0", + "version": "v7.4.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d" + "reference": "01b24a145bbeaa7141e75887ec904c34a6728a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d", - "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d", + "url": "https://api.github.com/repos/symfony/finder/zipball/01b24a145bbeaa7141e75887ec904c34a6728a5f", + "reference": "01b24a145bbeaa7141e75887ec904c34a6728a5f", "shasum": "" }, "require": { "php": ">=8.2" }, "require-dev": { - "symfony/filesystem": "^6.4|^7.0" + "symfony/filesystem": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -3002,7 +3002,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.3.0" + "source": "https://github.com/symfony/finder/tree/v7.4.4" }, "funding": [ { @@ -3013,12 +3013,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2024-12-30T19:00:26+00:00" + "time": "2026-01-12T12:19:02+00:00" }, { "name": "symfony/polyfill-ctype",