We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2871e87 commit f9012b5Copy full SHA for f9012b5
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2015-04-04)
4
5
+* First tagged release
README.md
@@ -3,7 +3,7 @@
Lightweight library that eases integrating async components built for
[React PHP](http://reactphp.org/) in a traditional, blocking environment.
6
-> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
+> Note: This project is in beta stage! Feel free to report any issues you encounter.
7
8
## Introduction
9
@@ -88,7 +88,7 @@ The recommended way to install this library is [through composer](http://getcomp
88
```JSON
89
{
90
"require": {
91
- "clue/block-react": "dev-master"
+ "clue/block-react": "~0.1.0"
92
}
93
94
```
0 commit comments