summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 12:31:12 +0000
committerGitHub <noreply@github.com>2023-02-22 12:31:12 +0000
commit571cda9ccb76298ce801e1648605b2c0db04d790 (patch)
treec21cad1aeb858e047cd7207be7fec73663d34190
parent3282bef11a2da30d0caaf2e439babb288819b56d (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.32 to 1.3.33 (#2112)
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.32 to 1.3.33. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.32...1.3.33) --- 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 d4a38b0d3..e11cca5eb 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.10.1",
- "phpstan/phpstan-doctrine": "^1.3.32",
+ "phpstan/phpstan-doctrine": "^1.3.33",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.7",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index 525887e51..89255573d 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": "7c8af960802529fb016602735349a520",
+ "content-hash": "d633915c4901c912bef27e14d2393a47",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1462,21 +1462,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.32",
+ "version": "1.3.33",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "4534559a8c08ab3648c6fa09289478780e190ae7"
+ "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4534559a8c08ab3648c6fa09289478780e190ae7",
- "reference": "4534559a8c08ab3648c6fa09289478780e190ae7",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fcb67c2a747300ff8e6ae278191f6ff79fc90370",
+ "reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.11"
+ "phpstan/phpstan": "^1.10"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -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.32"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.33"
},
- "time": "2023-01-12T13:39:08+00:00"
+ "time": "2023-02-21T08:52:52+00:00"
},
{
"name": "phpstan/phpstan-phpunit",