Bump laravel/helpers from 1.2.0 to 1.4.0 (#548)

This commit is contained in:
dependabot[bot] 2020-12-07 23:33:42 +00:00 committed by GitHub
parent 31626f48d9
commit 32e25a9f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

18
composer.lock generated
View File

@ -1345,29 +1345,29 @@
}, },
{ {
"name": "laravel/helpers", "name": "laravel/helpers",
"version": "v1.2.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/helpers.git", "url": "https://github.com/laravel/helpers.git",
"reference": "1f978fc5dad9f7f906b18242c654252615201de4" "reference": "cde8ea2427db4f37d67729846b70452499210a21"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/1f978fc5dad9f7f906b18242c654252615201de4", "url": "https://api.github.com/repos/laravel/helpers/zipball/cde8ea2427db4f37d67729846b70452499210a21",
"reference": "1f978fc5dad9f7f906b18242c654252615201de4", "reference": "cde8ea2427db4f37d67729846b70452499210a21",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "~5.8.0|^6.0|^7.0", "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
"php": ">=7.1.3" "php": "^7.1.3|^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0|^8.0|^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1394,7 +1394,7 @@
"helpers", "helpers",
"laravel" "laravel"
], ],
"time": "2020-03-03T13:52:16+00:00" "time": "2020-11-03T16:38:41+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",