File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0 (2019-07-11)
4
+
5
+ * First stable LTS release, now following [ SemVer] ( https://semver.org/ ) .
6
+ We'd like to emphasize that this project is production ready and battle-tested.
7
+ We plan to support all long-term support (LTS) releases for at least 24 months,
8
+ so you have a rock-solid foundation to build on top of.
9
+
10
+ > ReactPHP consists of a set of individual [ components] ( https://reactphp.org/#core-components ) .
11
+ This means that instead of installing something like a "ReactPHP framework",
12
+ you actually can pick only the components that you need. As an alternative,
13
+ we also provide this meta package that will install all stable components at
14
+ once. Installing this is only recommended for quick prototyping, as the list
15
+ of stable components may change over time.
16
+ In other words, this meta package does not contain any source code and
17
+ instead only consists of links to all our main components, see also our
18
+ [list of components](https://reactphp.org/#core-components) for more details.
19
+
3
20
## 0.4.2 (2014-12-11)
4
21
5
22
** Real Split** : The one where we tag the change where the master repo pulls in all the split components.
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ ReactPHP consists of a set of individual [components](#core-components).
179
179
This means that instead of installing something like a "ReactPHP framework", you actually
180
180
pick only the components that you need.
181
181
182
+ This project follows [ SemVer] ( https://semver.org/ ) for all its stable components.
182
183
The recommended way to install these components is [ through Composer] ( https://getcomposer.org ) .
183
184
[ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
184
185
@@ -196,7 +197,7 @@ installed like this:
196
197
197
198
``` bash
198
199
# quick protoyping only: install all stable components
199
- $ composer require react/react:dev-master
200
+ $ composer require react/react:^1.0
200
201
```
201
202
202
203
For more details, check out [ ReactPHP's homepage] ( https://reactphp.org ) for
You can’t perform that action at this time.
0 commit comments