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 @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
1494
1494
This will install the latest supported version:
1495
1495
1496
1496
``` bash
1497
- $ composer require react/socket:^1.11
1497
+ composer require react/socket:^1.11
1498
1498
```
1499
1499
1500
1500
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -1542,21 +1542,21 @@ To run the test suite, you first need to clone this repo and then install all
1542
1542
dependencies [ through Composer] ( https://getcomposer.org/ ) :
1543
1543
1544
1544
``` bash
1545
- $ composer install
1545
+ composer install
1546
1546
```
1547
1547
1548
1548
To run the test suite, go to the project root and run:
1549
1549
1550
1550
``` bash
1551
- $ vendor/bin/phpunit
1551
+ vendor/bin/phpunit
1552
1552
```
1553
1553
1554
1554
The test suite also contains a number of functional integration tests that rely
1555
1555
on a stable internet connection.
1556
1556
If you do not want to run these, they can simply be skipped like this:
1557
1557
1558
1558
``` bash
1559
- $ vendor/bin/phpunit --exclude-group internet
1559
+ vendor/bin/phpunit --exclude-group internet
1560
1560
```
1561
1561
1562
1562
## License
You can’t perform that action at this time.
0 commit comments