From d4f1b433dc73dfe5f5ae109350a7dfecd14b90b7 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Thu, 10 Sep 2020 18:39:24 +0100 Subject: [PATCH] RSM-2 Update lock file --- composer.json | 1 + composer.lock | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e7374b..8d78502 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/composer.lock b/composer.lock index 4126db1..1bfeb4c 100644 --- a/composer.lock +++ b/composer.lock @@ -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" }, {