summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-30 12:04:23 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-09-30 20:14:09 +0200
commit6452c1e4deb7cfc38127fddbfeffff055affa913 (patch)
treedb54cda11290fe9d15478a2c38c360cf33e75589
parent3ff51b53d6bf36c6712532e4b480b89615f5ede9 (diff)
Bump phpstan/phpstan-doctrine from 1.3.14 to 1.3.15
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.14 to 1.3.15. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.14...1.3.15) --- 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 b4156e764..b86100fb4 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.6",
- "phpstan/phpstan-doctrine": "^1.3.14",
+ "phpstan/phpstan-doctrine": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
diff --git a/composer.lock b/composer.lock
index 971262247..60e1c33e3 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": "204651038b662cf88886518c54916785",
+ "content-hash": "6d7071740b5dae2c1570a19246d0cf1f",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1168,21 +1168,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.14",
+ "version": "1.3.15",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "bfefffeee7ea770090c99934509f29ced1b29c3f"
+ "reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/bfefffeee7ea770090c99934509f29ced1b29c3f",
- "reference": "bfefffeee7ea770090c99934509f29ced1b29c3f",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/93fe8c18ee955009e2033efeb64284b4e4df66a0",
+ "reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.3"
+ "phpstan/phpstan": "^1.8.6"
},
"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.14"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.15"
},
- "time": "2022-09-21T13:08:55+00:00"
+ "time": "2022-09-29T20:11:01+00:00"
},
{
"name": "phpstan/phpstan-phpunit",