summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-04 12:56:42 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-04 19:34:43 +0200
commit36f22036ab9dab402b8cdbdf4bbdba918a9ee2e9 (patch)
treebeb982851578fcda8fe2451c2a3370e429d6406a
parent294b8b352cf075b67e428df3bc81c42ef2c8c162 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.37 to 1.3.38
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.37 to 1.3.38. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.37...1.3.38) --- 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.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 102b89d93..c90b4b323 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.14",
- "phpstan/phpstan-doctrine": "^1.3.37",
+ "phpstan/phpstan-doctrine": "^1.3.38",
"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 d8aa65bd7..74157463a 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": "f30dee386cd260206a661f6f03149bef",
+ "content-hash": "dfd1178e21c5c86e3a398e384c301cc3",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1470,21 +1470,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.37",
+ "version": "1.3.38",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "62bd362b432fe29e175168689510ddd927b698f8"
+ "reference": "f1499e54358052fef17d349881ee87a7c4cc4c67"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62bd362b432fe29e175168689510ddd927b698f8",
- "reference": "62bd362b432fe29e175168689510ddd927b698f8",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f1499e54358052fef17d349881ee87a7c4cc4c67",
+ "reference": "f1499e54358052fef17d349881ee87a7c4cc4c67",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.10"
+ "phpstan/phpstan": "^1.10.12"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -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.37"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.38"
},
- "time": "2023-03-17T14:57:03+00:00"
+ "time": "2023-05-04T10:53:10+00:00"
},
{
"name": "phpstan/phpstan-phpunit",