Skip to content

Commit 26608bd

Browse files
committed
Prepare v1.2.0 release
1 parent cbc84c1 commit 26608bd

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Changelog
22

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+
311
## 1.1.0 (2016-11-14)
412

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)
715

816
## 1.0.0 (2016-04-19)
917

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,20 @@ The `getDescription()` method can be used to the package description.
130130
The recommended way to install this library is [through Composer](https://getcomposer.org).
131131
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
132132

133+
This project follows [SemVer](http://semver.org/).
133134
This will install the latest supported version:
134135

135136
```bash
136-
$ composer require clue/packagist-api-react:^1.1
137+
$ composer require clue/packagist-api-react:^1.2
137138
```
138139

139140
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
140141

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+
141147
## Tests
142148

143149
To run the test suite, you first need to clone this repo and then install all

0 commit comments

Comments
 (0)