Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from redgluten/patch-1
Browse files Browse the repository at this point in the history
Add composer install line to readme
  • Loading branch information
mattstauffer authored Nov 10, 2016
2 parents 07547aa + a7ed3ec commit cc142c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Written by Taylor Otwell as a part of Laravel's [Illuminate/Support](https://git

Lovingly split by Matt Stauffer for [Tighten Co.](http://tighten.co/), with a kick in the butt to finally do it from [@assertchris](https://github.com/assertchris).

## Installation

With [Composer](https://getcomposer.org):

```bash
composer require tightenco/collect
```


## FAQ
- **Will this develop independently from Illuminate's Collections?**
No. Right now it's split manually, but the goal is for it shortly to be split automatically to keep it in sync with Laravel's Collections, even mirroring the release numbers.
Expand Down

0 comments on commit cc142c6

Please sign in to comment.