summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-25 13:08:57 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-26 09:38:30 +0200
commitd191647d612283974ca0cf36ee982ce3760949a4 (patch)
tree2fa5e1be641d2d5a54305de62a102591c11b0137
parent82575cbe8283904db479dce764dc2693513d26b8 (diff)
Bump phpstan/phpstan-doctrine from 1.3.18 to 1.3.19
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.18 to 1.3.19. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.18...1.3.19) --- 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 61a03b4db..010769dce 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.11",
- "phpstan/phpstan-doctrine": "^1.3.18",
+ "phpstan/phpstan-doctrine": "^1.3.19",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.1.3",
"phpstan/extension-installer": "^1.2.0",
diff --git a/composer.lock b/composer.lock
index af806ff61..86804d734 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": "08c1c523c3a6f18f13b89261ab9fa56d",
+ "content-hash": "cf66997c0967fa3fa2147d5c544f446b",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1168,21 +1168,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.18",
+ "version": "1.3.19",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061"
+ "reference": "45b6fe98ec8b624ef7869683f27ec780d5cb7cf0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/b30c243c786428b4b72a8ef48e465e2ae20a6061",
- "reference": "b30c243c786428b4b72a8ef48e465e2ae20a6061",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/45b6fe98ec8b624ef7869683f27ec780d5cb7cf0",
+ "reference": "45b6fe98ec8b624ef7869683f27ec780d5cb7cf0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.6"
+ "phpstan/phpstan": "^1.8.11"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1231,9 +1231,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.18"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.19"
},
- "time": "2022-10-17T14:03:44+00:00"
+ "time": "2022-10-25T11:34:22+00:00"
},
{
"name": "phpstan/phpstan-phpunit",