File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ fast frontend, *and* enjoy the process:
1313 things like JSX (React), Vue or TypeScript.
1414
1515* :ref: `AssetMapper <frontend-asset-mapper >`, is a production-ready simpler alternative
16- to Webpack Encore that runs entirely in PHP. It's currently experimental.
16+ to Webpack Encore that runs entirely in PHP.
1717
1818================================ ================= ======================================================
1919 Encore AssetMapper
2020================================ ================= ======================================================
2121Production Ready? yes yes
22- Stable? yes :doc: ` experimental < /contributing/code/experimental >`
22+ Stable? yes yes
2323Requirements Node.js none: pure PHP
2424Requires a build step? yes no
2525Works in all browsers? yes yes
@@ -121,7 +121,6 @@ AssetMapper
121121AssetMapper is an alternative to Webpack Encore that runs entirely in PHP
122122without any complex build steps. It leverages the ``importmap `` feature of
123123your browser, which is available in all browsers thanks to a polyfill.
124- AssetMapper is currently :doc: `experimental </contributing/code/experimental >`.
125124
126125:doc: `Read the AssetMapper Documentation </frontend/asset_mapper >`
127126
Original file line number Diff line number Diff line change @@ -349,10 +349,6 @@ authentication layer on top of the OAuth 2.0 authorization framework. It allows
349349to verify the identity of an end user based on the authentication performed by
350350an authorization server.
351351
352- .. caution ::
353-
354- This feature is experimental and could change or be removed at any time without prior notice.
355-
3563521) Configure the OidcUserInfoTokenHandler
357353~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
358354
You can’t perform that action at this time.
0 commit comments