-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
25 lines (25 loc) · 941 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "antaresproject/component-acl",
"description": "ACL is a lightweight role-based permissions module for Antares. It is designed to manage user access to resources located in different sections of the application. It sets up permissions based on module rules. It provides NIST Level 2 Hierarchical Role Based Access Control (RBAC). It also provides an interface for administator to manage user roles (ACL configuration).",
"type": "antaresproject-component",
"homepage": "https://github.com/antaresproject/acl",
"version": "0.9.2.1",
"authors": [
{
"name": "Łukasz Cirut",
"email": "contact@antaresproject.io"
}
],
"require": {
"antaresproject/component-installer-plugin": "*",
"php": "^7.0"
},
"autoload": {
"psr-4": {
"Antares\\Acl\\": "src/"
}
},
"extra": {
"friendly-name": "Acl"
}
}