phpstan 1.4.8

This commit is contained in:
Dylan K. Taylor
2022-03-09 18:30:54 +00:00
parent b6e7ad187a
commit 8efa299c65
5 changed files with 60 additions and 30 deletions

16
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": "33a1d10231e0bce92d724bb738b14359",
"content-hash": "5c2d1cead2820a792c7a1494fe2e8ba4",
"packages": [
{
"name": "adhocore/json-comment",
@@ -1906,16 +1906,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.3.3",
"version": "1.4.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "151a51f6149855785fbd883e79768c0abc96b75f"
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f",
"reference": "151a51f6149855785fbd883e79768c0abc96b75f",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15",
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15",
"shasum": ""
},
"require": {
@@ -1931,7 +1931,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"autoload": {
@@ -1946,7 +1946,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.3.3"
"source": "https://github.com/phpstan/phpstan/tree/1.4.8"
},
"funding": [
{
@@ -1966,7 +1966,7 @@
"type": "tidelift"
}
],
"time": "2022-01-07T09:49:03+00:00"
"time": "2022-03-04T13:03:56+00:00"
},
{
"name": "phpstan/phpstan-phpunit",