-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.45 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.45 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "livelyworks/laravel-yes-authority",
"description": "YesAuthority - Laravel Routes Authorization Library",
"keywords": ["laravel", "laravel 5", "authentication", "routes authorization", "authorization","cancan","can","authority", "acl","role","permission","ability","allow","deny","security","laravel 5.1", "laravel 5.2","laravel 5.3", "laravel 5.4", "laravel 5.5","laravel 5.6","laravel 5.7", "laravel routes authority"],
"license": "MIT",
"authors": [
{
"name": "Vinod Raut",
"email": "vinod@livelyworks.net"
},
{
"name": "Ravindra Lande"
},
{
"name": "Nikhil Bangre"
},
{
"name": "Ajay Pimpalkar"
}
],
"support": {
"email": "contact@livelyworks.net",
"docs": "https://livelyworks.github.io/YesAuthority/",
"source": "https://github.com/livelyworks/YesAuthority"
},
"require": {
"php": ">=5.4.0",
"laravel/framework": ">=5.1",
"livelyworks/laraware": ">=1.2.6"
},
"autoload": {
"psr-4": {
"LivelyWorks\\YesAuthority\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"LivelyWorks\\YesAuthority\\YesAuthorityServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}