phpstan 0.12.54

This commit is contained in:
Dylan K. Taylor 2020-11-06 13:09:04 +00:00
parent 3aa902ff77
commit 528726068e
2 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@
"composer-runtime-api": "^2.0" "composer-runtime-api": "^2.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "0.12.51", "phpstan/phpstan": "0.12.54",
"phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2", "phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b10d217d35fdd27c553e2b98ffff747c", "content-hash": "2ebc35f61a45aaa7bb3e6185b6bfbf90",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -1523,16 +1523,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.51", "version": "0.12.54",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "b430527cd7b956324bcd554fb85a5e2fd43177d6" "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b430527cd7b956324bcd554fb85a5e2fd43177d6", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/45c7b999a4b7dd9ac5558bdaaf23dcebbef88223",
"reference": "b430527cd7b956324bcd554fb85a5e2fd43177d6", "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1563,7 +1563,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.51" "source": "https://github.com/phpstan/phpstan/tree/0.12.54"
}, },
"funding": [ "funding": [
{ {
@ -1579,7 +1579,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-23T11:58:04+00:00" "time": "2020-11-05T13:36:26+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",