FINALLY, a usable new build of phpstan

This commit is contained in:
Dylan K. Taylor 2020-08-04 11:38:00 +01:00
parent eeee1fbe73
commit 0766952f39
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@
"ocramius/package-versions": "^1.5"
},
"require-dev": {
"phpstan/phpstan": "0.12.29",
"phpstan/phpstan": "0.12.35",
"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": "ad95d8209e2a57c785c095705ff89f8c",
"content-hash": "c833958d2619a660331c0edc8ba5fd6e",
"packages": [
{
"name": "adhocore/json-comment",
@ -910,20 +910,20 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.29",
"version": "0.12.35",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a"
"reference": "5230eb31d546e4df7aa725894d17436cb8afd5df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9771daaf6b95c6313b908d0bcdee0afcd51f838a",
"reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/5230eb31d546e4df7aa725894d17436cb8afd5df",
"reference": "5230eb31d546e4df7aa725894d17436cb8afd5df",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@ -962,7 +962,7 @@
"type": "tidelift"
}
],
"time": "2020-06-14T14:10:59+00:00"
"time": "2020-08-04T09:48:39+00:00"
},
{
"name": "phpstan/phpstan-phpunit",