summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-26 22:44:37 +0000
committerGitHub <noreply@github.com>2023-11-26 22:44:37 +0000
commitb48e3ee25012406d76cf8bce01da599c96837077 (patch)
treedb923735b3d33ec4deae321f373512b0d1d1d61a
parent46cb7b1922c9f639172ee30569c28ef5cf506b40 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.51 to 1.3.53dependabot/composer/phpstan/phpstan-doctrine-1.3.53
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.51 to 1.3.53. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.51...1.3.53) --- 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 a947f1eaf..0d7868e89 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.44",
- "phpstan/phpstan-doctrine": "^1.3.51",
+ "phpstan/phpstan-doctrine": "^1.3.53",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/extension-installer": "^1.3.1",
diff --git a/composer.lock b/composer.lock
index dae0c75eb..fa58834f2 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": "dffc80add923706711c408ddf79441e4",
+ "content-hash": "d606e7aa987c5a2a2ed10eee709ccc1d",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1467,16 +1467,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.51",
+ "version": "1.3.53",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "c555eb3a22ca8ee88fb1250804512b9bb2723587"
+ "reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c555eb3a22ca8ee88fb1250804512b9bb2723587",
- "reference": "c555eb3a22ca8ee88fb1250804512b9bb2723587",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/85def57e5db6ac6c8a512200c0cfadf7b6621b10",
+ "reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10",
"shasum": ""
},
"require": {
@@ -1531,9 +1531,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.51"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.53"
},
- "time": "2023-11-20T09:23:57+00:00"
+ "time": "2023-11-21T10:31:58+00:00"
},
{
"name": "phpstan/phpstan-phpunit",