From d8133792d00c32f329af341c993a8b44a2e95f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:02:52 +0000 Subject: [PATCH] build(deps-dev): bump povils/phpmnd from 3.6.0 to 3.6.1 Bumps [povils/phpmnd](https://github.com/povils/phpmnd) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/povils/phpmnd/releases) - [Changelog](https://github.com/povils/phpmnd/blob/master/CHANGELOG.md) - [Commits](https://github.com/povils/phpmnd/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: povils/phpmnd dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 58f99291..79e53239 100644 --- a/composer.lock +++ b/composer.lock @@ -6067,16 +6067,16 @@ }, { "name": "povils/phpmnd", - "version": "v3.6.0", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/povils/phpmnd.git", - "reference": "1c45028bedcc041d2c78151df6f38eddc1ac7420" + "reference": "2002af50f627a03d94d01529a3eb02754a23578d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/povils/phpmnd/zipball/1c45028bedcc041d2c78151df6f38eddc1ac7420", - "reference": "1c45028bedcc041d2c78151df6f38eddc1ac7420", + "url": "https://api.github.com/repos/povils/phpmnd/zipball/2002af50f627a03d94d01529a3eb02754a23578d", + "reference": "2002af50f627a03d94d01529a3eb02754a23578d", "shasum": "" }, "require": { @@ -6084,13 +6084,13 @@ "nikic/php-parser": "^4.18 || ^5.0", "php": "^7.4 || ^8.0", "php-parallel-lint/php-console-highlighter": "^1.0", - "phpunit/php-timer": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", - "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0" + "phpunit/php-timer": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0", + "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^2.8.1||^3.5" + "squizlabs/php_codesniffer": "^2.8.1 || ^3.5" }, "bin": [ "bin/phpmnd" @@ -6114,9 +6114,9 @@ "description": "A tool to detect Magic numbers in codebase", "support": { "issues": "https://github.com/povils/phpmnd/issues", - "source": "https://github.com/povils/phpmnd/tree/v3.6.0" + "source": "https://github.com/povils/phpmnd/tree/v3.6.1" }, - "time": "2025-03-15T09:21:53+00:00" + "time": "2026-02-21T20:13:10+00:00" }, { "name": "psr/clock", @@ -8866,16 +8866,16 @@ }, { "name": "symfony/finder", - "version": "v6.4.17", + "version": "v6.4.33", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7" + "reference": "24965ca011dac87431729640feef8bcf7b5523e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", - "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7", + "url": "https://api.github.com/repos/symfony/finder/zipball/24965ca011dac87431729640feef8bcf7b5523e0", + "reference": "24965ca011dac87431729640feef8bcf7b5523e0", "shasum": "" }, "require": { @@ -8910,7 +8910,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.17" + "source": "https://github.com/symfony/finder/tree/v6.4.33" }, "funding": [ { @@ -8921,12 +8921,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-29T13:51:37+00:00" + "time": "2026-01-26T13:03:48+00:00" }, { "name": "symfony/http-foundation",