Skip to content

Commit b289625

Browse files
authored
Simplify composer command line (#95)
1 parent 6f1e0c4 commit b289625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library provides a way of avoiding usage of constructors when instantiating
1414
The suggested installation method is via [composer](https://getcomposer.org/):
1515

1616
```sh
17-
php composer.phar require "doctrine/instantiator:~1.0.3"
17+
composer require doctrine/instantiator
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)