Skip to content

Commit

Permalink
Merge pull request #5 from whatthejeff/patch-1
Browse files Browse the repository at this point in the history
Relax suggested version.
  • Loading branch information
Ocramius committed Aug 18, 2014
2 parents 50d2e95 + 8adc9a9 commit 337e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This library provides a way of avoiding usage of constructors when instantiating
The suggested installation method is via [composer](https://getcomposer.org/):

```sh
php composer.phar require "doctrine/instantiator:~1.0.1"
php composer.phar require "doctrine/instantiator:~1.0,>=1.0.1"
```

## Usage
Expand Down

0 comments on commit 337e872

Please sign in to comment.