Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor committed Sep 1, 2017
1 parent c1d6515 commit b39ff11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "santigarcor/laratrust",
"description": "This package provides a flexible way to add Role-based Permissions to Laravel",
"keywords": ["acl", "authorization", "laravel","laratrust","permissions","php", "rbac","roles"],
"keywords": ["acl", "authorization", "laravel","laratrust","permissions","php", "rbac","roles", "multiusers", "teams"],
"license": "MIT",
"authors": [
{
Expand All @@ -15,7 +15,7 @@
"illuminate/cache": "~5.2",
"illuminate/console": "~5.2",
"illuminate/database": "~5.2",
"illuminate/support": "^5.2",
"illuminate/support": "~5.2",
"kkszymanowski/traitor": "^0.2.0"
},
"require-dev": {
Expand Down

0 comments on commit b39ff11

Please sign in to comment.