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.
79
79
80
80
## Install
81
81
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/ ) .
83
83
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
84
84
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:
86
87
87
88
``` bash
88
- $ composer require clue/reactphp-eventsource:dev-master
89
+ $ composer require clue/reactphp-eventsource:^1@ dev
89
90
```
90
91
91
92
This 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
95
96
## Tests
96
97
97
98
To 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/ ) :
99
100
100
101
``` bash
101
102
$ composer install
You can’t perform that action at this time.
0 commit comments