summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 12:57:02 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-20 14:11:56 +0100
commit3eba666316df1922a9e231dbfe03754a2e409003 (patch)
tree605b515033c26d0f1bfc4360ed369cd83038b7f7
parent667e037bced0ce07b994eaa7fa9e8f9c50d9e228 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.36 to 1.3.37
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.36 to 1.3.37. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.36...1.3.37) --- 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 955bfc4c1..c389dbee6 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.2",
"phpstan/phpstan": "^1.10.7",
- "phpstan/phpstan-doctrine": "^1.3.36",
+ "phpstan/phpstan-doctrine": "^1.3.37",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 3f3fac966..df8cfe75b 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": "6d2d9a87a8fe7f1c2010b4b431090a34",
+ "content-hash": "11a26fe5c5a5b57194cd91f2d475baff",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1465,16 +1465,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.36",
+ "version": "1.3.37",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "8c22f2499444897941f9162c25f8538217c16f15"
+ "reference": "62bd362b432fe29e175168689510ddd927b698f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8c22f2499444897941f9162c25f8538217c16f15",
- "reference": "8c22f2499444897941f9162c25f8538217c16f15",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62bd362b432fe29e175168689510ddd927b698f8",
+ "reference": "62bd362b432fe29e175168689510ddd927b698f8",
"shasum": ""
},
"require": {
@@ -1529,9 +1529,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.36"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.37"
},
- "time": "2023-03-15T15:10:43+00:00"
+ "time": "2023-03-17T14:57:03+00:00"
},
{
"name": "phpstan/phpstan-phpunit",