summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 12:56:52 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-13 14:39:47 +0100
commitb470899d5f68b7f126f74cfa785e469e575f6c05 (patch)
treedbe181490905fff8e18fcdaabb6834b56544a9ea
parentea8002e2d9a4ea82d01987741aefcae275379ad9 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.33 to 1.3.35
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.33 to 1.3.35. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.33...1.3.35) --- 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 1ae0be75a..7d5e74d90 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.6",
- "phpstan/phpstan-doctrine": "^1.3.33",
+ "phpstan/phpstan-doctrine": "^1.3.35",
"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 1440a404a..f933ccb09 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": "28543566f46bd4c91d042a3968c7da33",
+ "content-hash": "b0332f5992bd2ff8575d4041823a3f30",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1462,16 +1462,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.33",
+ "version": "1.3.35",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370"
+ "reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fcb67c2a747300ff8e6ae278191f6ff79fc90370",
- "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3dbb999bd56cc21d6733bab60898ebdf388245b5",
+ "reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5",
"shasum": ""
},
"require": {
@@ -1526,9 +1526,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.33"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.35"
},
- "time": "2023-02-21T08:52:52+00:00"
+ "time": "2023-03-10T14:43:05+00:00"
},
{
"name": "phpstan/phpstan-phpunit",