File tree 2 files changed +8
-4
lines changed
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 2
2
3
3
A trivial implementation of timeouts for ` Promise ` s, built on top of [ React PHP] ( http://reactphp.org/ ) .
4
4
5
- > Note: This project is in early alpha stage! Feel free to report any issues you encounter.
6
-
7
5
## Usage
8
6
9
7
This 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.
200
198
201
199
## Install
202
200
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 )
204
203
205
204
``` JSON
206
205
{
207
206
"require" : {
208
- "react/promise-timer" : " dev-master "
207
+ "react/promise-timer" : " ~1.0 "
209
208
}
210
209
}
211
210
```
You can’t perform that action at this time.
0 commit comments