File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ The Runtime Component
2
2
=====================
3
3
4
4
The Runtime Component decouples the bootstrapping logic from any global state
5
- to make sure the application can run with runtimes like PHP-FPM, ReactPHP,
6
- Swoole, etc. without any changes.
5
+ to make sure the application can run with runtimes like ` PHP-PM `_, ` ReactPHP `_ ,
6
+ ` Swoole `_ , etc. without any changes.
7
7
8
8
.. versionadded :: 5.3
9
9
@@ -483,5 +483,7 @@ The end user will now be able to create front controller like::
483
483
return new SomeCustomPsr15Application();
484
484
};
485
485
486
+ .. _PHP-PM : https://github.com/php-pm/php-pm
487
+ .. _Swoole : https://openswoole.com/
486
488
.. _ReactPHP : https://reactphp.org/
487
489
.. _`PSR-15` : https://www.php-fig.org/psr/psr-15/
You can’t perform that action at this time.
0 commit comments