Bump nunomaduro/collision from 6.4.0 to 7.1.0

Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 6.4.0 to 7.1.0.
- [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.1.0)

---
updated-dependencies:
- dependency-name: nunomaduro/collision
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-06 08:21:01 +00:00
committed by GitHub
parent 93951cfbc8
commit 99d4c709bd
2 changed files with 26 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
"laravel/pint": "^1.0", "laravel/pint": "^1.0",
"laravel/sail": "^1.0.1", "laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1", "nunomaduro/collision": "^7.1",
"phpunit/phpunit": "^9.5.10", "phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0" "spatie/laravel-ignition": "^1.0"
}, },

45
composer.lock generated
View File

@@ -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": "2291e0007023eeb8da8dd35672430454", "content-hash": "5c1e8e41ea26c937d317e72dfada7e1d",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@@ -7434,38 +7434,40 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v6.4.0", "version": "v7.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015" "reference": "2b97fed4950cf0ff148c18b853975ec8ea135e90"
}, },
"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/2b97fed4950cf0ff148c18b853975ec8ea135e90",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015", "reference": "2b97fed4950cf0ff148c18b853975ec8ea135e90",
"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.7"
}, },
"require-dev": { "require-dev": {
"brianium/paratest": "^6.4.1", "brianium/paratest": "^7.1.0",
"laravel/framework": "^9.26.1", "laravel/framework": "^10.2.0",
"laravel/pint": "^1.1.1", "laravel/pint": "^1.6.0",
"nunomaduro/larastan": "^1.0.3", "laravel/sail": "^1.21.1",
"nunomaduro/mock-final-classes": "^1.1.0", "laravel/sanctum": "^3.2.1",
"orchestra/testbench": "^7.7", "laravel/tinker": "^2.8.1",
"phpunit/phpunit": "^9.5.23", "nunomaduro/larastan": "^2.4.1",
"spatie/ignition": "^1.4.1" "orchestra/testbench-core": "^8.0.3",
"pestphp/pest": "^2.0.0",
"phpunit/phpunit": "^10.0.14",
"sebastian/environment": "^6.0.0",
"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"
@@ -7473,6 +7475,9 @@
} }
}, },
"autoload": { "autoload": {
"files": [
"./src/Adapters/Phpunit/Autoload.php"
],
"psr-4": { "psr-4": {
"NunoMaduro\\Collision\\": "src/" "NunoMaduro\\Collision\\": "src/"
} }
@@ -7518,7 +7523,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-01-03T12:54:54+00:00" "time": "2023-03-03T10:00:22+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",