forked from ivanamat/cakephp3-aclmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 739 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
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
26
27
{
"name": "ivanamat/cakephp3-aclmanager",
"description": "AclManager plugin for CakePHP 3.x",
"keywords": ["cakephp", "cakephp3", "cake3", "plugin", "acl", "manager"],
"homepage": "https://github.com/ivanamat/cakephp3-aclmanager",
"type": "cakephp-plugin",
"license": "MIT",
"authors": [
{
"name": "Ivan Amat",
"homepage": "http://www.ivanamat.es",
"role": "Author"
}
],
"require": {
"php": ">=5.4.16",
"composer/installers": "*",
"cakephp/cakephp": "~3.0",
"cakephp/plugin-installer": "~0.0",
"cakephp/acl": "~0.2"
},
"autoload": {
"psr-4": {
"AclManager\\": "src"
}
}
}