summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-07 12:06:58 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-09-07 16:24:17 +0200
commit33c4771df474794f08cc476adc9918132ebc4601 (patch)
tree2b3db0d41683d6356f7b76d8c75b00f4d3b7f075
parent74bca2c5f80e749ab95a23f733ac44ee001cb7b2 (diff)
Bump phpstan/phpstan-doctrine from 1.3.12 to 1.3.13
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.12 to 1.3.13. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.12...1.3.13) --- 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.lock17
2 files changed, 10 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 3950e2330..b865e8e12 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.4",
- "phpstan/phpstan-doctrine": "^1.3.12",
+ "phpstan/phpstan-doctrine": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index 294a1160e..e23736516 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": "0b2d146e8281a1196a8b136a979ad837",
+ "content-hash": "09b22ea2b4273c529891cf2d3de839f2",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1158,21 +1158,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.12",
+ "version": "1.3.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "c5ec462889f3bcee32be57ff26f775295836c173"
+ "reference": "62a3b4252d502f0ead9c145055947b38b8568498"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c5ec462889f3bcee32be57ff26f775295836c173",
- "reference": "c5ec462889f3bcee32be57ff26f775295836c173",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62a3b4252d502f0ead9c145055947b38b8568498",
+ "reference": "62a3b4252d502f0ead9c145055947b38b8568498",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.0"
+ "phpstan/phpstan": "^1.8.3"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1190,6 +1190,7 @@
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"doctrine/orm": "^2.11.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
+ "gedmo/doctrine-extensions": "^3.8",
"nesbot/carbon": "^2.49",
"nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -1220,9 +1221,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.12"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.13"
},
- "time": "2022-08-08T18:06:58+00:00"
+ "time": "2022-09-06T14:54:00+00:00"
},
{
"name": "phpstan/phpstan-phpunit",