From efde997ceda771ae9b2b9d04287971a6172e2e49 Mon Sep 17 00:00:00 2001 From: Yuta Nagamiya Date: Fri, 1 Jan 2021 11:08:22 +0900 Subject: [PATCH] Update Larastan --- composer.json | 2 +- composer.lock | 43 +++++++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index d615652..3380b46 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "barryvdh/laravel-ide-helper": "^2.6", - "nunomaduro/larastan": "^0.5.4", + "nunomaduro/larastan": "^0.6.11", "orchestra/testbench": "3.6.*|3.7.*|3.8.*|^4.0|^5.0", "php-coveralls/php-coveralls": "^2.2", "phpstan/phpstan": "^0.12.10", diff --git a/composer.lock b/composer.lock index 01143ab..c5302ba 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": "e30df1af665129c7770801e81a1ff00a", + "content-hash": "92139501b31ae1cd9aafa470ede86d07", "packages": [ { "name": "brick/math", @@ -5648,42 +5648,45 @@ }, { "name": "nunomaduro/larastan", - "version": "v0.5.8", + "version": "v0.6.11", "source": { "type": "git", "url": "https://github.com/nunomaduro/larastan.git", - "reference": "0eaea6316dcdcbaef56a67e0d7bd5fff0da7b773" + "reference": "a036948cdcb09bc374f8be77db4c1262374cb297" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/0eaea6316dcdcbaef56a67e0d7bd5fff0da7b773", - "reference": "0eaea6316dcdcbaef56a67e0d7bd5fff0da7b773", + "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/a036948cdcb09bc374f8be77db4c1262374cb297", + "reference": "a036948cdcb09bc374f8be77db4c1262374cb297", "shasum": "" }, "require": { "composer/composer": "^1.0 || ^2.0", "ext-json": "*", - "illuminate/console": "^6.0 || ^7.0", - "illuminate/container": "^6.0 || ^7.0", - "illuminate/contracts": "^6.0 || ^7.0", - "illuminate/database": "^6.0 || ^7.0", - "illuminate/http": "^6.0 || ^7.0", - "illuminate/pipeline": "^6.0 || ^7.0", - "illuminate/support": "^6.0 || ^7.0", + "illuminate/console": "^6.0 || ^7.0 || ^8.0", + "illuminate/container": "^6.0 || ^7.0 || ^8.0", + "illuminate/contracts": "^6.0 || ^7.0 || ^8.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0", + "illuminate/http": "^6.0 || ^7.0 || ^8.0", + "illuminate/pipeline": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0", "mockery/mockery": "^0.9 || ^1.0", - "php": "^7.2", - "phpstan/phpstan": "^0.12.23", + "php": "^7.2 || ^8.0", + "phpstan/phpstan": "^0.12.34", "symfony/process": "^4.3 || ^5.0" }, "require-dev": { - "orchestra/testbench": "^4.0 || ^5.0", - "phpunit/phpunit": "^7.3 || ^8.2" + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", + "phpunit/phpunit": "^7.3 || ^8.2 || ^9.3" }, "suggest": { "orchestra/testbench": "^4.0 || ^5.0" }, "type": "phpstan-extension", "extra": { + "branch-alias": { + "dev-master": "0.6-dev" + }, "phpstan": { "includes": [ "extension.neon" @@ -5718,13 +5721,17 @@ ], "support": { "issues": "https://github.com/nunomaduro/larastan/issues", - "source": "https://github.com/nunomaduro/larastan/tree/master" + "source": "https://github.com/nunomaduro/larastan/tree/v0.6.11" }, "funding": [ { "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L", "type": "custom" }, + { + "url": "https://github.com/canvural", + "type": "github" + }, { "url": "https://github.com/nunomaduro", "type": "github" @@ -5734,7 +5741,7 @@ "type": "patreon" } ], - "time": "2020-05-06T08:56:49+00:00" + "time": "2020-12-07T17:05:45+00:00" }, { "name": "orchestra/testbench",