mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 17:09:42 +00:00
Bump nunomaduro/collision from 6.4.0 to 7.0.2
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.4.0 to 7.0.2. - [Release notes](https://github.com/nunomaduro/collision/releases) - [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/collision/compare/v6.4.0...v7.0.2) --- updated-dependencies: - dependency-name: nunomaduro/collision dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
"league/commonmark": "2.*",
|
"league/commonmark": "2.*",
|
||||||
"league/csv": "^9.7",
|
"league/csv": "^9.7",
|
||||||
"league/fractal": "0.*",
|
"league/fractal": "0.*",
|
||||||
"nunomaduro/collision": "^6.3",
|
"nunomaduro/collision": "^7.0",
|
||||||
"pragmarx/google2fa": "^8.0",
|
"pragmarx/google2fa": "^8.0",
|
||||||
"predis/predis": "^2.1",
|
"predis/predis": "^2.1",
|
||||||
"psr/log": "<4",
|
"psr/log": "<4",
|
||||||
|
|||||||
55
composer.lock
generated
55
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "052f139e8202508ed3608b6447bec7dd",
|
"content-hash": "b88b46f4acccd4b40e0ce98015c29585",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -3732,38 +3732,38 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/collision",
|
"name": "nunomaduro/collision",
|
||||||
"version": "v6.4.0",
|
"version": "v7.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nunomaduro/collision.git",
|
"url": "https://github.com/nunomaduro/collision.git",
|
||||||
"reference": "f05978827b9343cba381ca05b8c7deee346b6015"
|
"reference": "15e5fe35305419c9c6cf196be8d62cf70087a20c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
|
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/15e5fe35305419c9c6cf196be8d62cf70087a20c",
|
||||||
"reference": "f05978827b9343cba381ca05b8c7deee346b6015",
|
"reference": "15e5fe35305419c9c6cf196be8d62cf70087a20c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"filp/whoops": "^2.14.5",
|
"filp/whoops": "^2.14.6",
|
||||||
"php": "^8.0.0",
|
"nunomaduro/termwind": "^1.15.1",
|
||||||
"symfony/console": "^6.0.2"
|
"php": "^8.1.0",
|
||||||
|
"symfony/console": "^6.2.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"brianium/paratest": "^6.4.1",
|
"laravel/framework": "^10.0.0",
|
||||||
"laravel/framework": "^9.26.1",
|
"laravel/pint": "^1.4.1",
|
||||||
"laravel/pint": "^1.1.1",
|
"laravel/sail": "^1.20.1",
|
||||||
"nunomaduro/larastan": "^1.0.3",
|
"laravel/sanctum": "^3.2.1",
|
||||||
"nunomaduro/mock-final-classes": "^1.1.0",
|
"laravel/tinker": "^2.8.0",
|
||||||
"orchestra/testbench": "^7.7",
|
"nunomaduro/larastan": "^2.4.0",
|
||||||
"phpunit/phpunit": "^9.5.23",
|
"orchestra/testbench-core": "^8.0.0",
|
||||||
"spatie/ignition": "^1.4.1"
|
"pestphp/pest": "^2.0.0",
|
||||||
|
"phpunit/phpunit": "^10.0.7",
|
||||||
|
"spatie/laravel-ignition": "^2.0.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-develop": "6.x-dev"
|
|
||||||
},
|
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
|
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
|
||||||
@@ -3771,6 +3771,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
"files": [
|
||||||
|
"./src/Adapters/Phpunit/Autoload.php"
|
||||||
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"NunoMaduro\\Collision\\": "src/"
|
"NunoMaduro\\Collision\\": "src/"
|
||||||
}
|
}
|
||||||
@@ -3816,20 +3819,20 @@
|
|||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-01-03T12:54:54+00:00"
|
"time": "2023-02-11T18:10:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/termwind",
|
"name": "nunomaduro/termwind",
|
||||||
"version": "v1.15.0",
|
"version": "v1.15.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nunomaduro/termwind.git",
|
"url": "https://github.com/nunomaduro/termwind.git",
|
||||||
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d"
|
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/594ab862396c16ead000de0c3c38f4a5cbe1938d",
|
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
|
||||||
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d",
|
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3886,7 +3889,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nunomaduro/termwind/issues",
|
"issues": "https://github.com/nunomaduro/termwind/issues",
|
||||||
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.0"
|
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -3902,7 +3905,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-12-20T19:00:15+00:00"
|
"time": "2023-02-08T01:06:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nyholm/psr7",
|
"name": "nyholm/psr7",
|
||||||
|
|||||||
Reference in New Issue
Block a user