Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgab committed Feb 20, 2017
1 parent 1a60164 commit 4f14059
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,10 @@ Choose among the 3 methods below, which suits better your needs: Composer, Phar,

## 1. Composer

Simply add the following composer.json file to your project root, or append the "require" section to your existing composer.json file:
Add the figdice dependency to the `require` section of your `composer.json` file:

{
"require": {
"figdice/figdice": "~2.3"
}
}
"figdice/figdice": "~2.4"

Then run the following command in your project folder:

php composer.phar install

The **\figdice** namespace is made available thanks to the **autoload** Composer feature.



Expand Down

0 comments on commit 4f14059

Please sign in to comment.