Bump phpstan/phpstan from 1.2.0 to 1.3.0 (#2477)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.2.0...1.3.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>

Scrutinizer was cancelled, but it isn't really relevant for this change, which I will now merge.
This commit is contained in:
dependabot[bot] 2022-01-03 17:45:07 -08:00 committed by GitHub
parent 7d71a7ca54
commit 623d7fe7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

14
composer.lock generated
View File

@ -2080,16 +2080,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.2.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" "reference": "ffc5aee6019eeae4ea618d97dd290ab95e77be59"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffc5aee6019eeae4ea618d97dd290ab95e77be59",
"reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", "reference": "ffc5aee6019eeae4ea618d97dd290ab95e77be59",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2105,7 +2105,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -2120,7 +2120,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.2.0" "source": "https://github.com/phpstan/phpstan/tree/1.3.0"
}, },
"funding": [ "funding": [
{ {
@ -2140,7 +2140,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-18T14:09:01+00:00" "time": "2021-12-29T17:03:31+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",