From 625541ea7fd28e7c412e07a0004ddd3a174c8129 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 26 Jun 2018 00:02:56 +0200 Subject: [PATCH] Add spatie/laravel-permission --- Changelog | 2 ++ composer.json | 1 + composer.lock | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 68 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index e089a6324..02e6acbd4 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2018-06-26 DariusIII + * Chg: Add spatie/laravel-permission 2018-06-25 DariusIII * Chg: Update Symfony components * Chg: Replace DB class with Laravel DB Facade in ReleaseRemover class diff --git a/composer.json b/composer.json index 8db1fb217..53444c2d2 100755 --- a/composer.json +++ b/composer.json @@ -153,6 +153,7 @@ "ramsey/uuid": "^3.7", "smarty/smarty": "^3.1", "spatie/laravel-fractal": "^5.3", + "spatie/laravel-permission": "^2.12", "vlucas/phpdotenv": "^2.4", "wandersonwhcr/illuminate-romans": "^1.0", "watson/rememberable": "^2.0", diff --git a/composer.lock b/composer.lock index 8c88d7532..b0c753d43 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": "1dcf6a9645d4d8cccaaed914b8bf0ba8", + "content-hash": "6ea5eb84fc554141ddc2a2c9289a99f8", "packages": [ { "name": "adrenth/thetvdb2", @@ -5344,6 +5344,70 @@ ], "time": "2018-06-13T20:45:45+00:00" }, + { + "name": "spatie/laravel-permission", + "version": "2.12.2", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-permission.git", + "reference": "2affce0021cb9b6f4e249f7c5d94eb68039ffccc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/2affce0021cb9b6f4e249f7c5d94eb68039ffccc", + "reference": "2affce0021cb9b6f4e249f7c5d94eb68039ffccc", + "shasum": "" + }, + "require": { + "illuminate/auth": "~5.3.0|~5.4.0|~5.5.0|~5.6.0", + "illuminate/container": "~5.3.0|~5.4.0|~5.5.0|~5.6.0", + "illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0", + "illuminate/database": "~5.4.0|~5.5.0|~5.6.0", + "php": ">=7.0" + }, + "require-dev": { + "orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0", + "phpunit/phpunit": "^5.7|6.2|^7.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\Permission\\PermissionServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Spatie\\Permission\\": "src" + }, + "files": [ + "src/helpers.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Permission handling for Laravel 5.4 and up", + "homepage": "https://github.com/spatie/laravel-permission", + "keywords": [ + "acl", + "laravel", + "permission", + "security", + "spatie" + ], + "time": "2018-06-14T02:52:40+00:00" + }, { "name": "swiftmailer/swiftmailer", "version": "v6.0.2",