Bump phpstan/phpstan from 0.12.65 to 0.12.66 (#4001)

This commit is contained in:
dependabot-preview[bot] 2021-01-12 10:41:59 +00:00 committed by GitHub
parent 972c911485
commit da663deea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@
"composer-runtime-api": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "0.12.65",
"phpstan/phpstan": "0.12.66",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.2"

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": "21ef5b68eba33e23b11acde01e8a2f36",
"content-hash": "4d776995a3d8476bf76f529ecbd568e7",
"packages": [
{
"name": "adhocore/json-comment",
@ -1000,16 +1000,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.65",
"version": "0.12.66",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "1c7658668b28f8d647a8b874372acf14c4352688"
"reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1c7658668b28f8d647a8b874372acf14c4352688",
"reference": "1c7658668b28f8d647a8b874372acf14c4352688",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/4110a2425c6bd53acbdfcda07885e87b66e9ba3e",
"reference": "4110a2425c6bd53acbdfcda07885e87b66e9ba3e",
"shasum": ""
},
"require": {
@ -1040,7 +1040,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.65"
"source": "https://github.com/phpstan/phpstan/tree/0.12.66"
},
"funding": [
{
@ -1056,7 +1056,7 @@
"type": "tidelift"
}
],
"time": "2021-01-06T16:51:10+00:00"
"time": "2021-01-11T16:43:15+00:00"
},
{
"name": "phpstan/phpstan-phpunit",