summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-23 11:50:29 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-23 12:50:54 +0100
commit9b0d783c3c24c6bd276e33eef65e2bd708c45f7f (patch)
tree3033aa6ce46c0aca0a0663b9b7a81d9744fb93e6
parent2dc64055f3ccc766eaa68f1bfc2886fe0eb5ee10 (diff)
Bump phpstan/phpstan-doctrine from 1.3.26 to 1.3.27
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.26 to 1.3.27. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.26...1.3.27) --- 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>
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 9a2606081..788d58b8a 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.9.4",
- "phpstan/phpstan-doctrine": "^1.3.26",
+ "phpstan/phpstan-doctrine": "^1.3.27",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 0f7cc17c8..6decc9780 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": "c88fb1609507f26289df8b8f2321d66d",
+ "content-hash": "8fe02a6d533cd6f822bd2859bf5c4a1a",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1460,16 +1460,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.26",
+ "version": "1.3.27",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "1ecde5c3817b96b9cff8fbcfb38027990c63cb38"
+ "reference": "cf2bc2391bf179c901526f23c8bb33d16dc0fdb2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/1ecde5c3817b96b9cff8fbcfb38027990c63cb38",
- "reference": "1ecde5c3817b96b9cff8fbcfb38027990c63cb38",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/cf2bc2391bf179c901526f23c8bb33d16dc0fdb2",
+ "reference": "cf2bc2391bf179c901526f23c8bb33d16dc0fdb2",
"shasum": ""
},
"require": {
@@ -1523,9 +1523,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.26"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.27"
},
- "time": "2022-12-12T17:38:51+00:00"
+ "time": "2022-12-16T09:07:46+00:00"
},
{
"name": "phpstan/phpstan-phpunit",