Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Zerbib committed Jul 30, 2015
1 parent 1c5b9f8 commit 5139b6a
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 @@ -38,7 +38,7 @@ Simply add the following composer.json file to your project root, or append the

{
"require": {
"figdice/figdice": "2.1.0"
"figdice/figdice": "~2.1"
}
}

Expand All @@ -52,7 +52,7 @@ The **\figdice** namespace is made available thanks to the **autoload** Composer

## 2. Phar

Download the latest [FigDice phar](https://github.com/gabrielzerbib/figdice/releases/download/2.0.5/figdice-2.0.5.phar) file to the location of your choice.
Download the latest [FigDice phar](https://github.com/gabrielzerbib/figdice/releases/download/2.1.0/figdice-2.1.0.phar) file to the location of your choice.
Then, in your source files where you need to use FigDice features, write the line:

require_once 'phar:///path/to/figdice.phar';
Expand Down

0 comments on commit 5139b6a

Please sign in to comment.