File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2015-09-29)
4+
5+ * First tagged release
Original file line number Diff line number Diff line change 22
33A trivial implementation of timeouts for ` Promise ` s, built on top of [ React PHP] ( http://reactphp.org/ ) .
44
5- > Note: This project is in early alpha stage! Feel free to report any issues you encounter.
6-
75## Usage
86
97This lightweight library consists only of a few simple functions.
@@ -200,12 +198,13 @@ The `getTimeout()` method can be used to get the timeout value in seconds.
200198
201199## Install
202200
203- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
201+ The recommended way to install this library is [ through composer] ( http://getcomposer.org ) .
202+ [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
204203
205204``` JSON
206205{
207206 "require" : {
208- "react/promise-timer" : " dev-master "
207+ "react/promise-timer" : " ~1.0 "
209208 }
210209}
211210```
You can’t perform that action at this time.
0 commit comments