Bump nunomaduro/collision from 3.0.1 to 3.1.0 (#565)

This commit is contained in:
dependabot[bot] 2020-12-08 13:46:31 +00:00 committed by GitHub
parent 8f1a94b863
commit 7bcf48c8bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 10 deletions

32
composer.lock generated
View File

@ -7441,29 +7441,27 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v3.0.1", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68" "reference": "88b58b5bd9bdcc54756480fb3ce87234696544ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/88b58b5bd9bdcc54756480fb3ce87234696544ee",
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68", "reference": "88b58b5bd9bdcc54756480fb3ce87234696544ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"filp/whoops": "^2.1.4", "filp/whoops": "^2.1.4",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
"php": "^7.1", "php": "^7.1 || ^8.0",
"symfony/console": "~2.8|~3.3|~4.0" "symfony/console": "~2.8|~3.3|~4.0"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "5.8.*", "laravel/framework": "^6.0",
"nunomaduro/larastan": "^0.3.0", "phpunit/phpunit": "^8.0 || ^9.0"
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "~8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -7501,7 +7499,21 @@
"php", "php",
"symfony" "symfony"
], ],
"time": "2019-03-07T21:35:13+00:00" "funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
"time": "2020-10-29T16:05:21+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",