chore: fix composer.lock version in production branch

This commit is contained in:
Bruno F. Fontes 2021-04-21 07:44:29 -03:00
parent a699738aa8
commit f01b516ca9

57
composer.lock generated
View File

@ -656,6 +656,63 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-04-20T13:50:21+00:00"
},
{
"name": "laravel/helpers",
"version": "v1.4.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
"reference": "febb10d8daaf86123825de2cb87f789a3371f0ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/febb10d8daaf86123825de2cb87f789a3371f0ac",
"reference": "febb10d8daaf86123825de2cb87f789a3371f0ac",
"shasum": ""
},
"require": {
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
"php": "^7.1.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
"email": "dries.vints@gmail.com"
}
],
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
"keywords": [
"helpers",
"laravel"
],
"support": {
"source": "https://github.com/laravel/helpers/tree/v1.4.1"
},
"time": "2021-02-16T15:27:11+00:00"
},
{
"name": "laravel/tinker",