File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
521521At the moment, this will install the latest development version:
522522
523523``` bash
524- $ composer require react/async:^4@dev
524+ composer require react/async:^4@dev
525525```
526526
527527See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -539,7 +539,7 @@ You may target multiple versions at the same time to support a wider range of
539539PHP versions like this:
540540
541541``` bash
542- $ composer require " react/async:^4@dev || ^3@dev || ^2@dev"
542+ composer require " react/async:^4@dev || ^3@dev || ^2@dev"
543543```
544544
545545## Tests
@@ -548,13 +548,13 @@ To run the test suite, you first need to clone this repo and then install all
548548dependencies [ through Composer] ( https://getcomposer.org/ ) :
549549
550550``` bash
551- $ composer install
551+ composer install
552552```
553553
554554To run the test suite, go to the project root and run:
555555
556556``` bash
557- $ php vendor/bin/phpunit
557+ vendor/bin/phpunit
558558```
559559
560560## License
You can’t perform that action at this time.
0 commit comments