File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
- ## 0.0 .0 (2014-12-06)
7
+ ## 0.1 .0 (2014-12-06)
8
8
9
9
* Initial concept
Original file line number Diff line number Diff line change 2
2
3
3
Run async commands within any interactive shell command, built on top of React PHP.
4
4
5
- > Note: This project is in early alpha stage! Feel free to report any issues you encounter.
5
+ > Note: This project is in beta stage! Feel free to report any issues you encounter.
6
6
7
7
## Quickstart example
8
8
@@ -41,7 +41,7 @@ The recommended way to install this library is [through composer](http://getcomp
41
41
``` JSON
42
42
{
43
43
"require" : {
44
- "clue/shell-react" : " dev-master "
44
+ "clue/shell-react" : " ~0.1.0 "
45
45
}
46
46
}
47
47
```
You can’t perform that action at this time.
0 commit comments