From 7003e741fbdbdb04e566d3ecfceeb018e7b8513f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:01:48 +0000 Subject: [PATCH] Chore(deps-dev): Bump nunomaduro/phpinsights Bumps the tools_phpinsights_dependencies group in /tools/07_phpinsights with 1 update: [nunomaduro/phpinsights](https://github.com/nunomaduro/phpinsights). Updates `nunomaduro/phpinsights` from 2.13.1 to 2.13.2 - [Release notes](https://github.com/nunomaduro/phpinsights/releases) - [Changelog](https://github.com/nunomaduro/phpinsights/blob/master/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/phpinsights/compare/v2.13.1...v2.13.2) --- updated-dependencies: - dependency-name: nunomaduro/phpinsights dependency-version: 2.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tools_phpinsights_dependencies ... Signed-off-by: dependabot[bot] --- tools/07_phpinsights/composer.json | 2 +- tools/07_phpinsights/composer.lock | 58 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/tools/07_phpinsights/composer.json b/tools/07_phpinsights/composer.json index 9376af7ac..1378416d0 100644 --- a/tools/07_phpinsights/composer.json +++ b/tools/07_phpinsights/composer.json @@ -6,7 +6,7 @@ "php": "^8.4.0" }, "require-dev": { - "nunomaduro/phpinsights": "2.13.1", + "nunomaduro/phpinsights": "2.13.2", "roave/security-advisories": "dev-latest" }, "config": { diff --git a/tools/07_phpinsights/composer.lock b/tools/07_phpinsights/composer.lock index 310c99ac0..e4e8a475a 100644 --- a/tools/07_phpinsights/composer.lock +++ b/tools/07_phpinsights/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "01cbcd812a03356b2bc8b77095df4e42", + "content-hash": "574e7a630ca53dde929d359b63fbbc27", "packages": [], "packages-dev": [ { @@ -668,16 +668,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.5.2", + "version": "6.6.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8" + "reference": "68ba7677532803cc0c5900dd5a4d730537f2b2f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ac0d369c09653cf7af561f6d91a705bc617a87b8", - "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/68ba7677532803cc0c5900dd5a4d730537f2b2f3", + "reference": "68ba7677532803cc0c5900dd5a4d730537f2b2f3", "shasum": "" }, "require": { @@ -737,9 +737,9 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.2" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.0" }, - "time": "2025-09-09T09:42:27+00:00" + "time": "2025-10-10T11:34:09+00:00" }, { "name": "league/container", @@ -899,48 +899,48 @@ }, { "name": "nunomaduro/phpinsights", - "version": "v2.13.1", + "version": "v2.13.2", "source": { "type": "git", "url": "https://github.com/nunomaduro/phpinsights.git", - "reference": "77572bb0d3a6fbbd36aa000a619fd5c89b10d3df" + "reference": "d3017f163b1ffb9cc7e57a723960b94435bcb538" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/77572bb0d3a6fbbd36aa000a619fd5c89b10d3df", - "reference": "77572bb0d3a6fbbd36aa000a619fd5c89b10d3df", + "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/d3017f163b1ffb9cc7e57a723960b94435bcb538", + "reference": "d3017f163b1ffb9cc7e57a723960b94435bcb538", "shasum": "" }, "require": { "cmgmyr/phploc": "^8.0.6", - "composer/semver": "^3.4.3", + "composer/semver": "^3.4.4", "ext-iconv": "*", "ext-json": "*", "ext-mbstring": "*", "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.74.0", - "justinrainbow/json-schema": "^6.3.1", - "league/container": "^5.0.1", + "friendsofphp/php-cs-fixer": "^3.88.2", + "justinrainbow/json-schema": "^6.6.0", + "league/container": "^5.1.0", "php": "^8.1", "php-parallel-lint/php-parallel-lint": "^1.4.0", "psr/container": "^2.0.2", "psr/simple-cache": "^2.0|^3.0", "sebastian/diff": "^5.1.1|^6.0.2|^7.0.0", - "slevomat/coding-standard": "^8.16.2", - "squizlabs/php_codesniffer": "^3.12.0", - "symfony/cache": "^6.4.20|^7.2.5", - "symfony/console": "^6.4.20|^7.2.5", - "symfony/finder": "^6.4.17|^7.2.2", - "symfony/http-client": "^6.4.19|^7.2.4", - "symfony/process": "^6.4.20|^7.2.5" + "slevomat/coding-standard": "^8.22.1", + "squizlabs/php_codesniffer": "^3.13.4", + "symfony/cache": "^6.4.20|^7.3.4", + "symfony/console": "^6.4.20|^7.3.4", + "symfony/finder": "^6.4.17|^7.3.2", + "symfony/http-client": "^6.4.19|^7.3.4", + "symfony/process": "^6.4.20|^7.3.4" }, "require-dev": { - "illuminate/console": "^10.48.28|^11.44.2|^12.4", - "illuminate/support": "^10.48.28|^11.44.2|^12.4", + "illuminate/console": "^10.48.28|^11.44.2|^12.33", + "illuminate/support": "^10.48.28|^11.44.2|^12.33", "mockery/mockery": "^1.6.12", - "phpstan/phpstan": "^2.1.11", - "phpunit/phpunit": "^10.5.45|^11.5.15", - "symfony/var-dumper": "^6.4.18|^7.2.3" + "phpstan/phpstan": "^2.1.31", + "phpunit/phpunit": "^10.5.45|^11.5.42", + "symfony/var-dumper": "^6.4.18|^7.3.4" }, "suggest": { "ext-simplexml": "It is needed for the checkstyle formatter" @@ -982,7 +982,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/phpinsights/issues", - "source": "https://github.com/nunomaduro/phpinsights/tree/v2.13.1" + "source": "https://github.com/nunomaduro/phpinsights/tree/v2.13.2" }, "funding": [ { @@ -990,7 +990,7 @@ "type": "github" } ], - "time": "2025-03-30T15:28:32+00:00" + "time": "2025-10-14T11:01:33+00:00" }, { "name": "php-parallel-lint/php-parallel-lint",