File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2020-02-11)
4+
5+ * Feature: Add network API methods.
6+ (#57 by @tjoussen )
7+
8+ * Improve test suite by testing against PHP 7.4 and simplify test matrix
9+ and add support / sponsorship info.
10+ (#58 and #59 by @clue )
11+
312## 1.0.0 (2019-09-19)
413
514* First stable release, now following SemVer!
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ This project follows [SemVer](https://semver.org/).
357357This will install the latest supported version:
358358
359359``` bash
360- $ composer require clue/docker-react:^1.0
360+ $ composer require clue/docker-react:^1.1
361361```
362362
363363This project aims to run on any platform and thus does not require any PHP
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Christian Lück" ,
10- "email" : " christian@lueck.tv "
10+ "email" : " christian@clue.engineering "
1111 }
1212 ],
1313 "autoload" : {
You can’t perform that action at this time.
0 commit comments