We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacc266 commit ddedc67Copy full SHA for ddedc67
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.1 (2016-12-27)
4
+
5
+* Improve test suite to use PSR-4 autoloader and proper namespaces.
6
+ (#21 by @clue)
7
8
## 1.1.0 (2016-02-29)
9
10
* Feature: Support promise cancellation for all timer primitives
README.md
@@ -320,7 +320,7 @@ The recommended way to install this library is [through Composer](http://getcomp
320
This will install the latest supported version:
321
322
```bash
323
-$ composer require react/promise-timer:~1.0
+$ composer require react/promise-timer:^1.1.1
324
```
325
326
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments