summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-21 14:35:55 +0200
committerGitHub <noreply@github.com>2022-10-21 14:35:55 +0200
commitadb201dab2ff782cf7e87ae75c1a633a4c63c162 (patch)
tree173c4ea416efa7660606f268859dc5c124ae1f90
parentf5c48ce505efbf3443ef270568af3a325af61631 (diff)
Bump phpstan/phpstan-doctrine from 1.3.16 to 1.3.18 (#1940)
-rw-r--r--composer.json2
-rw-r--r--composer.lock26
2 files changed, 14 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index 223d8478b..b5e53da16 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.9",
- "phpstan/phpstan-doctrine": "^1.3.16",
+ "phpstan/phpstan-doctrine": "^1.3.18",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index c7f9654c6..f5c177f89 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "b6a015bc50cd880a4db4cf8684f775fe",
+ "content-hash": "dd76e3a3afe839bfe087f61319f17459",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1059,16 +1059,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.9",
+ "version": "1.8.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2"
+ "reference": "0c4459dc42c568b818b3f25186589f3acddc1823"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
- "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c4459dc42c568b818b3f25186589f3acddc1823",
+ "reference": "0c4459dc42c568b818b3f25186589f3acddc1823",
"shasum": ""
},
"require": {
@@ -1098,7 +1098,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.9"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.10"
},
"funding": [
{
@@ -1114,7 +1114,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-13T13:40:18+00:00"
+ "time": "2022-10-17T14:23:35+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1168,16 +1168,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.16",
+ "version": "1.3.18",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25"
+ "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
- "reference": "2d1ddae7ef9a6263ba708538ef7d0fbe362e6e25",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b30c243c786428b4b72a8ef48e465e2ae20a6061",
+ "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061",
"shasum": ""
},
"require": {
@@ -1231,9 +1231,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
- "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.16"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.18"
},
- "time": "2022-10-05T08:47:34+00:00"
+ "time": "2022-10-17T14:03:44+00:00"
},
{
"name": "phpstan/phpstan-phpunit",