Bump nunomaduro/larastan from 0.3.17 to 0.4.0 (#1063)

Bumps [nunomaduro/larastan](https://github.com/nunomaduro/larastan) from 0.3.17 to 0.4.0.
- [Release notes](https://github.com/nunomaduro/larastan/releases)
- [Changelog](https://github.com/nunomaduro/larastan/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nunomaduro/larastan/compare/v0.3.17...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-29 09:11:44 +02:00 committed by Phan An
parent c69c951b9a
commit 1eb51ec9e2
2 changed files with 33 additions and 145 deletions

View file

@ -37,7 +37,7 @@
"mikey179/vfsstream": "^1.6",
"php-mock/php-mock-mockery": "^1.3",
"mpociot/laravel-apidoc-generator": "^3.1",
"nunomaduro/larastan": "^0.3.17"
"nunomaduro/larastan": "^0.4.0"
},
"suggest": {
"ext-zip": "Allow downloading multiple songs as Zip archives"

176
composer.lock generated
View file

@ -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": "866d0e61b814bcbf77879f1052637ae5",
"content-hash": "474e5073779b8441ac47b0ef07d73e53",
"packages": [
{
"name": "aws/aws-sdk-php",
@ -5483,16 +5483,16 @@
},
{
"name": "nette/di",
"version": "v3.0.0",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
"reference": "19d83539245aaacb59470828919182411061841f"
"reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/di/zipball/19d83539245aaacb59470828919182411061841f",
"reference": "19d83539245aaacb59470828919182411061841f",
"url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
"reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
"shasum": ""
},
"require": {
@ -5552,7 +5552,7 @@
"nette",
"static"
],
"time": "2019-04-03T19:35:46+00:00"
"time": "2019-08-07T12:11:33+00:00"
},
{
"name": "nette/finder",
@ -5984,34 +5984,37 @@
},
{
"name": "nunomaduro/larastan",
"version": "v0.3.17",
"version": "v0.4.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "a123a601a7796aa6f7793e87feb91a8affc95a80"
"reference": "205986fa7c8c86c05e70b0324a64c722c95bd712"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/a123a601a7796aa6f7793e87feb91a8affc95a80",
"reference": "a123a601a7796aa6f7793e87feb91a8affc95a80",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/205986fa7c8c86c05e70b0324a64c722c95bd712",
"reference": "205986fa7c8c86c05e70b0324a64c722c95bd712",
"shasum": ""
},
"require": {
"illuminate/console": "5.6.*|5.7.*|5.8.*",
"illuminate/container": "5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.6.*|5.7.*|5.8.*",
"illuminate/database": "5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.6.*|5.7.*|5.8.*",
"illuminate/pipeline": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/container": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/contracts": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/database": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/pipeline": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
"mockery/mockery": "^1.0|0.9.*",
"orchestra/testbench": "^3.6",
"php": "^7.1.3",
"phpstan/phpstan": "^0.11.8",
"phpstan/phpstan": "^0.11.15",
"symfony/process": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^7.3"
"orchestra/testbench": "^3.8",
"phpunit/phpunit": "^7.3 || ^8.2"
},
"suggest": {
"orchestra/testbench": "^3.6"
},
"type": "library",
"extra": {
@ -6047,7 +6050,7 @@
"php",
"static analysis"
],
"time": "2019-05-29T12:53:31+00:00"
"time": "2019-08-28T08:22:36+00:00"
},
{
"name": "ocramius/package-versions",
@ -6099,121 +6102,6 @@
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2019-02-21T12:16:21+00:00"
},
{
"name": "orchestra/testbench",
"version": "v3.8.3",
"source": {
"type": "git",
"url": "https://github.com/orchestral/testbench.git",
"reference": "171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/orchestral/testbench/zipball/171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d",
"reference": "171b29bb9dbd754dc1eb8d9ba0ff05b914b8db1d",
"shasum": ""
},
"require": {
"laravel/framework": "~5.8.19",
"mockery/mockery": "^1.0",
"orchestra/testbench-core": "~3.8.4",
"php": ">=7.1",
"phpunit/phpunit": "^7.5 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"description": "Laravel Testing Helper for Packages Development",
"homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
"keywords": [
"BDD",
"TDD",
"laravel",
"orchestra-platform",
"orchestral",
"testing"
],
"time": "2019-05-29T23:14:15+00:00"
},
{
"name": "orchestra/testbench-core",
"version": "v3.8.5",
"source": {
"type": "git",
"url": "https://github.com/orchestral/testbench-core.git",
"reference": "b81c24ef1036cb1f8ff0ca711535cea3f0281848"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/orchestral/testbench-core/zipball/b81c24ef1036cb1f8ff0ca711535cea3f0281848",
"reference": "b81c24ef1036cb1f8ff0ca711535cea3f0281848",
"shasum": ""
},
"require": {
"fzaninotto/faker": "^1.4",
"php": ">=7.1"
},
"require-dev": {
"laravel/framework": "~5.8.3",
"laravel/laravel": "dev-master",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0"
},
"suggest": {
"laravel/framework": "Required for testing (~5.8.19).",
"mockery/mockery": "Allow to use Mockery for testing (^1.0).",
"orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (^3.8).",
"orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (^3.8).",
"phpunit/phpunit": "Allow to use PHPUnit for testing (^7.5 || ^8.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
}
},
"autoload": {
"psr-4": {
"Orchestra\\Testbench\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"description": "Testing Helper for Laravel Development",
"homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
"keywords": [
"BDD",
"TDD",
"laravel",
"orchestra-platform",
"orchestral",
"testing"
],
"time": "2019-06-10T08:29:56+00:00"
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
@ -6791,16 +6679,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.11.12",
"version": "0.11.15",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30"
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"shasum": ""
},
"require": {
@ -6811,7 +6699,7 @@
"nette/robot-loader": "^3.0.1",
"nette/schema": "^1.0",
"nette/utils": "^2.4.5 || ^3.0",
"nikic/php-parser": "^4.0.2",
"nikic/php-parser": "^4.2.3",
"php": "~7.1",
"phpstan/phpdoc-parser": "^0.3.5",
"symfony/console": "~3.2 || ~4.0",
@ -6821,7 +6709,7 @@
"symfony/console": "3.4.16 || 4.1.5"
},
"require-dev": {
"brianium/paratest": "^2.0",
"brianium/paratest": "^2.0 || ^3.0",
"consistence/coding-standard": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-intl": "*",
@ -6836,7 +6724,7 @@
"phpstan/phpstan-php-parser": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5.14 || ^8.0",
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2"
},
@ -6862,7 +6750,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-07-08T06:55:18+00:00"
"time": "2019-08-18T20:51:53+00:00"
},
{
"name": "phpunit/php-code-coverage",