File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -130,14 +130,20 @@ The `getDescription()` method can be used to the package description.
130130The 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/ ) .
133134This 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
139140See 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
143149To 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