forked from w3irdrobot/Drawbridge
-
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) · 782 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 782 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": "searsaw/drawbridge",
"description": "Roles and permissions for Laravel 4.",
"keywords": ["laravel", "roles", "permissions", "magniloquent"],
"homepage": "https://github.com/searsaw/Drawbridge",
"license": "MIT",
"authors": [
{
"name": "Alex Sears",
"email": "alexwsears@gmail.com",
"homepage": "http://alexsears.com",
"role": "Creator/Developer"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x",
"magniloquent/magniloquent": "dev-master"
},
"autoload": {
"classmap": [
"src/commands"
],
"psr-0": {
"Searsaw\\Drawbridge\\": "src/"
}
},
"minimum-stability": "dev"
}