Skip to content

Commit

Permalink
Simplify composer command line (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Dec 29, 2022
1 parent 6f1e0c4 commit b289625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,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.3"
composer require doctrine/instantiator
```

## Usage
Expand Down

0 comments on commit b289625

Please sign in to comment.