update phpstan

This commit is contained in:
Yuri Kuznetsov
2022-03-09 12:06:33 +02:00
parent 196488f92d
commit 07b42b48a3
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpstan/phpstan": "^1.1"
"phpstan/phpstan": "^1.4"
},
"autoload": {
"psr-4": {
Generated
+8 -8
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": "4039c4aa4996867a424afad5fec50b3e",
"content-hash": "e42414807c7e924fd913cfc7dafdd1de",
"packages": [
{
"name": "async-aws/core",
@@ -6168,16 +6168,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.1.2",
"version": "1.4.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "bcea0ae85868a89d5789c75f012c93129f842934"
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bcea0ae85868a89d5789c75f012c93129f842934",
"reference": "bcea0ae85868a89d5789c75f012c93129f842934",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15",
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15",
"shasum": ""
},
"require": {
@@ -6193,7 +6193,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.4-dev"
}
},
"autoload": {
@@ -6208,7 +6208,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.1.2"
"source": "https://github.com/phpstan/phpstan/tree/1.4.8"
},
"funding": [
{
@@ -6228,7 +6228,7 @@
"type": "tidelift"
}
],
"time": "2021-11-09T12:41:09+00:00"
"time": "2022-03-04T13:03:56+00:00"
},
{
"name": "phpunit/php-code-coverage",