-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 770 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 770 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
28
29
{
"name": "ucer/entrust",
"description": "This package provides a flexible way to add Role-based Permissions to Laravel, And modify on zizaco/entrust.",
"type": "laravel-authorization",
"license": "Entrust is free software distributed under the terms of the MIT license and modified by ucer",
"authors": [
{
"name": "ucer",
"email": "185429135@qq.com"
}
],
"require": {
"php": ">=5.5.0",
"illuminate/console": "~5.0",
"illuminate/support": "~5.0",
"illuminate/cache": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"mockery/mockery": "dev-master",
"illuminate/database": "~5.0",
"sami/sami": "dev-master"
},
"autoload": {
"psr-4": {
"Ucer\\Entrust\\": "src/Entrust/"
}
}
}