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
4646It is easy to create a ` Runtime ` to run the application with Bref, Swoole or
4747ReactPHP without making any change to the application itself.
4848
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.
5454
5555All runtimes have hard dependencies to make installation easier. Everything should
5656"just work".
You can’t perform that action at this time.
0 commit comments