From 5b8e66428f2bdfccc126576b6eec56d5aa35e7af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:50:48 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.2 | 1.12.3 | | packagist | phpunit/phpunit | 11.3.3 | 11.3.4 | --- composer.json | 2 +- composer.lock | 14 +++++++------- tools/composer.json | 2 +- tools/composer.lock | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 4437a8833..0187848de 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ ], "require-dev": { "phpbench/phpbench": "^1.3.1", - "phpunit/phpunit": "^11.3.3" + "phpunit/phpunit": "^11.3.4" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 80f3069f6..0e49b217f 100644 --- a/composer.lock +++ b/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": "acfdb8f413705093a32b951d04877c1a", + "content-hash": "fe163eca9a2274091dce2ce72f028231", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -970,16 +970,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.3.3", + "version": "11.3.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1" + "reference": "d2ef57db1410b102b250e0cdce6675a60c2a993d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8ed08766d9a2ed979a2f5fdbb95a0671523419c1", - "reference": "8ed08766d9a2ed979a2f5fdbb95a0671523419c1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d2ef57db1410b102b250e0cdce6675a60c2a993d", + "reference": "d2ef57db1410b102b250e0cdce6675a60c2a993d", "shasum": "" }, "require": { @@ -1050,7 +1050,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.4" }, "funding": [ { @@ -1066,7 +1066,7 @@ "type": "tidelift" } ], - "time": "2024-09-04T13:34:52+00:00" + "time": "2024-09-09T06:08:34+00:00" }, { "name": "psr/cache", diff --git a/tools/composer.json b/tools/composer.json index eb327d0a2..faf58b36b 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,7 +1,7 @@ { "require": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.12.2", + "phpstan/phpstan": "^1.12.3", "phpstan/phpstan-phpunit": "^1.4.0", "vimeo/psalm": "^5.26.0", "roave/backward-compatibility-check": "^8.9.0", diff --git a/tools/composer.lock b/tools/composer.lock index fc80030c1..633efe8a3 100644 --- a/tools/composer.lock +++ b/tools/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": "1ec46789f6f26e3dd8ce7c46fff035a4", + "content-hash": "1eaea97d03416904f054e2026a40d4f1", "packages": [ { "name": "amphp/amp", @@ -2370,16 +2370,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.2", + "version": "1.12.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1" + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", - "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", + "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", "shasum": "" }, "require": { @@ -2424,7 +2424,7 @@ "type": "github" } ], - "time": "2024-09-05T16:09:28+00:00" + "time": "2024-09-09T08:10:35+00:00" }, { "name": "phpstan/phpstan-phpunit",