File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,14 @@ given event loop instance.
7979
8080## Install
8181
82- The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
82+ The recommended way to install this library is [ through Composer] ( https://getcomposer.org/ ) .
8383[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
8484
85- This will install the latest supported version:
85+ Once released, this project will follow [ SemVer] ( https://semver.org/ ) .
86+ At the moment, this will install the latest development version:
8687
8788``` bash
88- $ composer require clue/reactphp-eventsource:dev-master
89+ $ composer require clue/reactphp-eventsource:^1@ dev
8990```
9091
9192This project aims to run on any platform and thus does not require any PHP
@@ -95,7 +96,7 @@ It's *highly recommended to use the latest supported PHP version* for this proje
9596## Tests
9697
9798To run the test suite, you first need to clone this repo and then install all
98- dependencies [ through Composer] ( https://getcomposer.org ) :
99+ dependencies [ through Composer] ( https://getcomposer.org/ ) :
99100
100101``` bash
101102$ composer install
You can’t perform that action at this time.
0 commit comments