Skip to content
Snippets Groups Projects
Commit 54ce258f authored by Alex Pott's avatar Alex Pott Committed by Stefanos Petrakis
Browse files

Issue #3330305 by Spokje, mondrake: Fix failing "updated deps" test-runs by...

Issue #3330305 by Spokje, mondrake: Fix failing "updated deps" test-runs by upping mglaman/phpstan-drupal to latest
parent 62af9505
No related branches found
No related tags found
1 merge request!2901Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity
This commit is part of merge request !2901. Comments created here will be created in the context of that merge request.
......@@ -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": "95e0fc7335ccd862d00d13f9fb069b08",
"content-hash": "e6addf00588106d8ec7218b137c26c1c",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -5160,21 +5160,21 @@
},
{
"name": "mglaman/phpstan-drupal",
"version": "1.1.25",
"version": "1.1.26",
"source": {
"type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git",
"reference": "480245d5d0bd1858e01c43d738718dab85be0ad2"
"reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2",
"reference": "480245d5d0bd1858e01c43d738718dab85be0ad2",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/5e8b527e4d9b9f23f37eac727b31aeff278bbe43",
"reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.6.0",
"phpstan/phpstan": "^1.9.0",
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"webflo/drupal-finder": "^1.2"
......@@ -5244,7 +5244,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/1.1.25"
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.26"
},
"funding": [
{
......@@ -5260,7 +5260,7 @@
"type": "tidelift"
}
],
"time": "2022-07-18T17:17:55+00:00"
"time": "2022-12-22T14:42:15+00:00"
},
{
"name": "mikey179/vfsstream",
......
......@@ -14,7 +14,7 @@
"drupal/coder": "^8.3.10",
"instaclick/php-webdriver": "^1.4.1",
"justinrainbow/json-schema": "^5.2",
"mglaman/phpstan-drupal": "^1.1.25",
"mglaman/phpstan-drupal": "^1.1.26",
"mikey179/vfsstream": "^1.6.11",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1",
......
......@@ -23,7 +23,7 @@
"drupal/coder": "8.3.16",
"instaclick/php-webdriver": "1.4.16",
"justinrainbow/json-schema": "5.2.12",
"mglaman/phpstan-drupal": "1.1.25",
"mglaman/phpstan-drupal": "1.1.26",
"mikey179/vfsstream": "v1.6.11",
"myclabs/deep-copy": "1.11.0",
"nikic/php-parser": "v4.15.2",
......
This diff is collapsed.
......@@ -37,7 +37,3 @@ parameters:
- "#^Missing cache backend declaration for performance.#"
- "#cache tag might be unclear and does not contain the cache key in it.#"
- "#^Class .* extends @internal class#"
# This check was ignored on purpose until the issues with it, which started in version 1.1.15, are solved.
# @see https://www.drupal.org/node/3280328
- "#^Missing explicit access check on entity query.#"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment