diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index a1c9d2915ac..5e405618bf4 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -82,9 +82,9 @@ that directory with the following contents: { "require": { - "doctrine/orm": "^2.11.0", - "doctrine/dbal": "^3.2", - "symfony/cache": "^5.4" + "doctrine/orm": "^3", + "doctrine/dbal": "^4", + "symfony/cache": "^7" }, "autoload": { "psr-0": {"": "src/"}