Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Added composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jan 21, 2015
1 parent c7e1292 commit 081809c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
vendor/
composer.lock
33 changes: 33 additions & 0 deletions composer.json
@@ -0,0 +1,33 @@
{
"name": "caffeinated/shinobi",
"description": "Laravel 5 Roles and Permissions",
"keywords": ["shinobi", "roles", "permissions", "auth", "laravel", "caffeinated"],
"license": "MIT",
"authors": [
{
"name": "Shea Lewis",
"email": "shea.lewis89@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/database": ">=5.0.0",
"illuminate/support": ">=5.0.0",
"illuminate/filesystem": ">=5.0.0",
"illuminate/config": ">=5.0.0",
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-0": {
"Caffeinated\\Shinobi": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "dev"
}

0 comments on commit 081809c

Please sign in to comment.