Skip to content

Commit

Permalink
Merge pull request #18 from audvin/patch-1
Browse files Browse the repository at this point in the history
Improve installation desc w/ note on min stability req
  • Loading branch information
gmazzap authored Jan 23, 2017
2 parents a1af9f2 + ca89264 commit 76e0433
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,13 @@ and if allows or not redirect to external urls (`'redirect_external'` option, de

## Installation

Via Composer, require `brain\cortex` in version `~1.0.0`.
Via Composer, require `brain/cortex` in version `~1.0.0`.

`composer require brain/cortex:~1.0.0`

You may need to lessen your project's minimum stability requirements.

`composer config minimum-stability dev`

## Minimum Requirements

Expand Down

0 comments on commit 76e0433

Please sign in to comment.