Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 16, 2013
1 parent 3d74a8f commit a43a610
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 @@ -9,11 +9,11 @@

Simply add a dependency on `sebastian/money` to your project's `composer.json` file if you use [Composer](http://getcomposer.org/) to manage the dependencies of your project.

Here is a minimal example of a `composer.json` file that just defines a dependency on Money 1.0:
Here is a minimal example of a `composer.json` file that just defines a dependency on Money 1.1:

{
"require": {
"sebastian/money": "1.0.*"
"sebastian/money": "1.1.*"
}
}

Expand Down

0 comments on commit a43a610

Please sign in to comment.