From 7dc8edac4d58cdaa7572c53176bfcf33c4af9233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:06:52 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | packagist | nikic/php-parser | 4.18.0 | 4.18.0 | | packagist | phpstan/phpstan | 1.10.48 | 1.10.50 | | packagist | phpunit/phpunit | 10.5.2 | 10.5.3 | --- composer.json | 6 +++--- composer.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index b1ddb7b2..99c4f7a2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": "~8.2.0 || ~8.3.0", "ext-phar": "*", "composer-runtime-api": "^2.0.0", - "nikic/php-parser": "^4.17.1", + "nikic/php-parser": "^4.18.0", "symfony/console": "^6.4.1 || ^7.0.1", "webmozart/assert": "^1.11.0", "webmozart/glob": "^4.6.0" @@ -39,8 +39,8 @@ "doctrine/coding-standard": "^12.0.0", "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.10.48", - "phpunit/phpunit": "^10.5.2", + "phpstan/phpstan": "^1.10.50", + "phpunit/phpunit": "^10.5.3", "roave/infection-static-analysis-plugin": "^1.34.0", "vimeo/psalm": "^5.17.0" }, diff --git a/composer.lock b/composer.lock index 4868534f..37f913fd 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": "cbc470e661d33e4c89f3a1f0eec6d9c7", + "content-hash": "920793820a78e9193e379516f8d1597c", "packages": [ { "name": "nikic/php-parser", @@ -2728,16 +2728,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.48", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", - "reference": "087ed4b5f4a7a6e8f3bbdfbfe98ce5c181380bc6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -2786,7 +2786,7 @@ "type": "tidelift" } ], - "time": "2023-12-08T14:34:28+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3111,16 +3111,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.2", + "version": "10.5.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe" + "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5aedff46afba98dddecaa12349ec044d9103d4fe", - "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", "shasum": "" }, "require": { @@ -3192,7 +3192,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.3" }, "funding": [ { @@ -3208,7 +3208,7 @@ "type": "tidelift" } ], - "time": "2023-12-05T14:54:33+00:00" + "time": "2023-12-13T07:25:23+00:00" }, { "name": "psr/log",