1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-03-05 17:32:51 +01:00

Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.32 to 1.3.33 ()

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

---
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-02-22 12:31:12 +00:00 committed by GitHub
parent 3282bef11a
commit 571cda9ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.10.1",
"phpstan/phpstan-doctrine": "^1.3.32",
"phpstan/phpstan-doctrine": "^1.3.33",
"phpstan/phpstan-strict-rules": "^1.4.5",
"phpstan/phpstan-phpunit": "^1.3.7",
"phpstan/extension-installer": "^1.2.0",

16
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": "7c8af960802529fb016602735349a520",
"content-hash": "d633915c4901c912bef27e14d2393a47",
"packages": [
{
"name": "arthurhoaro/favicon",
@ -1462,21 +1462,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.32",
"version": "1.3.33",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "4534559a8c08ab3648c6fa09289478780e190ae7"
"reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4534559a8c08ab3648c6fa09289478780e190ae7",
"reference": "4534559a8c08ab3648c6fa09289478780e190ae7",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/fcb67c2a747300ff8e6ae278191f6ff79fc90370",
"reference": "fcb67c2a747300ff8e6ae278191f6ff79fc90370",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.9.11"
"phpstan/phpstan": "^1.10"
},
"conflict": {
"doctrine/collections": "<1.0",
@ -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.32"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.33"
},
"time": "2023-01-12T13:39:08+00:00"
"time": "2023-02-21T08:52:52+00:00"
},
{
"name": "phpstan/phpstan-phpunit",