summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-11 14:25:19 +0000
committerGitHub <noreply@github.com>2023-05-11 14:25:19 +0000
commitae8450464a32c68c6ca0becb6eb9f7c7080292ef (patch)
tree68aa6728d80d17c98778ecede27c059ce2fc5d4f
parentb9877f420037a7189ef8f92a0d55be2651f86e04 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.38 to 1.3.40 (#2232)
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.38 to 1.3.40. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.38...1.3.40) --- 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.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index b6468a25e..bb7840a5d 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.15",
- "phpstan/phpstan-doctrine": "^1.3.38",
+ "phpstan/phpstan-doctrine": "^1.3.40",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/extension-installer": "^1.3.0",
diff --git a/composer.lock b/composer.lock
index 261d97fcc..ec19edc4a 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": "1b9aac0723bb930ab77b254873ea406d",
+ "content-hash": "434159e8b679bb0b64a6e01316e5ff8a",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1470,16 +1470,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.38",
+ "version": "1.3.40",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "f1499e54358052fef17d349881ee87a7c4cc4c67"
+ "reference": "f741919a720af6f84249abc62befeb15eee7bc88"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f1499e54358052fef17d349881ee87a7c4cc4c67",
- "reference": "f1499e54358052fef17d349881ee87a7c4cc4c67",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f741919a720af6f84249abc62befeb15eee7bc88",
+ "reference": "f741919a720af6f84249abc62befeb15eee7bc88",
"shasum": ""
},
"require": {
@@ -1534,9 +1534,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.38"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.40"
},
- "time": "2023-05-04T10:53:10+00:00"
+ "time": "2023-05-11T11:26:04+00:00"
},
{
"name": "phpstan/phpstan-phpunit",