Bump phpstan/phpstan from 1.0.0 to 1.0.1 (#4541)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-03 11:27:42 +00:00 committed by GitHub
parent f75a05d7fa
commit 29e2d92098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@
"pocketmine/spl": "^0.4.0" "pocketmine/spl": "^0.4.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "1.0.0", "phpstan/phpstan": "1.0.1",
"phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.0.0",
"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": "c55df4140fb828ab8add33e0a0e84136", "content-hash": "9600d7526f3a45137fc4ba7030b2d58d",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -1011,16 +1011,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "0d13a99513182e521271d46bde8f28caa4f84d97" "reference": "0eb6ecdfbcebf2207668087dfb2e215581a75023"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d13a99513182e521271d46bde8f28caa4f84d97", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0eb6ecdfbcebf2207668087dfb2e215581a75023",
"reference": "0d13a99513182e521271d46bde8f28caa4f84d97", "reference": "0eb6ecdfbcebf2207668087dfb2e215581a75023",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1051,7 +1051,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/1.0.0" "source": "https://github.com/phpstan/phpstan/tree/1.0.1"
}, },
"funding": [ "funding": [
{ {
@ -1071,7 +1071,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-01T06:38:20+00:00" "time": "2021-11-02T10:25:31+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",