Skip to content

Commit

Permalink
Merge branch '7.2' into 7.3
Browse files Browse the repository at this point in the history
* 7.2:
  doc(runtime): add frankenphp
  • Loading branch information
javiereguiluz committed Dec 19, 2024
2 parents 2e69253 + f33d93e commit 7586784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Runtime Component

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

Installation
------------
Expand Down Expand Up @@ -487,6 +487,7 @@ The end user will now be able to create front controller like::

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

0 comments on commit 7586784

Please sign in to comment.