summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-09 12:04:15 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-10 14:07:12 +0200
commitae4f0aec750fb879e3b4f7a843530b8d8194d401 (patch)
tree86638668afc31143e901cc6f811d0dba9028a259
parent0afdd5c37af4a1d8eb142209cb024b99d737989e (diff)
Bump phpstan/phpstan-doctrine from 1.3.11 to 1.3.12
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.11 to 1.3.12. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.11...1.3.12) --- 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.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 4741e25e6..700a5a8e0 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.2",
- "phpstan/phpstan-doctrine": "^1.3.11",
+ "phpstan/phpstan-doctrine": "^1.3.12",
"phpstan/phpstan-strict-rules": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index 8137913af..68ea4b91e 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": "f86163e798c5b96bc3c182ce53d5da3d",
+ "content-hash": "84a5cc47652de2aae99eb2e4906a0bb3",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1335,16 +1335,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.11",
+ "version": "1.3.12",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850"
+ "reference": "c5ec462889f3bcee32be57ff26f775295836c173"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
- "reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c5ec462889f3bcee32be57ff26f775295836c173",
+ "reference": "c5ec462889f3bcee32be57ff26f775295836c173",
"shasum": ""
},
"require": {
@@ -1397,9 +1397,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.11"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.12"
},
- "time": "2022-07-20T14:54:37+00:00"
+ "time": "2022-08-08T18:06:58+00:00"
},
{
"name": "phpstan/phpstan-phpunit",