forked from artesaos/defender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "artesaos/defender",
"description": "Roles & Permissions for Laravel 5",
"license": "MIT",
"authors": [
{
"name": "Andreo Vieira",
"email": "[email protected]"
},
{
"name": "Luiz Vinicius Reis",
"email": "[email protected]"
},
{
"name": "Vagner do Carmo",
"email": "[email protected]"
},
{
"name": "Mauri de Souza Nunes",
"email": "[email protected]",
"homepage": "https://mauri870.github.io"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "~5.0",
"illuminate/http": "~5.0",
"illuminate/support": "~5.0",
"illuminate/database": "~5.0",
"illuminate/view": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"friendsofphp/php-cs-fixer": "~1.0",
"orchestra/testbench": "~3.0",
"fzaninotto/faker": "~1.5"
},
"autoload": {
"psr-4": {
"Artesaos\\Defender\\": "src/Defender/"
}
},
"config":{
"preferred-install": "dist"
},
"minimum-stability" : "stable"
}