Skip to content

Commit 1c094cc

Browse files
AlexSkrypnykRenovate Self Hosted
andauthored
Update PHP - All packages except core - Minor and patch (#160)
* Update PHP - All packages except core - Minor and patch * Updated coding standards. --------- Co-authored-by: Renovate Self Hosted <deploy+renovatebot@drevops.com>
1 parent 65ec0d8 commit 1c094cc

4 files changed

Lines changed: 77 additions & 62 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@
5959
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
6060
"drevops/behat-format-progress-fail": "^1.4",
6161
"drevops/behat-screenshot": "^2.2",
62-
"drevops/behat-steps": "^3.5.2",
63-
"drevops/phpcs-standard": "^0.6.2",
62+
"drevops/behat-steps": "^3.6.0",
63+
"drevops/phpcs-standard": "^0.7.0",
6464
"drupal/coder": "^9@alpha",
65-
"drupal/drupal-extension": "^5.2.1",
65+
"drupal/drupal-extension": "^5.3.2",
6666
"ergebnis/composer-normalize": "^2.50.0",
6767
"lullabot/mink-selenium2-driver": "^1.7.4",
6868
"lullabot/php-webdriver": "^2.0.7",
69-
"mglaman/phpstan-drupal": "^2.0.11",
69+
"mglaman/phpstan-drupal": "^2.0.12",
7070
"mikey179/vfsstream": "^1.6.12",
7171
"palantirnet/drupal-rector": "^0.21.1",
7272
"phpcompatibility/php-compatibility": "^10.0@alpha",
7373
"phpspec/prophecy-phpunit": "^2.5",
7474
"phpstan/extension-installer": "^1.4.3",
75-
"phpstan/phpstan": "^2.1.40",
75+
"phpstan/phpstan": "^2.1.44",
7676
"phpunit/phpunit": "^11.5.55",
7777
"pyrech/composer-changelogs": "^2.2",
78-
"rector/rector": "^2.3.8",
78+
"rector/rector": "^2.3.9",
7979
"vincentlanglet/twig-cs-fixer": "^3.14"
8080
},
8181
"conflict": {

composer.lock

Lines changed: 64 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/modules/custom/do_feed/tests/src/Unit/Hook/PreprocessViewsViewRowRssHookTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ public function testSkipsNonString(array $variables, array $expected): void {
8484
*/
8585
public static function dataProviderSkipsNonString(): \Iterator {
8686
yield 'no description key' => [
87-
['title' => 'Test'],
88-
['title' => 'Test'],
87+
['title' => 'Test'],
88+
['title' => 'Test'],
8989
];
9090
yield 'null description' => [
91-
['description' => NULL],
92-
['description' => NULL],
91+
['description' => NULL],
92+
['description' => NULL],
9393
];
9494
yield 'array description' => [
95-
['description' => ['#markup' => '<svg/>']],
96-
['description' => ['#markup' => '<svg/>']],
95+
['description' => ['#markup' => '<svg/>']],
96+
['description' => ['#markup' => '<svg/>']],
9797
];
9898
}
9999

0 commit comments

Comments
 (0)