Skip to content

Commit

Permalink
Added composer installer and ignore vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfoell committed Nov 18, 2019
1 parent 1e68f5f commit 478a051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"post-autoload-dump": [
"WebDevStudios\\MUAutoload\\Installer::install"
]
},
"require": {
"composer/installers": "~1.0"
}
}

0 comments on commit 478a051

Please sign in to comment.