Merge pull request #6224 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-1.3.31

This commit is contained in:
Jérémy Benoist 2023-01-09 06:40:54 +01:00 committed by GitHub
commit af9af09354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
composer.lock generated
View file

@ -12715,16 +12715,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.9.7",
"version": "1.9.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "0501435cd342eac7664bd62155b1ef907fc60b6f"
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f",
"reference": "0501435cd342eac7664bd62155b1ef907fc60b6f",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
"shasum": ""
},
"require": {
@ -12754,7 +12754,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.7"
"source": "https://github.com/phpstan/phpstan/tree/1.9.8"
},
"funding": [
{
@ -12770,20 +12770,20 @@
"type": "tidelift"
}
],
"time": "2023-01-04T21:59:57+00:00"
"time": "2023-01-08T21:26:18+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.29",
"version": "1.3.31",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3"
"reference": "ed1a207922cc963430d61aa87eac63ceb51f8504"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
"reference": "4967ebbc24a2d7e94f5b2f6dad78e0087dd52fc3",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ed1a207922cc963430d61aa87eac63ceb51f8504",
"reference": "ed1a207922cc963430d61aa87eac63ceb51f8504",
"shasum": ""
},
"require": {
@ -12798,6 +12798,7 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
"composer/semver": "^3.3.2",
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0",
@ -12837,9 +12838,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.29"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.31"
},
"time": "2023-01-04T21:51:32+00:00"
"time": "2023-01-08T19:57:59+00:00"
},
{
"name": "phpstan/phpstan-phpunit",