-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 937 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
26
27
28
29
30
31
32
33
34
{
"version": "1.0.0",
"name": "deltoss/sentinel-centurion",
"description": "An opinionated GUI Laravel 5 implementation for Cartalyst's Sentinel.",
"keywords": ["laravel", "sentinel", "auth"],
"homepage" : "https://github.com/deltoss/sentinel-database-permissions",
"license": "MIT",
"authors": [
{
"name": "Michael Tran",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Deltoss\\Centurion\\": "src/"
}
},
"require": {
"php": "^7.1.3",
"laravel/framework": "^5.5",
"cartalyst/sentinel": "2.0.*",
"anhskohbo/no-captcha": "^3.0",
"doctrine/dbal": "*",
"deltoss/sentinel-database-permissions": "*"
},
"extra": {
"laravel": {
"providers": [
"Deltoss\\Centurion\\Providers\\CenturionServiceProvider"
]
}
}
}