File tree 2 files changed +17
-3
lines changed 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 (2018-04-15)
4
+
5
+ * Feature: Forward compatibility with updated clue/buzz-react.
6
+ (#11 by @clue )
7
+
8
+ * Improve test suite by adding PHPUnit to require-dev and test against legacy PHP 5.3 through PHP 7.2.
9
+ (#10 by @clue )
10
+
3
11
## 1.1.0 (2016-11-14)
4
12
5
- * Maintenance : Support both clue/buzz-react ^1.0 and ^0.5
6
- (#9 by @WyriHaximus )
13
+ * Feature : Support both clue/buzz-react ^1.0 and ^0.5.
14
+ (#9 by @WyriHaximus )
7
15
8
16
## 1.0.0 (2016-04-19)
9
17
Original file line number Diff line number Diff line change @@ -130,14 +130,20 @@ The `getDescription()` method can be used to the package description.
130
130
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
131
131
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
132
132
133
+ This project follows [ SemVer] ( http://semver.org/ ) .
133
134
This will install the latest supported version:
134
135
135
136
``` bash
136
- $ composer require clue/packagist-api-react:^1.1
137
+ $ composer require clue/packagist-api-react:^1.2
137
138
```
138
139
139
140
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
140
141
142
+ This project aims to run on any platform and thus does not require any PHP
143
+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
144
+ HHVM.
145
+ It's * highly recommended to use PHP 7+* for this project.
146
+
141
147
## Tests
142
148
143
149
To run the test suite, you first need to clone this repo and then install all
You can’t perform that action at this time.
0 commit comments