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/).
521
521
At the moment, this will install the latest development version:
522
522
523
523
``` bash
524
- $ composer require react/async:^4@dev
524
+ composer require react/async:^4@dev
525
525
```
526
526
527
527
See 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
539
539
PHP versions like this:
540
540
541
541
``` bash
542
- $ composer require " react/async:^4@dev || ^3@dev || ^2@dev"
542
+ composer require " react/async:^4@dev || ^3@dev || ^2@dev"
543
543
```
544
544
545
545
## Tests
@@ -548,13 +548,13 @@ To run the test suite, you first need to clone this repo and then install all
548
548
dependencies [ through Composer] ( https://getcomposer.org/ ) :
549
549
550
550
``` bash
551
- $ composer install
551
+ composer install
552
552
```
553
553
554
554
To run the test suite, go to the project root and run:
555
555
556
556
``` bash
557
- $ php vendor/bin/phpunit
557
+ vendor/bin/phpunit
558
558
```
559
559
560
560
## License
You can’t perform that action at this time.
0 commit comments