summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-31 12:03:39 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-03-31 14:27:27 +0200
commit342552687586ff46e11b0c85fbbd9b9ac7a07195 (patch)
tree9f8b3f535ddb8087b331404c75f6b148ca1ccfdd
parent6d2617346c4964cb967ccb534f287a341d3d7350 (diff)
Bump phpstan/phpstan from 1.4.8 to 1.5.3
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.8 to 1.5.3. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.6.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.4.8...1.5.3) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock19
1 files changed, 7 insertions, 12 deletions
diff --git a/composer.lock b/composer.lock
index fcf02f8e6..7d44dc961 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1285,20 +1285,20 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.4.8",
+ "version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15"
+ "reference": "39953ac1452a8843702ee41a35b4861d3e8207a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15",
- "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/39953ac1452a8843702ee41a35b4861d3e8207a7",
+ "reference": "39953ac1452a8843702ee41a35b4861d3e8207a7",
"shasum": ""
},
"require": {
- "php": "^7.1|^8.0"
+ "php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@@ -1308,11 +1308,6 @@
"phpstan.phar"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
"autoload": {
"files": [
"bootstrap.php"
@@ -1325,7 +1320,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.4.8"
+ "source": "https://github.com/phpstan/phpstan/tree/1.5.3"
},
"funding": [
{
@@ -1345,7 +1340,7 @@
"type": "tidelift"
}
],
- "time": "2022-03-04T13:03:56+00:00"
+ "time": "2022-03-30T21:55:08+00:00"
},
{
"name": "phpstan/phpstan-doctrine",