Skip to content

Commit

Permalink
composer.json edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Bushulyak committed Aug 19, 2016
1 parent b71fe20 commit 7afc759
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "dab/phprbac",
"type": "library",
"description": "PHP-RBAC is the de-facto authorization library for PHP. It provides developers with NIST Level 2 Standard Role Based Access Control and more, in the fastest implementation yet.",
"description": "PHP-RBAC is the authorization library for PHP. It provides developers with NIST Level 2 Standard Role Based Access Control and more.",
"keywords": [
"rbac",
"owasp",
"security"
"security",
"permissions",
"roles"
],
"homepage": "http://phprbac.net/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,4 +40,4 @@
"url": "git://github.com/Denys-Bushulyak/PhpRbac"
}
]
}
}

0 comments on commit 7afc759

Please sign in to comment.