Skip to content

Commit

Permalink
Set basic composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joren Van Hocht authored and Joren Van Hocht committed Aug 23, 2015
1 parent ae67a2a commit 13ab0cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.env.*.php
.env.php
.env

/vendor/
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "jorenvanhocht/create-packages",
"description": "Laravel packages for quickly creating a new package base structure",
"license": "MIT",
"authors": [
{
"name": "Joren Van Hocht",
"email": "[email protected]"
}
],
"require": {}
}

0 comments on commit 13ab0cf

Please sign in to comment.