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 1
1
# Changelog
2
2
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
+
3
12
## 1.0.0 (2019-09-19)
4
13
5
14
* 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/).
357
357
This will install the latest supported version:
358
358
359
359
``` bash
360
- $ composer require clue/docker-react:^1.0
360
+ $ composer require clue/docker-react:^1.1
361
361
```
362
362
363
363
This project aims to run on any platform and thus does not require any PHP
Original file line number Diff line number Diff line change 7
7
"authors" : [
8
8
{
9
9
"name" : " Christian Lück" ,
10
- "email" : " christian@lueck.tv "
10
+ "email" : " christian@clue.engineering "
11
11
}
12
12
],
13
13
"autoload" : {
You can’t perform that action at this time.
0 commit comments