Bump laravel/helpers from 1.2.0 to 1.3.0

Bumps [laravel/helpers](https://github.com/laravel/helpers) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/laravel/helpers/releases)
- [Changelog](https://github.com/laravel/helpers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/laravel/helpers/compare/v1.2.0...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-27 07:16:17 +00:00 committed by GitHub
parent fd3da94ce8
commit 34cee52aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
composer.lock generated
View File

@ -1338,29 +1338,29 @@
},
{
"name": "laravel/helpers",
"version": "v1.2.0",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
"reference": "1f978fc5dad9f7f906b18242c654252615201de4"
"reference": "b4b8d6e84a6306fc88870f61a244d8c537779f2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/1f978fc5dad9f7f906b18242c654252615201de4",
"reference": "1f978fc5dad9f7f906b18242c654252615201de4",
"url": "https://api.github.com/repos/laravel/helpers/zipball/b4b8d6e84a6306fc88870f61a244d8c537779f2d",
"reference": "b4b8d6e84a6306fc88870f61a244d8c537779f2d",
"shasum": ""
},
"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"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.x-dev"
}
},
"autoload": {
@ -1387,7 +1387,7 @@
"helpers",
"laravel"
],
"time": "2020-03-03T13:52:16+00:00"
"time": "2020-08-25T17:54:37+00:00"
},
{
"name": "laravel/tinker",