Skip to content

Commit a17b5c9

Browse files
committedDec 19, 2024·
minor #20482 doc(runtime): add frankenphp (94noni)
This PR was merged into the 6.4 branch. Discussion ---------- doc(runtime): add frankenphp I think it is worth mentioning here, wdyt? Commits ------- b72ecdc doc(runtime): add frankenphp
2 parents 48aadc5 + b72ecdc commit a17b5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎components/runtime.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Runtime Component
33

44
The Runtime Component decouples the bootstrapping logic from any global state
55
to make sure the application can run with runtimes like `PHP-PM`_, `ReactPHP`_,
6-
`Swoole`_, etc. without any changes.
6+
`Swoole`_, `FrankenPHP`_ etc. without any changes.
77

88
Installation
99
------------
@@ -487,6 +487,7 @@ The end user will now be able to create front controller like::
487487

488488
.. _PHP-PM: https://github.com/php-pm/php-pm
489489
.. _Swoole: https://openswoole.com/
490+
.. _FrankenPHP: https://frankenphp.dev/
490491
.. _ReactPHP: https://reactphp.org/
491492
.. _`PSR-15`: https://www.php-fig.org/psr/psr-15/
492493
.. _`runtime template file`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Runtime/Internal/autoload_runtime.template

0 commit comments

Comments
 (0)
Please sign in to comment.