From 3427e2916983b4316d564bab1a325d95c88fd6b9 Mon Sep 17 00:00:00 2001 From: Niklan Date: Thu, 26 Mar 2026 20:04:14 +0500 Subject: [PATCH] chore(deps): update dependencies --- .../Markdown/Renderer/FencedCodeRenderer.php | 2 +- composer.lock | 247 +++++++++--------- config/phpstan.neon | 4 - 3 files changed, 129 insertions(+), 124 deletions(-) diff --git a/app/modules/blog/src/Markup/Markdown/Renderer/FencedCodeRenderer.php b/app/modules/blog/src/Markup/Markdown/Renderer/FencedCodeRenderer.php index d9574028..b7a9c8dc 100644 --- a/app/modules/blog/src/Markup/Markdown/Renderer/FencedCodeRenderer.php +++ b/app/modules/blog/src/Markup/Markdown/Renderer/FencedCodeRenderer.php @@ -51,7 +51,7 @@ protected function parseCodeInformation(FencedCode $node, DataInterface $attrs): $attrs->set('data-language', \rtrim($info_parts[1])); // The additional information expected as JSON after language. - if (!\array_key_exists(2, $info_parts) || !\stristr($info_parts[2], '{')) { + if (!\stristr($info_parts[2], '{')) { return; } diff --git a/composer.lock b/composer.lock index 49b26c64..e9eece49 100644 --- a/composer.lock +++ b/composer.lock @@ -2710,17 +2710,17 @@ }, { "name": "drupal/rabbit_hole", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/rabbit_hole.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "7ee2b73b4c9d762fc7e8725e97a5dd84e2fbb252" + "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "9fee0b55182c09fa2e3a14da965dbde323e4eb9a" }, "require": { "drupal/core": "^9.5 || ^10 || ^11" @@ -2735,8 +2735,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1768284683", + "version": "8.x-1.2", + "datestamp": "1773704444", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3185,9 +3185,21 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "anybody", + "homepage": "https://www.drupal.org/user/291091" + }, + { + "name": "chesn0k", + "homepage": "https://www.drupal.org/user/3650191" + }, { "name": "chi", "homepage": "https://www.drupal.org/user/556138" + }, + { + "name": "grevil", + "homepage": "https://www.drupal.org/user/3668491" } ], "description": "A Twig extension with some useful functions and filters for Drupal development.", @@ -3259,16 +3271,16 @@ }, { "name": "drush/drush", - "version": "13.7.1", + "version": "13.7.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc" + "reference": "670c5f81b3f525b3f08263f038c7f07558f2580d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/4049dd4332bfc47d19ce849cb50380bd0498e4cc", - "reference": "4049dd4332bfc47d19ce849cb50380bd0498e4cc", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/670c5f81b3f525b3f08263f038c7f07558f2580d", + "reference": "670c5f81b3f525b3f08263f038c7f07558f2580d", "shasum": "" }, "require": { @@ -3396,7 +3408,7 @@ "issues": "https://github.com/drush-ops/drush/issues", "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/13.7.1" + "source": "https://github.com/drush-ops/drush/tree/13.7.2" }, "funding": [ { @@ -3404,7 +3416,7 @@ "type": "github" } ], - "time": "2026-01-28T22:21:17+00:00" + "time": "2026-03-20T19:18:11+00:00" }, { "name": "egulias/email-validator", @@ -3475,16 +3487,16 @@ }, { "name": "fileeye/mimemap", - "version": "2.2.4", + "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/FileEye/MimeMap.git", - "reference": "83664df5aae5e5df55f37a2b7d10b0ce4b46b778" + "reference": "d85461d6663501d29d1838d1ad65222a1ce44d7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/83664df5aae5e5df55f37a2b7d10b0ce4b46b778", - "reference": "83664df5aae5e5df55f37a2b7d10b0ce4b46b778", + "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/d85461d6663501d29d1838d1ad65222a1ce44d7b", + "reference": "d85461d6663501d29d1838d1ad65222a1ce44d7b", "shasum": "" }, "require": { @@ -3527,22 +3539,22 @@ ], "support": { "issues": "https://github.com/FileEye/MimeMap/issues", - "source": "https://github.com/FileEye/MimeMap/tree/2.2.4" + "source": "https://github.com/FileEye/MimeMap/tree/2.2.5" }, - "time": "2026-01-02T12:46:25+00:00" + "time": "2026-03-22T21:57:45+00:00" }, { "name": "fileeye/pel", - "version": "0.12.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/FileEye/pel.git", - "reference": "fc531bce31c675ceefbd05b1eeed877915ecde30" + "reference": "96cce8aef576c8fe3154282d9d37f3cace7455e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FileEye/pel/zipball/fc531bce31c675ceefbd05b1eeed877915ecde30", - "reference": "fc531bce31c675ceefbd05b1eeed877915ecde30", + "url": "https://api.github.com/repos/FileEye/pel/zipball/96cce8aef576c8fe3154282d9d37f3cace7455e9", + "reference": "96cce8aef576c8fe3154282d9d37f3cace7455e9", "shasum": "" }, "require": { @@ -3551,12 +3563,10 @@ "require-dev": { "ext-exif": "*", "ext-gd": "*", - "nunomaduro/phpinsights": "^1 || ^2", "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^1 || ^2", - "phpstan/phpstan-phpunit": "^1 || ^2", - "phpunit/phpunit": "^10 || ^11 ", - "rector/rector": "^1 || ^2", + "phpstan/phpstan": "^2", + "phpstan/phpstan-phpunit": "^2", + "phpunit/phpunit": "^10 || ^11 || ^12 || ^13", "squizlabs/php_codesniffer": ">=3.7" }, "type": "library", @@ -3591,9 +3601,9 @@ ], "support": { "issues": "https://github.com/FileEye/pel/issues", - "source": "https://github.com/FileEye/pel/tree/0.12.0" + "source": "https://github.com/FileEye/pel/tree/0.12.1" }, - "time": "2025-01-17T21:19:20+00:00" + "time": "2026-03-19T18:27:55+00:00" }, { "name": "grasmash/expander", @@ -3914,16 +3924,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.8.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "21dc724a0583619cd1652f673303492272778051" + "reference": "718f1ee6a878be5290af3557aeda0c91278361d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", - "reference": "21dc724a0583619cd1652f673303492272778051", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/718f1ee6a878be5290af3557aeda0c91278361d9", + "reference": "718f1ee6a878be5290af3557aeda0c91278361d9", "shasum": "" }, "require": { @@ -4010,7 +4020,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.8.0" + "source": "https://github.com/guzzle/psr7/tree/2.8.1" }, "funding": [ { @@ -4026,7 +4036,7 @@ "type": "tidelift" } ], - "time": "2025-08-23T21:21:41+00:00" + "time": "2026-03-10T09:55:26+00:00" }, { "name": "hollodotme/fast-cgi-client", @@ -4080,16 +4090,16 @@ }, { "name": "illuminate/macroable", - "version": "v12.53.0", + "version": "v13.2.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", - "reference": "e862e5648ee34004fa56046b746f490dfa86c613" + "reference": "fca71b5b0b1291a69a0383b886b9835410f45358" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613", - "reference": "e862e5648ee34004fa56046b746f490dfa86c613", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/fca71b5b0b1291a69a0383b886b9835410f45358", + "reference": "fca71b5b0b1291a69a0383b886b9835410f45358", "shasum": "" }, "require": { @@ -4098,7 +4108,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "12.x-dev" + "dev-master": "13.0.x-dev" } }, "autoload": { @@ -4122,20 +4132,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-07-23T16:31:01+00:00" + "time": "2026-02-25T16:07:55+00:00" }, { "name": "laravel/prompts", - "version": "v0.3.13", + "version": "v0.3.16", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "ed8c466571b37e977532fb2fd3c272c784d7050d" + "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/ed8c466571b37e977532fb2fd3c272c784d7050d", - "reference": "ed8c466571b37e977532fb2fd3c272c784d7050d", + "url": "https://api.github.com/repos/laravel/prompts/zipball/11e7d5f93803a2190b00e145142cb00a33d17ad2", + "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2", "shasum": "" }, "require": { @@ -4179,9 +4189,9 @@ "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.3.13" + "source": "https://github.com/laravel/prompts/tree/v0.3.16" }, - "time": "2026-02-06T12:17:10+00:00" + "time": "2026-03-23T14:35:33+00:00" }, { "name": "laravel/serializable-closure", @@ -4246,16 +4256,16 @@ }, { "name": "league/commonmark", - "version": "2.8.1", + "version": "2.8.2", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "84b1ca48347efdbe775426f108622a42735a6579" + "reference": "59fb075d2101740c337c7216e3f32b36c204218b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84b1ca48347efdbe775426f108622a42735a6579", - "reference": "84b1ca48347efdbe775426f108622a42735a6579", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/59fb075d2101740c337c7216e3f32b36c204218b", + "reference": "59fb075d2101740c337c7216e3f32b36c204218b", "shasum": "" }, "require": { @@ -4349,7 +4359,7 @@ "type": "tidelift" } ], - "time": "2026-03-05T21:37:03+00:00" + "time": "2026-03-19T13:16:38+00:00" }, { "name": "league/config", @@ -4673,16 +4683,16 @@ }, { "name": "mck89/peast", - "version": "v1.17.4", + "version": "v1.17.5", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", - "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d" + "reference": "e19a8bd896b7f04941a38fd38a140c9a6531c84f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/c6a63f32410d2e4ee2cd20fe94b35af147fb852d", - "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d", + "url": "https://api.github.com/repos/mck89/peast/zipball/e19a8bd896b7f04941a38fd38a140c9a6531c84f", + "reference": "e19a8bd896b7f04941a38fd38a140c9a6531c84f", "shasum": "" }, "require": { @@ -4695,7 +4705,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17.4-dev" + "dev-master": "1.17.5-dev" } }, "autoload": { @@ -4716,9 +4726,9 @@ "description": "Peast is PHP library that generates AST for JavaScript code", "support": { "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.17.4" + "source": "https://github.com/mck89/peast/tree/v1.17.5" }, - "time": "2025-10-10T12:53:17+00:00" + "time": "2026-03-15T10:47:07+00:00" }, { "name": "monolog/monolog", @@ -5158,16 +5168,16 @@ }, { "name": "nutgram/nutgram", - "version": "4.44.0", + "version": "4.44.2", "source": { "type": "git", "url": "https://github.com/nutgram/nutgram.git", - "reference": "9e69c5eb5bdf79ff96c0396007f909e19fd8a956" + "reference": "04050965e4f2c01985beb50991872d2c61c33045" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nutgram/nutgram/zipball/9e69c5eb5bdf79ff96c0396007f909e19fd8a956", - "reference": "9e69c5eb5bdf79ff96c0396007f909e19fd8a956", + "url": "https://api.github.com/repos/nutgram/nutgram/zipball/04050965e4f2c01985beb50991872d2c61c33045", + "reference": "04050965e4f2c01985beb50991872d2c61c33045", "shasum": "" }, "require": { @@ -5229,7 +5239,7 @@ ], "support": { "issues": "https://github.com/nutgram/nutgram/issues", - "source": "https://github.com/nutgram/nutgram/tree/4.44.0" + "source": "https://github.com/nutgram/nutgram/tree/4.44.2" }, "funding": [ { @@ -5241,7 +5251,7 @@ "type": "github" } ], - "time": "2026-03-02T00:33:48+00:00" + "time": "2026-03-25T20:08:49+00:00" }, { "name": "pear/archive_tar", @@ -5362,7 +5372,6 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", "source": "https://github.com/pear/Console_Getopt" }, - "abandoned": true, "time": "2019-11-20T18:27:48+00:00" }, { @@ -6068,16 +6077,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.21", + "version": "v0.12.22", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "4821fab5b7cd8c49a673a9fd5754dc9162bb9e97" + "reference": "3be75d5b9244936dd4ac62ade2bfb004d13acf0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4821fab5b7cd8c49a673a9fd5754dc9162bb9e97", - "reference": "4821fab5b7cd8c49a673a9fd5754dc9162bb9e97", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/3be75d5b9244936dd4ac62ade2bfb004d13acf0f", + "reference": "3be75d5b9244936dd4ac62ade2bfb004d13acf0f", "shasum": "" }, "require": { @@ -6141,9 +6150,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.21" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.22" }, - "time": "2026-03-06T21:21:28+00:00" + "time": "2026-03-22T23:03:24+00:00" }, { "name": "ralouphie/getallheaders", @@ -11089,23 +11098,23 @@ }, { "name": "google/protobuf", - "version": "v4.33.5", + "version": "v4.33.6", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "ebe8010a61b2ae0cff0d246fe1c4d44e9f7dfa6d" + "reference": "84b008c23915ed94536737eae46f41ba3bccfe67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/ebe8010a61b2ae0cff0d246fe1c4d44e9f7dfa6d", - "reference": "ebe8010a61b2ae0cff0d246fe1c4d44e9f7dfa6d", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/84b008c23915ed94536737eae46f41ba3bccfe67", + "reference": "84b008c23915ed94536737eae46f41ba3bccfe67", "shasum": "" }, "require": { "php": ">=8.1.0" }, "require-dev": { - "phpunit/phpunit": ">=5.0.0 <8.5.27" + "phpunit/phpunit": ">=10.5.62 <11.0.0" }, "suggest": { "ext-bcmath": "Need to support JSON deserialization" @@ -11127,9 +11136,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.33.5" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.33.6" }, - "time": "2026-01-29T20:49:00+00:00" + "time": "2026-03-18T17:32:05+00:00" }, { "name": "justinrainbow/json-schema", @@ -11401,16 +11410,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "2.0.11", + "version": "2.0.12", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "4e1caa0940cfc0837e1890b489a7d95c629e2b92" + "reference": "a574f84c681a4559a2d9925263f45da4b1179b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/4e1caa0940cfc0837e1890b489a7d95c629e2b92", - "reference": "4e1caa0940cfc0837e1890b489a7d95c629e2b92", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/a574f84c681a4559a2d9925263f45da4b1179b35", + "reference": "a574f84c681a4559a2d9925263f45da4b1179b35", "shasum": "" }, "require": { @@ -11482,7 +11491,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.11" + "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.12" }, "funding": [ { @@ -11498,7 +11507,7 @@ "type": "tidelift" } ], - "time": "2026-02-25T16:38:53+00:00" + "time": "2026-03-20T20:09:59+00:00" }, { "name": "micheh/phpcs-gitlab", @@ -11733,16 +11742,16 @@ }, { "name": "open-telemetry/api", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/api.git", - "reference": "df5197c6fd0ddd8e9883b87de042d9341300e2ad" + "reference": "6f8d237ce2c304ca85f31970f788e7f074d147be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/df5197c6fd0ddd8e9883b87de042d9341300e2ad", - "reference": "df5197c6fd0ddd8e9883b87de042d9341300e2ad", + "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/6f8d237ce2c304ca85f31970f788e7f074d147be", + "reference": "6f8d237ce2c304ca85f31970f788e7f074d147be", "shasum": "" }, "require": { @@ -11799,20 +11808,20 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-21T04:14:03+00:00" + "time": "2026-02-25T13:24:05+00:00" }, { "name": "open-telemetry/context", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/context.git", - "reference": "d4c4470b541ce72000d18c339cfee633e4c8e0cf" + "reference": "3c414b246e0dabb7d6145404e6a5e4536ca18d07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/d4c4470b541ce72000d18c339cfee633e4c8e0cf", - "reference": "d4c4470b541ce72000d18c339cfee633e4c8e0cf", + "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/3c414b246e0dabb7d6145404e6a5e4536ca18d07", + "reference": "3c414b246e0dabb7d6145404e6a5e4536ca18d07", "shasum": "" }, "require": { @@ -11854,11 +11863,11 @@ ], "support": { "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V", - "docs": "https://opentelemetry.io/docs/php", + "docs": "https://opentelemetry.io/docs/languages/php", "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2025-09-19T00:05:49+00:00" + "time": "2025-10-19T06:44:33+00:00" }, { "name": "open-telemetry/exporter-otlp", @@ -11926,16 +11935,16 @@ }, { "name": "open-telemetry/gen-otlp-protobuf", - "version": "1.8.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/gen-otlp-protobuf.git", - "reference": "673af5b06545b513466081884b47ef15a536edde" + "reference": "a229cf161d42001d64c8f21e8f678581fe1c66b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/673af5b06545b513466081884b47ef15a536edde", - "reference": "673af5b06545b513466081884b47ef15a536edde", + "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/a229cf161d42001d64c8f21e8f678581fe1c66b9", + "reference": "a229cf161d42001d64c8f21e8f678581fe1c66b9", "shasum": "" }, "require": { @@ -11981,30 +11990,30 @@ ], "support": { "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V", - "docs": "https://opentelemetry.io/docs/php", + "docs": "https://opentelemetry.io/docs/languages/php", "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2025-09-17T23:10:12+00:00" + "time": "2025-10-19T06:44:33+00:00" }, { "name": "open-telemetry/sdk", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sdk.git", - "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1" + "reference": "6e3d0ce93e76555dd5e2f1d19443ff45b990e410" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/c76f91203bf7ef98ab3f4e0a82ca21699af185e1", - "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1", + "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/6e3d0ce93e76555dd5e2f1d19443ff45b990e410", + "reference": "6e3d0ce93e76555dd5e2f1d19443ff45b990e410", "shasum": "" }, "require": { "ext-json": "*", "nyholm/psr7-server": "^1.1", - "open-telemetry/api": "^1.7", + "open-telemetry/api": "^1.8", "open-telemetry/context": "^1.4", "open-telemetry/sem-conv": "^1.0", "php": "^8.1", @@ -12082,7 +12091,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-28T11:38:11+00:00" + "time": "2026-03-21T11:50:01+00:00" }, { "name": "open-telemetry/sem-conv", @@ -12622,16 +12631,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "6.0.2", + "version": "6.0.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "897b5986ece6b4f9d8413fea345c7d49c757d6bf" + "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/897b5986ece6b4f9d8413fea345c7d49c757d6bf", - "reference": "897b5986ece6b4f9d8413fea345c7d49c757d6bf", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/7bae67520aa9f5ecc506d646810bd40d9da54582", + "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582", "shasum": "" }, "require": { @@ -12681,9 +12690,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.2" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.3" }, - "time": "2026-03-01T18:43:49+00:00" + "time": "2026-03-18T20:49:53+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -12966,11 +12975,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.40", + "version": "2.1.44", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", - "reference": "9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a88c083c668b2c364a425c9b3171b2d9ea5d218", + "reference": "4a88c083c668b2c364a425c9b3171b2d9ea5d218", "shasum": "" }, "require": { @@ -13015,7 +13024,7 @@ "type": "github" } ], - "time": "2026-02-23T15:04:35+00:00" + "time": "2026-03-25T17:34:21+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/config/phpstan.neon b/config/phpstan.neon index 36b93274..949928ab 100644 --- a/config/phpstan.neon +++ b/config/phpstan.neon @@ -11,7 +11,3 @@ parameters: ignoreErrors: # Drupal render arrays are impossible to fix. - identifier: missingType.iterableValue - # @see https://github.com/mglaman/phpstan-drupal/issues/825#issuecomment-2661425679 - - - message: '#^Call to method Drupal\\Core\\Entity\\Query\\QueryInterface\:\:accessCheck\(\) with false will always evaluate to true\.$#' - identifier: method.alreadyNarrowedType \ No newline at end of file