From aadd4a4e5aa5a86929d24e9ef4e4debd295d65ea Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 1 Sep 2025 20:10:04 +0200 Subject: [PATCH] Update used packages to their latest versions --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 6dd92ebbd..885582543 100644 --- a/composer.lock +++ b/composer.lock @@ -16969,34 +16969,34 @@ }, { "name": "phpunit/php-code-coverage", - "version": "12.3.4", + "version": "12.3.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "7ad0e9bdc72b147600badccd694a2e57ffc9297a" + "reference": "96dc0466673e215bf5536301039017f03cd45c6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7ad0e9bdc72b147600badccd694a2e57ffc9297a", - "reference": "7ad0e9bdc72b147600badccd694a2e57ffc9297a", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/96dc0466673e215bf5536301039017f03cd45c6b", + "reference": "96dc0466673e215bf5536301039017f03cd45c6b", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^5.4.0", + "nikic/php-parser": "^5.6.1", "php": ">=8.3", "phpunit/php-file-iterator": "^6.0", "phpunit/php-text-template": "^5.0", "sebastian/complexity": "^5.0", - "sebastian/environment": "^8.0", + "sebastian/environment": "^8.0.3", "sebastian/lines-of-code": "^4.0", "sebastian/version": "^6.0", "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^12.1" + "phpunit/phpunit": "^12.3.7" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -17034,7 +17034,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.4" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.5" }, "funding": [ { @@ -17054,7 +17054,7 @@ "type": "tidelift" } ], - "time": "2025-08-29T11:32:44+00:00" + "time": "2025-09-01T08:07:42+00:00" }, { "name": "phpunit/php-file-iterator",