Skip to content

Commit 7513b93

Browse files
committed
Add a versionadded notice
1 parent c6a5cc9 commit 7513b93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configuration/environment_variables.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,10 @@ Symfony provides the following env var processors:
486486
'auth' => '%env(require:AUTH_FILE)%',
487487
]);
488488
489+
.. versionadded:: 4.3
490+
491+
The ``require`` processor was introduced in Symfony 4.3.
492+
489493
``env(trim:FOO)``
490494
Trims the content of ``FOO`` env var, removing whitespaces from the beginning
491495
and end of the string. This is especially useful in combination with the

0 commit comments

Comments
 (0)