diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 043055f7bf3..1cb108668ca 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -82,7 +82,8 @@ that directory with the following contents: { "require": { "doctrine/orm": "^2.6.2", - "symfony/yaml": "2.*" + "symfony/yaml": "2.*", + "symfony/cache": "^5.3" }, "autoload": { "psr-0": {"": "src/"}