Commit 8982ddf4 authored by catch's avatar catch
Browse files

Issue #3282315 by mondrake, mallezie, alexpott, andypost, longwave, daffie,...

Issue #3282315 by mondrake, mallezie, alexpott, andypost, longwave, daffie, xjm: Update phpstan/phpstan and mglaman/phpstan-drupal to latest versions
parent c1a4dff3
Loading
Loading
Loading
Loading
+2 −2
+14 −17
Original line number Diff line number Diff line
@@ -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": "2cc3716937a97cd8e1d15111acbcc33c",
    "content-hash": "52ee090aa2c068a39b76ecc45ed1a0f2",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -5175,21 +5175,21 @@
        },
        {
            "name": "mglaman/phpstan-drupal",
            "version": "1.1.16",
            "version": "1.1.21",
            "source": {
                "type": "git",
                "url": "https://github.com/mglaman/phpstan-drupal.git",
                "reference": "2c72ac675e5630e1f421adb1bf4e6546310d6b05"
                "reference": "8acaa1e4a15b266cfbd404c6fcb4e1be398f05f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2c72ac675e5630e1f421adb1bf4e6546310d6b05",
                "reference": "2c72ac675e5630e1f421adb1bf4e6546310d6b05",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/8acaa1e4a15b266cfbd404c6fcb4e1be398f05f8",
                "reference": "8acaa1e4a15b266cfbd404c6fcb4e1be398f05f8",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan": "^1.6.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"
@@ -5242,9 +5242,6 @@
                }
            },
            "autoload": {
                "files": [
                    "drupal-phpunit-hack.php"
                ],
                "psr-4": {
                    "mglaman\\PHPStanDrupal\\": "src/"
                }
@@ -5262,7 +5259,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.16"
                "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.21"
            },
            "funding": [
                {
@@ -5278,7 +5275,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-13T20:19:23+00:00"
            "time": "2022-07-07T19:39:04+00:00"
        },
        {
            "name": "mikey179/vfsstream",
@@ -5927,16 +5924,16 @@
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.6.8",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba"
                "reference": "b7648d4ee9321665acaf112e49da9fd93df8fbd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d76498c5531232cb8386ceb6004f7e013138d3ba",
                "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b7648d4ee9321665acaf112e49da9fd93df8fbd5",
                "reference": "b7648d4ee9321665acaf112e49da9fd93df8fbd5",
                "shasum": ""
            },
            "require": {
@@ -5962,7 +5959,7 @@
            "description": "PHPStan - PHP Static Analysis Tool",
            "support": {
                "issues": "https://github.com/phpstan/phpstan/issues",
                "source": "https://github.com/phpstan/phpstan/tree/1.6.8"
                "source": "https://github.com/phpstan/phpstan/tree/1.8.0"
            },
            "funding": [
                {
@@ -5982,7 +5979,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-10T06:54:21+00:00"
            "time": "2022-06-29T08:53:31+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
        "easyrdf/easyrdf": "^1.0",
        "instaclick/php-webdriver": "^1.4.1",
        "justinrainbow/json-schema": "^5.2",
        "mglaman/phpstan-drupal": "^1.1.9",
        "mglaman/phpstan-drupal": "^1.1.21",
        "mikey179/vfsstream": "^1.6.8",
        "phpspec/prophecy-phpunit": "^2",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.4.0 <1.7",
        "phpstan/phpstan": "^1.8",
        "phpunit/phpunit": "^9.5",
        "symfony/browser-kit": "^6.1",
        "symfony/css-selector": "^6.1",
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        "easyrdf/easyrdf": "1.1.1",
        "instaclick/php-webdriver": "1.4.14",
        "justinrainbow/json-schema": "5.2.12",
        "mglaman/phpstan-drupal": "1.1.16",
        "mglaman/phpstan-drupal": "1.1.21",
        "mikey179/vfsstream": "v1.6.10",
        "myclabs/deep-copy": "1.11.0",
        "nikic/php-parser": "v4.13.2",
@@ -36,7 +36,7 @@
        "phpspec/prophecy-phpunit": "v2.0.1",
        "phpstan/extension-installer": "1.1.0",
        "phpstan/phpdoc-parser": "1.5.1",
        "phpstan/phpstan": "1.6.8",
        "phpstan/phpstan": "1.8.0",
        "phpunit/php-code-coverage": "9.2.15",
        "phpunit/php-file-iterator": "3.0.6",
        "phpunit/php-invoker": "3.1.1",