Skip to content

Commit

Permalink
updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
azt3k committed Aug 12, 2014
1 parent f67525f commit 25c6eb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ What's in this thing Anyway?
This really only does something very simple which is to manually handle the decompression of manually defined packages so as to not disrupt nested package installs. This is basically a straight rip of mouf/archive-installer (http://mouf-php.com), the only difference is that it's made to be slightly more flexible in terms of configuration.


Notes:


`"always-install": "true"` - This bypasses the version look up and does a full install every time useful for deployments where depenedencies are rebuilt each deploy - the default is `true`.


`"omit-first-directory": "true"` - This omits the first directory of the zip


### Usage

Expand Down

0 comments on commit 25c6eb0

Please sign in to comment.