Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Improving version info on install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Jul 10, 2014
1 parent eae6e92 commit 8af3cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Copyright (C) 2013-2014 [Max Ehsan](http://laravelbook.com/) & [Igor Santos](htt

## Installation

Add `laravelbook/ardent` as a requirement to `composer.json`:
Add `laravelbook/ardent` as a requirement to `composer.json` (see our latest stable version on the badges!):

```javascript
{
"require": {
"laravelbook/ardent": "dev-master"
"laravelbook/ardent": "2.*"
}
}
```
Expand Down

0 comments on commit 8af3cf8

Please sign in to comment.