Bump nunomaduro/collision from 6.4.0 to 7.0.1

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

---
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-02-08 19:46:45 +00:00 committed by GitHub
parent b22580a068
commit 82c92810ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 21 deletions

View file

@ -40,7 +40,7 @@
"laravel/pint": "^1.0.0", "laravel/pint": "^1.0.0",
"laravel/sail": "^1.15", "laravel/sail": "^1.15",
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"nunomaduro/collision": "^6.1", "nunomaduro/collision": "^7.0",
"phpunit/php-code-coverage": "^9.2", "phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^9.0",
"spatie/laravel-ignition": "^1.0", "spatie/laravel-ignition": "^1.0",

43
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": "8060b9de669d94b189eeeb34170e25e3", "content-hash": "5b39581017f86b4de43e2beb836caf2e",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -9261,38 +9261,38 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v6.4.0", "version": "v7.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015" "reference": "0422294fcfb1ca2e15dfc20122d218c45c5bbf51"
}, },
"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/0422294fcfb1ca2e15dfc20122d218c45c5bbf51",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015", "reference": "0422294fcfb1ca2e15dfc20122d218c45c5bbf51",
"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.6",
"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"
@ -9300,6 +9300,9 @@
} }
}, },
"autoload": { "autoload": {
"files": [
"./src/Adapters/Phpunit/Autoload.php"
],
"psr-4": { "psr-4": {
"NunoMaduro\\Collision\\": "src/" "NunoMaduro\\Collision\\": "src/"
} }
@ -9345,7 +9348,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-01-03T12:54:54+00:00" "time": "2023-02-08T12:07:35+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",