From ac532b750591935d0ab709d0ebbe2b8eb2d712ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:01:21 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.4.10 to 1.5.0 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.10 to 1.5.0. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.5.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.4.10...1.5.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 5ffef523..855bd22f 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ergebnis/phpstan-rules": "^1.0.0", "infection/infection": "~0.26.6", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.4.10", + "phpstan/phpstan": "^1.5.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-doctrine": "^1.2.11", "phpstan/phpstan-phpunit": "^1.0.0", diff --git a/composer.lock b/composer.lock index 33a8255c..393987d5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "bb0e51fb88adbd26d24c390fbbe25fee", + "content-hash": "32968dc94c969909789c9b434cd11f6d", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4407,20 +4407,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.10", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "898c479c39caa727bedf4311dd294a8f4e250e72" + "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/898c479c39caa727bedf4311dd294a8f4e250e72", - "reference": "898c479c39caa727bedf4311dd294a8f4e250e72", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", + "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.2|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -4442,7 +4442,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.10" + "source": "https://github.com/phpstan/phpstan/tree/1.5.0" }, "funding": [ { @@ -4462,7 +4462,7 @@ "type": "tidelift" } ], - "time": "2022-03-14T10:25:45+00:00" + "time": "2022-03-24T18:18:00+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",