Skip to content

Commit

Permalink
Add composer.json and composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 17, 2016
1 parent 5b85bc4 commit 72c06a8
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor/
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "mattstauffer/lambo",
"description": "Super-powered 'laravel new' with Laravel and Valet.",
"keywords": ["laravel", "zonda", "wwdhhd", "lambo"],
"license": "MIT",
"authors": [
{
"name": "Matt Stauffer",
"email": "matt@mattstauffer.co"
}
],
"require": {
"php": ">=5.5.9"
},
"bin": [
"lambo"
]
}
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72c06a8

Please sign in to comment.