mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 01:41:14 -06:00
Merge pull request #4360 from firefly-iii/dependabot/composer/develop/nunomaduro/larastan-0.7.0
Bump nunomaduro/larastan from 0.6.13 to 0.7.0
This commit is contained in:
commit
f9582cd4fe
@ -110,7 +110,7 @@
|
||||
"fakerphp/faker": "1.*",
|
||||
"johnkary/phpunit-speedtrap": "^3.1",
|
||||
"mockery/mockery": "1.*",
|
||||
"nunomaduro/larastan": "^0.6.2",
|
||||
"nunomaduro/larastan": "^0.7.0",
|
||||
"phpstan/phpstan": "^0.12.34",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
||||
"phpunit/phpunit": "^9.2",
|
||||
|
32
composer.lock
generated
32
composer.lock
generated
@ -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": "7953995996e0ce075775b75313194cf6",
|
||||
"content-hash": "5d5b27d4e58ebc72b63359767f4c5763",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -8616,16 +8616,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/larastan",
|
||||
"version": "v0.6.13",
|
||||
"version": "v0.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nunomaduro/larastan.git",
|
||||
"reference": "7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe"
|
||||
"reference": "179d7565674d4e264e60296d1b5b75413b7461b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe",
|
||||
"reference": "7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe",
|
||||
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/179d7565674d4e264e60296d1b5b75413b7461b6",
|
||||
"reference": "179d7565674d4e264e60296d1b5b75413b7461b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8640,7 +8640,7 @@
|
||||
"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.65",
|
||||
"phpstan/phpstan": "^0.12.70",
|
||||
"symfony/process": "^4.3 || ^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -8689,7 +8689,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nunomaduro/larastan/issues",
|
||||
"source": "https://github.com/nunomaduro/larastan/tree/v0.6.13"
|
||||
"source": "https://github.com/nunomaduro/larastan/tree/v0.7.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8709,7 +8709,7 @@
|
||||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-22T12:51:26+00:00"
|
||||
"time": "2021-02-01T22:08:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "openlss/lib-array2xml",
|
||||
@ -9102,16 +9102,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "0.12.70",
|
||||
"version": "0.12.73",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
|
||||
"reference": "a08c2759d132b4247b32e03066401c3232ad99b7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
|
||||
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a08c2759d132b4247b32e03066401c3232ad99b7",
|
||||
"reference": "a08c2759d132b4247b32e03066401c3232ad99b7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9142,7 +9142,7 @@
|
||||
"description": "PHPStan - PHP Static Analysis Tool",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||
"source": "https://github.com/phpstan/phpstan/tree/0.12.70"
|
||||
"source": "https://github.com/phpstan/phpstan/tree/0.12.73"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9158,7 +9158,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-27T17:06:47+00:00"
|
||||
"time": "2021-02-07T16:26:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
@ -11153,7 +11153,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v5.2.2",
|
||||
"version": "v5.2.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
@ -11195,7 +11195,7 @@
|
||||
"description": "Provides basic utilities for the filesystem",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.2.2"
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.2.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user