Updated phpstan to 0.12.49

This commit is contained in:
Dylan K. Taylor 2020-10-13 17:39:24 +01:00
parent 0186468e47
commit aa00bd5e31
2 changed files with 7 additions and 7 deletions

View File

@ -50,7 +50,7 @@
"respect/validation": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "0.12.47",
"phpstan/phpstan": "0.12.49",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.2"

12
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": "3e1dac93b1419cf95ea65babb8aa44d9",
"content-hash": "7fdb5abb5388f1e92229efff1f783d40",
"packages": [
{
"name": "adhocore/json-comment",
@ -1444,16 +1444,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.47",
"version": "0.12.49",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "74325a6ae15378db0df71b969ded245378d2e058"
"reference": "9a6136c2b39d5214da78de37128d5fe08e5d5b05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/74325a6ae15378db0df71b969ded245378d2e058",
"reference": "74325a6ae15378db0df71b969ded245378d2e058",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a6136c2b39d5214da78de37128d5fe08e5d5b05",
"reference": "9a6136c2b39d5214da78de37128d5fe08e5d5b05",
"shasum": ""
},
"require": {
@ -1496,7 +1496,7 @@
"type": "tidelift"
}
],
"time": "2020-09-29T13:35:39+00:00"
"time": "2020-10-12T14:10:44+00:00"
},
{
"name": "phpstan/phpstan-phpunit",