RSM-2 Update lock file

This commit is contained in:
Miguel Nogueira 2020-09-10 18:39:24 +01:00
parent f1db159eee
commit d4f1b433dc
2 changed files with 62 additions and 2 deletions

View File

@ -24,6 +24,7 @@
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"mcamara/laravel-localization": "^1.5",
"mpociot/teamwork": "^6.0",
"pragmarx/google2fa-laravel": "^1.3",
"sentry/sentry-laravel": "1.7.1",
"spatie/laravel-permission": "^3.13"

63
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7a6e859cac39fc7ff3a85d5e4d1219e1",
"content-hash": "15aff24568064ff928b88bbc89c25b1b",
"packages": [
{
"name": "almasaeed2010/adminlte",
@ -186,7 +186,7 @@
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|^5.1"
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
@ -2378,6 +2378,64 @@
],
"time": "2020-07-23T08:41:23+00:00"
},
{
"name": "mpociot/teamwork",
"version": "6.0.3",
"source": {
"type": "git",
"url": "https://github.com/mpociot/teamwork.git",
"reference": "e03d6c2a88e3aa7c63e2f8f974d8809ae7cac3de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpociot/teamwork/zipball/e03d6c2a88e3aa7c63e2f8f974d8809ae7cac3de",
"reference": "e03d6c2a88e3aa7c63e2f8f974d8809ae7cac3de",
"shasum": ""
},
"require": {
"laravel/framework": "^6.0|^7.0",
"php": "^7.2.5"
},
"require-dev": {
"doctrine/dbal": "^2.10",
"illuminate/database": "^6.0|^7.0",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^4.0|^5.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Mpociot\\Teamwork\\TeamworkServiceProvider"
],
"aliases": {
"Teamwork": "Mpociot\\Teamwork\\Facades\\Teamwork"
}
}
},
"autoload": {
"psr-4": {
"Mpociot\\Teamwork\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "m.pociot@gmail.com"
}
],
"description": "User to Team associations for the Laravel 5 Framework",
"homepage": "http://github.com/mpociot/teamwork",
"keywords": [
"Invite",
"Teams"
],
"time": "2020-08-06T20:12:10+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.39.0",
@ -8001,6 +8059,7 @@
"keywords": [
"tokenizer"
],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00"
},
{