Add spatie/laravel-permission

This commit is contained in:
DariusIII
2018-06-26 00:02:56 +02:00
parent 3488cf9de0
commit 625541ea7f
3 changed files with 68 additions and 1 deletions
+2
View File
@@ -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
+1
View File
@@ -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",
Generated
+65 -1
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": "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",