Skip to content

Commit 07894e3

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Update conventions.rst Require Dotenv component without --dev
2 parents 2ce5f17 + 37b7a5e commit 07894e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dotenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313

1414
.. code-block:: terminal
1515
16-
$ composer require --dev symfony/dotenv
16+
$ composer require symfony/dotenv
1717
1818
.. include:: /components/require_autoload.rst.inc
1919

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ between the namespace and the use declarations, like in this example from
124124
/**
125125
* @author Adrien Brault <[email protected]>
126126
*
127-
* @deprecated ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
127+
* @deprecated since Symfony 3.2, to be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
128128
*/
129129
class ArrayParserCache implements ParserCacheInterface
130130

0 commit comments

Comments
 (0)