Skip to content
Snippets Groups Projects
Commit 6a3bddd0 authored by catch's avatar catch
Browse files

Issue #3383279 by Spokje, bbrala: Bump mglaman/phpstan-drupal to latest to...

Issue #3383279 by Spokje, bbrala: Bump mglaman/phpstan-drupal to latest to make daily "updated deps" QA run pass again
parent 3b8df679
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d5d9a4f206c270584532c37f9ec140fc", "content-hash": "1023c262eb294df10ca4ff80c6d3ceb6",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -5419,21 +5419,22 @@ ...@@ -5419,21 +5419,22 @@
}, },
{ {
"name": "mglaman/phpstan-drupal", "name": "mglaman/phpstan-drupal",
"version": "1.1.36", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git", "url": "https://github.com/mglaman/phpstan-drupal.git",
"reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5" "reference": "d721420086f146640acecebb7a678661a66e97d5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/d721420086f146640acecebb7a678661a66e97d5",
"reference": "345f7babd0cfd1ef73bb856673a1cee5a0dbd6e5", "reference": "d721420086f146640acecebb7a678661a66e97d5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.10.1", "phpstan/phpstan": "^1.10.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
"symfony/yaml": "~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" "webflo/drupal-finder": "^1.2"
...@@ -5444,7 +5445,6 @@ ...@@ -5444,7 +5445,6 @@
"drupal/core-recommended": "^8.8@alpha || ^9.0", "drupal/core-recommended": "^8.8@alpha || ^9.0",
"drush/drush": "^9.6 || ^10.0 || ^11", "drush/drush": "^9.6 || ^10.0 || ^11",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9",
"slevomat/coding-standard": "^7.1", "slevomat/coding-standard": "^7.1",
...@@ -5503,7 +5503,7 @@ ...@@ -5503,7 +5503,7 @@
"description": "Drupal extension and rules for PHPStan", "description": "Drupal extension and rules for PHPStan",
"support": { "support": {
"issues": "https://github.com/mglaman/phpstan-drupal/issues", "issues": "https://github.com/mglaman/phpstan-drupal/issues",
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.36" "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.0"
}, },
"funding": [ "funding": [
{ {
...@@ -5519,7 +5519,7 @@ ...@@ -5519,7 +5519,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-28T20:24:39+00:00" "time": "2023-08-24T20:32:56+00:00"
}, },
{ {
"name": "mikey179/vfsstream", "name": "mikey179/vfsstream",
...@@ -6838,6 +6838,54 @@ ...@@ -6838,6 +6838,54 @@
], ],
"time": "2023-07-05T12:32:13+00:00" "time": "2023-07-05T12:32:13+00:00"
}, },
{
"name": "phpstan/phpstan-deprecation-rules",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
"reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
"reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.3"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
"source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.4"
},
"time": "2023-08-05T09:02:04+00:00"
},
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
"version": "1.3.13", "version": "1.3.13",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"drupal/coder": "^8.3.10", "drupal/coder": "^8.3.10",
"instaclick/php-webdriver": "^1.4.1", "instaclick/php-webdriver": "^1.4.1",
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.2",
"mglaman/phpstan-drupal": "^1.1.36", "mglaman/phpstan-drupal": "^1.2",
"mikey179/vfsstream": "^1.6.11", "mikey179/vfsstream": "^1.6.11",
"open-telemetry/exporter-otlp": "@beta", "open-telemetry/exporter-otlp": "@beta",
"open-telemetry/sdk": "@beta", "open-telemetry/sdk": "@beta",
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"google/protobuf": "v3.23.3", "google/protobuf": "v3.23.3",
"instaclick/php-webdriver": "1.4.16", "instaclick/php-webdriver": "1.4.16",
"justinrainbow/json-schema": "5.2.12", "justinrainbow/json-schema": "5.2.12",
"mglaman/phpstan-drupal": "1.1.36", "mglaman/phpstan-drupal": "1.2.0",
"mikey179/vfsstream": "v1.6.11", "mikey179/vfsstream": "v1.6.11",
"myclabs/deep-copy": "1.11.1", "myclabs/deep-copy": "1.11.1",
"nikic/php-parser": "v4.15.5", "nikic/php-parser": "v4.15.5",
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
"phpstan/extension-installer": "1.3.1", "phpstan/extension-installer": "1.3.1",
"phpstan/phpdoc-parser": "1.20.4", "phpstan/phpdoc-parser": "1.20.4",
"phpstan/phpstan": "1.10.24", "phpstan/phpstan": "1.10.24",
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.13", "phpstan/phpstan-phpunit": "1.3.13",
"phpunit/php-code-coverage": "9.2.26", "phpunit/php-code-coverage": "9.2.26",
"phpunit/php-file-iterator": "3.0.6", "phpunit/php-file-iterator": "3.0.6",
......
This diff is collapsed.
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