phpstan 0.12.69

This commit is contained in:
Dylan K. Taylor 2021-01-24 20:14:42 +00:00
parent e8ffab1787
commit af8936dba5
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@
"composer-runtime-api": "^2.0" "composer-runtime-api": "^2.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "0.12.67", "phpstan/phpstan": "0.12.69",
"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": "a0b7eefe1ad35462d08e876d942b9003", "content-hash": "5466cbf8934081309e4c8ad5c2781f65",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -1002,16 +1002,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.67", "version": "0.12.69",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86" "reference": "8f436ea35241da33487fd0d38b4bc3e6dfe30ea8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f436ea35241da33487fd0d38b4bc3e6dfe30ea8",
"reference": "ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86", "reference": "8f436ea35241da33487fd0d38b4bc3e6dfe30ea8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1042,7 +1042,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.67" "source": "https://github.com/phpstan/phpstan/tree/0.12.69"
}, },
"funding": [ "funding": [
{ {
@ -1058,7 +1058,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-14T14:16:19+00:00" "time": "2021-01-24T14:55:37+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",