Skip to content

Commit d574926

Browse files
authored
Merge pull request #33 from loevgaard/patch-1
Update composer require command to make it easier to copy
2 parents 08db3fb + 5f597c7 commit d574926

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
@@ -15,7 +15,7 @@ Prophecy PhpUnit requires PHPUnit 9.1 or greater. Older versions of PHPUnit are
1515
### Setup through composer
1616

1717
```bash
18-
$> composer require --dev phpspec/prophecy-phpunit
18+
composer require --dev phpspec/prophecy-phpunit
1919
```
2020

2121
You can read more about Composer on its [official webpage](https://getcomposer.org).

0 commit comments

Comments
 (0)