Skip to content

Commit 106ed80

Browse files
authored
Merge pull request #8883 from dopeh/patch-1
Fix getting-started example by including cache
2 parents 055b646 + b2e00f6 commit 106ed80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/en/tutorials/getting-started.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ that directory with the following contents:
8282
{
8383
"require": {
8484
"doctrine/orm": "^2.6.2",
85-
"symfony/yaml": "2.*"
85+
"symfony/yaml": "2.*",
86+
"symfony/cache": "^5.3"
8687
},
8788
"autoload": {
8889
"psr-0": {"": "src/"}

0 commit comments

Comments
 (0)