summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-13 14:33:56 +0200
committerGitHub <noreply@github.com>2022-07-13 14:33:56 +0200
commitb9a4bef2b1954a110c3cc572234e7dffbb9e2b6e (patch)
tree1896b5bd210ab9d80787ac6b07b76c6315a21e4d
parent7642402af4d17cd83c4f5b01de0f3964e8695233 (diff)
Bump phpstan/phpstan-doctrine from 1.3.9 to 1.3.10 (#1847)
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.9 to 1.3.10. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.9...1.3.10) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index b73972582..e80ffb5b9 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.1",
- "phpstan/phpstan-doctrine": "^1.2.11",
+ "phpstan/phpstan-doctrine": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index dd4a72fc4..a76b54929 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": "20900c849f8f869fae31c4567d75925a",
+ "content-hash": "00d8eb282a029cd4da4f69ff70463619",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1338,21 +1338,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.9",
+ "version": "1.3.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "e0281f8acec4ca743403b959885315508c9b3351"
+ "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e0281f8acec4ca743403b959885315508c9b3351",
- "reference": "e0281f8acec4ca743403b959885315508c9b3351",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
+ "reference": "e6a149b380a4a00aea27a176a09691a8cb5f0cc7",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.7.3"
+ "phpstan/phpstan": "^1.8.0"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1400,9 +1400,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.9"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.10"
},
- "time": "2022-06-06T09:18:01+00:00"
+ "time": "2022-07-13T10:42:52+00:00"
},
{
"name": "phpstan/phpstan-phpunit",