1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-06 19:15:44 +02:00

Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.35 to 1.3.36 ()

Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.35 to 1.3.36.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.35...1.3.36)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-16 13:35:25 +00:00 committed by GitHub
parent b6b7a87b78
commit 8ecada5b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.2",
"phpstan/phpstan": "^1.10.6",
"phpstan/phpstan-doctrine": "^1.3.35",
"phpstan/phpstan-doctrine": "^1.3.36",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/extension-installer": "^1.2.0",

14
composer.lock generated
View File

@ -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": "b0332f5992bd2ff8575d4041823a3f30",
"content-hash": "4ef4d245e54b4a37bb83eeb8a45e0075",
"packages": [
{
"name": "arthurhoaro/favicon",
@ -1462,16 +1462,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.35",
"version": "1.3.36",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5"
"reference": "8c22f2499444897941f9162c25f8538217c16f15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3dbb999bd56cc21d6733bab60898ebdf388245b5",
"reference": "3dbb999bd56cc21d6733bab60898ebdf388245b5",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/8c22f2499444897941f9162c25f8538217c16f15",
"reference": "8c22f2499444897941f9162c25f8538217c16f15",
"shasum": ""
},
"require": {
@ -1526,9 +1526,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.35"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.36"
},
"time": "2023-03-10T14:43:05+00:00"
"time": "2023-03-15T15:10:43+00:00"
},
{
"name": "phpstan/phpstan-phpunit",