File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Since your application is not connected to the global state, it is very portable
46
46
It is easy to create a ` Runtime ` to run the application with Bref, Swoole or
47
47
ReactPHP without making any change to the application itself.
48
48
49
- Since most modern PHP application is based on Symfony's HttpKernel, PSR-7 or PSR-15
50
- we don't need too many different runtimes. This organization holds many PHP packages
51
- with runtimes for the most popular environments. It is not "* the source of all
52
- runtimes* ", but rather a temporary place where runtimes can live before they move
53
- in to Bref/Swoole/RoadRunner etc.
49
+ Since most modern PHP applications are based on Symfony's HttpKernel, PSR-7 or
50
+ PSR-15 we don't need too many different runtimes. This organization holds many PHP
51
+ packages with runtimes for the most popular environments. It is not "* the source of
52
+ all runtimes* ", but rather a temporary place where runtimes can live before they
53
+ move in to Bref/Swoole/RoadRunner etc.
54
54
55
55
All runtimes have hard dependencies to make installation easier. Everything should
56
56
"just work".
You can’t perform that action at this time.
0 commit comments