phpstan 0.12.54

This commit is contained in:
Dylan K. Taylor 2020-11-05 14:49:00 +00:00
parent b2299e08e0
commit bfdcc12e81
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@
"composer-runtime-api": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "0.12.53",
"phpstan/phpstan": "0.12.54",
"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": "b44e0d2060a5be0360e24b926121e734",
"content-hash": "f7b6b54d43e00372b7dea787d863d8b9",
"packages": [
{
"name": "adhocore/json-comment",
@ -1001,16 +1001,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.53",
"version": "0.12.54",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67"
"reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dbbdb0d7c2434ecd5289f6114d16473e694caa67",
"reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/45c7b999a4b7dd9ac5558bdaaf23dcebbef88223",
"reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223",
"shasum": ""
},
"require": {
@ -1041,7 +1041,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.53"
"source": "https://github.com/phpstan/phpstan/tree/0.12.54"
},
"funding": [
{
@ -1057,7 +1057,7 @@
"type": "tidelift"
}
],
"time": "2020-11-01T14:51:50+00:00"
"time": "2020-11-05T13:36:26+00:00"
},
{
"name": "phpstan/phpstan-phpunit",