Skip to content

Commit

Permalink
register
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobutta committed Oct 2, 2017
1 parent 14362cf commit fa300f6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
composer.phar
composer.lock
/vendor
28 changes: 28 additions & 0 deletions composer.json
@@ -0,0 +1,28 @@
{
"name": "rodrigobutta/attachable-modules.php",
"description": "Make your project scalable with isolated modules",
"keywords": [
"laravel",
"modules",
"scalable",
"laravel 5",
"provider"
],
"license": "MIT",
"authors": [
{
"name": "Rodrigo Butta",
"email": "rbutta@gmail.com"
}
],
"require": {
"php": ">=7.0.0",
"laravel/framework": "~5.2"
},
"autoload": {
"psr-4": {
"RodrigoButta\\AttachableModules\\": "src"
}
},
"minimum-stability": "stable"
}

0 comments on commit fa300f6

Please sign in to comment.