Merge pull request #4253 from firefly-iii/dependabot/composer/develop/nunomaduro/larastan-0.6.12

Bump nunomaduro/larastan from 0.6.11 to 0.6.12
This commit is contained in:
James Cole
2021-01-11 08:30:07 +01:00
committed by GitHub

28
composer.lock generated
View File

@@ -8603,35 +8603,35 @@
},
{
"name": "nunomaduro/larastan",
"version": "v0.6.11",
"version": "v0.6.12",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "a036948cdcb09bc374f8be77db4c1262374cb297"
"reference": "2c48bafa8d2f14d23e9cb3396d8e0da9c990d2bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/a036948cdcb09bc374f8be77db4c1262374cb297",
"reference": "a036948cdcb09bc374f8be77db4c1262374cb297",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/2c48bafa8d2f14d23e9cb3396d8e0da9c990d2bb",
"reference": "2c48bafa8d2f14d23e9cb3396d8e0da9c990d2bb",
"shasum": ""
},
"require": {
"composer/composer": "^1.0 || ^2.0",
"ext-json": "*",
"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",
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/pipeline": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"mockery/mockery": "^0.9 || ^1.0",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^0.12.34",
"symfony/process": "^4.3 || ^5.0"
},
"require-dev": {
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^7.3 || ^8.2 || ^9.3"
},
"suggest": {
@@ -8676,7 +8676,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/v0.6.11"
"source": "https://github.com/nunomaduro/larastan/tree/v0.6.12"
},
"funding": [
{
@@ -8696,7 +8696,7 @@
"type": "patreon"
}
],
"time": "2020-12-07T17:05:45+00:00"
"time": "2021-01-04T12:33:06+00:00"
},
{
"name": "openlss/lib-array2xml",