Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymarois committed Aug 4, 2017
1 parent c985df9 commit 2214133
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,11 @@ Filebase is simple by design, but also has enough features for even the more adv

Use [Composer](http://getcomposer.org/) to install package.

Run `composer require tmarois/filebase` or add to your main `composer.json` file.
Run `composer require tmarois/filebase` for the current 1.0 release.

You can also do `composer require tmarois/filebase 1.*` to receive all the latest features when released under version 1

If you want to modify the `composer.json` manually, add `"tmarois/filebase" : "1.*"` to your `required`

## Usage

Expand Down Expand Up @@ -357,3 +361,4 @@ Accepting contributions and feedback. Send in any issues and pull requests.
- Indexing (single document filtering, applied with all `save()` actions from validation closure)
- Internal validations..security etc.
- Cache driver (to use on other services like memcached, redis etc)
- Query "LIKE" operator, using regex format

0 comments on commit 2214133

Please sign in to comment.