@@ -2904,27 +2904,27 @@ new React\Http\Middleware\RequestBodyParserMiddleware(10 * 1024, 100); // 100 fi
29042904
29052905## Install
29062906
2907- The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
2907+ The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
29082908[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
29092909
29102910This project follows [ SemVer] ( https://semver.org/ ) .
29112911This will install the latest supported version:
29122912
29132913``` bash
2914- $ composer require react/http:^1.5
2914+ $ composer require react/http:^1.6
29152915```
29162916
29172917See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
29182918
29192919This project aims to run on any platform and thus does not require any PHP
29202920extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
29212921HHVM.
2922- It's * highly recommended to use PHP 7+ * for this project.
2922+ It's * highly recommended to use the latest supported PHP version * for this project.
29232923
29242924## Tests
29252925
29262926To run the test suite, you first need to clone this repo and then install all
2927- dependencies [ through Composer] ( https://getcomposer.org ) :
2927+ dependencies [ through Composer] ( https://getcomposer.org/ ) :
29282928
29292929``` bash
29302930$ composer install
@@ -2933,15 +2933,15 @@ $ composer install
29332933To run the test suite, go to the project root and run:
29342934
29352935``` bash
2936- $ php vendor/bin/phpunit
2936+ $ vendor/bin/phpunit
29372937```
29382938
29392939The test suite also contains a number of functional integration tests that rely
29402940on a stable internet connection.
29412941If you do not want to run these, they can simply be skipped like this:
29422942
29432943``` bash
2944- $ php vendor/bin/phpunit --exclude-group internet
2944+ $ vendor/bin/phpunit --exclude-group internet
29452945```
29462946
29472947## License
0 commit comments